25 #ifndef KDSME_MODEL_ELEMENTUTIL_H
26 #define KDSME_MODEL_ELEMENTUTIL_H
28 #include "kdsme_core_export.h"
43 namespace ElementUtil {
45 KDSME_CORE_EXPORT State* findInitialState(
const State* state);
46 KDSME_CORE_EXPORT
void setInitialState(State* parent, State* initialState);
48 KDSME_CORE_EXPORT State* findState(State* root,
const QString &label);
49 KDSME_CORE_EXPORT StateMachine* findStateMachine(
const Element* element);
Definition: abstractexporter.h:33