|
void | accept (Visitor &visitor) const override |
|
| DynamicRemoteState (const QString &stateUUID, const QString &instanceName, StatePtr parentState=StatePtr()) |
|
| DynamicRemoteState (StatePtr stateClass, const QString &instanceName, StatePtr parentState=StatePtr()) |
|
eStateType | getType () const override |
|
| ~DynamicRemoteState () override |
|
QString | getClassUUID () const |
|
StatePtr | getStateClass () const override |
|
| RegularState (const QString &stateUUID, const QString &instanceName, StatePtr parentState=StatePtr()) |
|
| RegularState (StatePtr stateClass, const QString &instanceName, StatePtr parentState=StatePtr()) |
|
void | setStateClass (StatePtr newStateClass) |
|
QPointF | adjustPosition (QPointF &newPos) const |
|
QRectF | getBoundingSquare () const |
| getBoundingSquare return the maximum bounding box of this state instance in parent coordinate system More...
|
|
float | getBoundingSquareSize () const |
|
QRectF | getBounds () const |
| getBounds returns the rectangle occupied by this state instance in the parent coordinate system. More...
|
|
const QPointF | getCenter () const |
|
QSizeF | getClassSize () const |
|
QString | getInstanceName () const |
|
StatePtr | getParent () const |
|
float | getScale () const |
| getScale returns the scale of this state instance, which is the relation between boundingSquareSize and classSize. More...
|
|
const QPointF & | getTopLeft () const |
| getTopLeft returns the topleft point of the stateinstance in the coordinate system of the parent state. More...
|
|
bool | isActive () |
|
virtual void | setInstanceName (const QString &value) |
|
| StateInstance (const QString &instanceName, StatePtr parentState=StatePtr()) |
|
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 () |
|
Definition at line 29 of file DynamicRemoteState.h.