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