mkRPG
Public Slots | Signals | Public Member Functions
BinaryStateMachine Class Reference

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:
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Properties Defines