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... 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... | |
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.