FBMaterial layout file.
Definition in file fbmateriallayout.h.
Classes | |
| class | FBMaterialLayout |
| Material layout class. More... | |
Namespaces | |
| ORSDK2018 | |
Macros | |
| #define | FBSDK_DLL K_DLLIMPORT |
| Be sure that FBSDK_DLL is defined only once... More... | |
| #define | FBRegisterMaterialLayout(ClassName, UniqueNameStr, IconFilename) |
| Register a Material layout class. More... | |
| #define | FBMaterialLayoutDeclare(ClassName, Parent) |
| Material layout declaration. More... | |
| #define | FBMaterialLayoutImplementation(ThisComponent) FBClassImplementation( ThisComponent ) |
| Material layout implementation. More... | |
| #define FBMaterialLayoutDeclare | ( | ClassName, | |
| Parent | |||
| ) |
Material layout declaration.
| ClassName | Name of Material layout class. |
| Parent | Parent of Material layout class. |
Examples: Definition at line 89 of file fbmateriallayout.h.
| #define FBMaterialLayoutImplementation | ( | ThisComponent | ) | FBClassImplementation( ThisComponent ) |
Material layout implementation.
| ThisComponent | Name of Material layout class to implement. |
Examples: Definition at line 98 of file fbmateriallayout.h.
| #define FBRegisterMaterialLayout | ( | ClassName, | |
| UniqueNameStr, | |||
| IconFilename | |||
| ) |
Register a Material layout class.
| ClassName | Name of Material layout class. |
| UniqueNameStr | Unique name of class. |
| IconFilename | Filename of associated icon. |
Examples: Definition at line 67 of file fbmateriallayout.h.
| #define FBSDK_DLL K_DLLIMPORT |
Be sure that FBSDK_DLL is defined only once...
Definition at line 48 of file fbmateriallayout.h.