The BinaryStateMachine class is a simple QStateMachine with two states.
More...
#include <intertie.h>
Public Slots |
|
void | swap () |
|
void | setPositive (bool p) |
|
void | setNegative (bool n) |
Signals |
|
void | swapped (bool) |
|
void | __swap () |
Public Member Functions |
|
| BinaryStateMachine (QObject *parent=0) |
|
void | defineProperty (QObject *obj, const char *prop, QVariant yesValue, QVariant noValue) |
|
void | defineProperty (QObject *obj, const char *prop) |
|
bool | isPositive () const |
|
bool | isNegative () const |
Detailed Description
The BinaryStateMachine class is a simple QStateMachine with two states.
The documentation for this class was generated from the following files:
- src/editor/GUI/Tabs/Docks/intertie.h
- src/editor/GUI/Tabs/Docks/intertie.cpp