FBConstraint layout file. More...
Go to the source code of this file.
Classes | |
| class | FBConstraintLayout |
| Constraint layout class. More... | |
Macros | |
| #define | FBSDK_DLL K_DLLIMPORT |
| Be sure that FBSDK_DLL is defined only once... | |
| #define | FBRegisterConstraintLayout(ClassName, UniqueNameStr, IconFilename) |
| Register a Constraint layout class. | |
| #define | FBConstraintLayoutDeclare(ClassName, Parent) |
| Constraint layout declaration. | |
| #define | FBConstraintLayoutImplementation(ThisComponent) FBClassImplementation( ThisComponent ) |
| Constraint layout implementation. | |
Functions | |
| __FB_FORWARD (FBConstraintLayout) | |
FBConstraint layout file.
Definition in file fbconstraintlayout.h.
| #define FBConstraintLayoutDeclare | ( | ClassName, | |
| Parent | |||
| ) |
Constraint layout declaration.
| ClassName | Name of Constraint layout class. |
| Parent | Parent of Constraint layout class. |
Definition at line 89 of file fbconstraintlayout.h.
| #define FBConstraintLayoutImplementation | ( | ThisComponent | ) | FBClassImplementation( ThisComponent ) |
Constraint layout implementation.
| ThisComponent | Name of Constraint layout class to implement. |
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. |
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.