file RFKTutorialApplication.h
Header of the RFK::TutorialApplication class.
Go to the source code of this file.
Namespaces:
namespace | RED |
namespace | RFK |
Classes:
struct | EventInfo |
class | TutorialApplication |
class | UserVariable |
Defines:
#define | app RFK::TutorialApplication |
#define | CMD_FLAG_CHECKABLE 0x02 |
#define | CMD_FLAG_CHECKED 0x04 |
#define | CMD_FLAG_DISABLED 0x01 |
Defines documentation
#define app RFK::TutorialApplication
#define CMD_FLAG_CHECKABLE 0x02
1 to make the command checkable, 0 otherwise.
#define CMD_FLAG_CHECKED 0x04
1 to check a checkable command, 0 otherwise.
#define CMD_FLAG_DISABLED 0x01
1 to disable the command, 0 to enable it.