|
#include <ArmarXGui/gui-plugins/StatechartViewerPlugin/StateScene.h>
Public Slots | |
void | clearActiveSubstates () |
void | saveSceneToSVG (QString path="/tmp/statechart.png", int width=6000) |
void | setToplevelState (statechartmodel::StatePtr toplevelStateInstance) |
Signals | |
void | stateContextMenuRequested (statechartmodel::StateInstancePtr state, QPoint mouseScreenPos, QPointF mouseItemPos) |
void | transitionContextMenuRequested (statechartmodel::TransitionCPtr transition, statechartmodel::StatePtr state, QPoint mouseScreenPos, QPointF mouseItemPos) |
Public Member Functions | |
statechartmodel::StateInstancePtr | getStateInstance () const |
QMap< QString, StateInstanceData > | getStateInstanceData () const |
StateItem * | getTopLevelStateItem () const |
StateScene (QObject *parent=0) | |
Public Member Functions inherited from Logging | |
SpamFilterDataPtr | deactivateSpam (float deactivationDurationSec=10.0f, const std::string &identifier="", bool deactivate=true) const |
disables the logging for the current line for the given amount of seconds. More... | |
MessageTypeT | getEffectiveLoggingLevel () const |
Logging () | |
void | setLocalMinimumLoggingLevel (MessageTypeT level) |
With setLocalMinimumLoggingLevel the minimum verbosity-level of log-messages can be set. More... | |
void | setTag (const LogTag &tag) |
void | setTag (const std::string &tagName) |
virtual | ~Logging () |
Additional Inherited Members | |
Protected Member Functions inherited from Logging | |
bool | checkLogLevel (MessageTypeT level) const |
const LogSenderPtr & | getLogSender () const |
Retrieve log sender. More... | |
LogSenderPtr | loghelper (const char *file, int line, const char *function) const |
Protected Attributes inherited from Logging | |
MessageTypeT | minimumLoggingLevel |
SpamFilterDataPtr | spamFilter |
LogTag | tag |
Definition at line 53 of file StateScene.h.
|
explicit |
Definition at line 36 of file StateScene.cpp.
|
slot |
statechartmodel::StateInstancePtr getStateInstance | ( | ) | const |
QMap< QString, StateInstanceData > getStateInstanceData | ( | ) | const |
StateItem * getTopLevelStateItem | ( | ) | const |
|
slot |
|
slot |
|
signal |
|
signal |