KDStateMachineEditor API Documentation 2.1
|
Namespaces | |
namespace | DebugInterface |
namespace | ElementUtil |
namespace | GVUtils |
namespace | LayoutImportExport |
Utils for importing/exporting layout properties of a the object tree representing a state. | |
namespace | ObjectHelper |
Typedefs | |
typedef TreeWalker< Element * > | ElementWalker |
Functions | |
KDSME_CORE_EXPORT QDebug | operator<< (QDebug dbg, const PseudoState *state) |
KDSME_CORE_EXPORT QDebug | operator<< (QDebug dbg, const State *state) |
KDSME_CORE_EXPORT QDebug | operator<< (QDebug dbg, const Transition *transition) |
typedef TreeWalker<Element *> KDSME::ElementWalker |
Definition at line 32 of file elementwalker.h.
QDebug KDSME::operator<< | ( | QDebug | dbg, |
const PseudoState * | state | ||
) |
Definition at line 420 of file state.cpp.
References KDSME::PseudoState::kindString().
QDebug KDSME::operator<< | ( | QDebug | dbg, |
const State * | state | ||
) |
Definition at line 408 of file state.cpp.
References KDSME::Element::label.
QDebug KDSME::operator<< | ( | QDebug | dbg, |
const Transition * | transition | ||
) |
Definition at line 206 of file transition.cpp.
References KDSME::Transition::sourceState, and KDSME::Transition::targetState.