Derive new Apply Manager Rules using the FBApplyManagerRule class.
Define the custom rule to manipulate objects for varous operations.
Definition in file fbapplymanagerrule.h.
Classes | |
| class | FBApplyManagerRule |
| ApplyManagerRules are used to define custom rules for manipulating custom objects. More... | |
| class | FBAMMenu |
| Context menu. More... | |
Namespaces | |
| ORSDK2018 | |
Macros | |
| #define | FBSDK_DLL K_DLLIMPORT |
| Be sure that FBSDK_DLL is defined only once... More... | |
| #define | FBRegisterApplyManagerRule(ClassName, Label, Description) |
| Filter class registration. More... | |
| #define | FBApplyManagerRuleDeclare(ClassName, Parent ) |
| Apply Manager Rule class declaration. More... | |
| #define | FBApplyManagerRuleImplementation(ThisComponent) FBClassImplementation( ThisComponent ) |
| ApplyManagerRule class implementation. More... | |
Typedefs | |
| typedef class FBPropertyBase< FBApplyManagerRule *, kFBPT_object > | FBPropertyBaseApplyManagerRule |
| typedef class FBPropertyBaseComponent< FBApplyManagerRule * > | FBPropertyApplyManagerRule |
| #define FBApplyManagerRuleDeclare | ( | ClassName, | |
| Parent | |||
| ) |
Apply Manager Rule class declaration.
| ClassName | ApplyManagerRule class name. |
| Parent | Parent class name. |
Examples: Definition at line 88 of file fbapplymanagerrule.h.
| #define FBApplyManagerRuleImplementation | ( | ThisComponent | ) | FBClassImplementation( ThisComponent ) |
ApplyManagerRule class implementation.
| ThisComponent | Class to implement. |
Examples: Definition at line 97 of file fbapplymanagerrule.h.
| #define FBRegisterApplyManagerRule | ( | ClassName, | |
| Label, | |||
| Description | |||
| ) |
Filter class registration.
| ClassName | Filter class name. |
| Label | Short description. |
| Description | Long description. |
Examples: Definition at line 68 of file fbapplymanagerrule.h.
| #define FBSDK_DLL K_DLLIMPORT |
Be sure that FBSDK_DLL is defined only once...
Definition at line 49 of file fbapplymanagerrule.h.