FBConstraint layout file.
Definition in file fbconstraintlayout.h.
Classes | |
| class | FBConstraintLayout |
| Constraint layout class. More... | |
Namespaces | |
| ORSDK2018 | |
Macros | |
| #define | FBSDK_DLL K_DLLIMPORT |
| Be sure that FBSDK_DLL is defined only once... More... | |
| #define | FBRegisterConstraintLayout(ClassName, UniqueNameStr, IconFilename) |
| Register a Constraint layout class. More... | |
| #define | FBConstraintLayoutDeclare(ClassName, Parent) |
| Constraint layout declaration. More... | |
| #define | FBConstraintLayoutImplementation(ThisComponent) FBClassImplementation( ThisComponent ) |
| Constraint layout implementation. More... | |
| #define FBConstraintLayoutDeclare | ( | ClassName, | |
| Parent | |||
| ) |
Constraint layout declaration.
| ClassName | Name of Constraint layout class. |
| Parent | Parent of Constraint layout class. |
Examples: Definition at line 89 of file fbconstraintlayout.h.
| #define FBConstraintLayoutImplementation | ( | ThisComponent | ) | FBClassImplementation( ThisComponent ) |
Constraint layout implementation.
| ThisComponent | Name of Constraint layout class to implement. |
Examples: Definition at line 98 of file fbconstraintlayout.h.
| #define FBRegisterConstraintLayout | ( | ClassName, | |
| UniqueNameStr, | |||
| IconFilename | |||
| ) |
Register a Constraint layout class.
| ClassName | Name of Constraint layout class. |
| UniqueNameStr | Unique name of class. |
| IconFilename | Filename of associated icon. |
Examples: Definition at line 67 of file fbconstraintlayout.h.
| #define FBSDK_DLL K_DLLIMPORT |
Be sure that FBSDK_DLL is defined only once...
Definition at line 48 of file fbconstraintlayout.h.