FBManipulator layout file. More...
Go to the source code of this file.
Classes | |
| class | FBManipulatorLayout |
| Manipulator layout class. More... | |
Macros | |
| #define | FBSDK_DLL K_DLLIMPORT |
| Be sure that FBSDK_DLL is defined only once... | |
| #define | FBRegisterManipulatorLayout(ClassName, UniqueNameStr, IconFilename) |
| Register a Manipulator layout class. | |
| #define | FBManipulatorLayoutDeclare(ClassName, Parent) |
| Manipulator layout declaration. | |
| #define | FBManipulatorLayoutImplementation(ThisComponent) FBClassImplementation( ThisComponent ) |
| Manipulator layout implementation. | |
Functions | |
| __FB_FORWARD (FBManipulatorLayout) | |
FBManipulator layout file.
Definition in file fbmanipulatorlayout.h.
| #define FBManipulatorLayoutDeclare | ( | ClassName, | |
| Parent | |||
| ) |
Manipulator layout declaration.
| ClassName | Name of Manipulator layout class. |
| Parent | Parent of Manipulator layout class. |
Definition at line 88 of file fbmanipulatorlayout.h.
| #define FBManipulatorLayoutImplementation | ( | ThisComponent | ) | FBClassImplementation( ThisComponent ) |
Manipulator layout implementation.
| ThisComponent | Name of Manipulator layout class to implement. |
Definition at line 97 of file fbmanipulatorlayout.h.
| #define FBRegisterManipulatorLayout | ( | ClassName, | |
| UniqueNameStr, | |||
| IconFilename | |||
| ) |
Register a Manipulator layout class.
| ClassName | Name of Manipulator layout class. |
| UniqueNameStr | Unique name of class. |
| IconFilename | Filename of associated icon. |
Definition at line 67 of file fbmanipulatorlayout.h.
| #define FBSDK_DLL K_DLLIMPORT |
Be sure that FBSDK_DLL is defined only once...
Definition at line 48 of file fbmanipulatorlayout.h.