file RFKTutorialApplication.h

Header of the RFK::TutorialApplication class.

Go to the source code of this file.

Namespaces:

namespaceRED
namespaceRFK

Classes:

structEventInfo
classTutorialApplication
classUserVariable

Defines:

#defineapp RFK::TutorialApplication
#defineCMD_FLAG_CHECKABLE 0x02
#defineCMD_FLAG_CHECKED 0x04
#defineCMD_FLAG_DISABLED 0x01

Defines documentation

#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.