Declaration for the FBTool class.
Definition in file fbtool.h.
Namespaces | |
ORSDK2019 | |
Macros | |
#define | FBSDK_DLL K_DLLIMPORT |
Be sure that FBSDK_DLL is defined only once... More... | |
#define | FBRegisterTool(ClassName, Label, Description, IconFilename) |
Register a tool. More... | |
#define | FBToolDeclare(ClassName, Parent) |
Tool class declaration. More... | |
#define | FBToolImplementation(ThisComponent) FBClassImplementation( ThisComponent ) |
Tool class implementation. More... | |
Enumerations | |
enum | FBToolPossibleDockPosition { kFBToolPossibleDockPosNone = 0, kFBToolPossibleDockPosTop = (1 << 0), kFBToolPossibleDockPosLeft = (1 << 1), kFBToolPossibleDockPosRight = (1 << 2), kFBToolPossibleDockPosBottom = (1 << 3) } |
Functions | |
class | __attribute__ ((visibility("default"))) FBPropertyListTreeNode |
FBTree selection event. More... | |
Variables | |
class __attribute__((visibility("default"))) FBTool bool | pSetFocus = true ) |
bool | pResizeWnd = true ) |
int | pWidth |
int int | pHeight |
int | pPosX |
int int | pPosY |
#define FBRegisterTool | ( | ClassName, | |
Label, | |||
Description, | |||
IconFilename | |||
) |
Register a tool.
ClassName | Name of tool class to register. |
Label | Short description of tool. |
Description | Long description of tool. |
IconFilename | Filename of associated icon. |
#define FBSDK_DLL K_DLLIMPORT |
#define FBToolDeclare | ( | ClassName, | |
Parent | |||
) |
Tool class declaration.
ClassName | Name of tool class to declare. |
Parent | Name of tool class parent class. |
#define FBToolImplementation | ( | ThisComponent | ) | FBClassImplementation( ThisComponent ) |