Contraint classes. More...
Go to the source code of this file.
Classes | |
class | FBConstraintInfo |
Constraint information class. More... | |
class | FBConstraint |
Base class for constraints. More... | |
class | FBPropertyListConstraint |
PropertyList: Contraint More... | |
class | FBPropertyListBox |
List: Box informations for constraint relation. More... | |
class | FBBoxPlaceHolder |
Wrapper around a specific instance of a FBBox object. More... | |
class | FBModelPlaceHolder |
Wrapper around a specific instance of a FBModel object. More... | |
class | FBConstraintRelation |
ConstraintRelation class. More... | |
class | FBConstraintSolver |
Base class for constraint solver. More... | |
class | FBPropertyListConstraintSolver |
PropertyList: Constraint solver More... | |
class | FBPhysicalProperties |
Base class for physical properties attach to a model. More... | |
class | FBPropertyListPhysicalProperties |
PropertyList: Physical properties More... | |
class | FBConstraintManager |
Constraint manager. More... | |
Macros | |
#define | FBSDK_DLL K_DLLIMPORT |
Be sure that FBSDK_DLL is defined only once... More... | |
#define | FBRegisterConstraint(UniqueNameStr, ClassName, Label, Description, IconFilename) |
Register the constraint. More... | |
#define | FBConstraintDeclare(ClassName, Parent) |
Constraint class declaration. More... | |
#define | FBConstraintImplementation(ThisComponent) FBClassImplementation( ThisComponent ) |
Constraint class implementation. More... | |
#define | FBRegisterConstraintSolver(UniqueNameStr, ClassName, Label, Description, IconFilename) |
Register the constraint. More... | |
#define | FBConstraintSolverDeclare(ClassName, Parent) |
Constraint class declaration. More... | |
#define | FBConstraintSolverImplementation(ThisComponent) FBClassImplementation( ThisComponent ) |
Constraint class implementation. More... | |
#define | FBRegisterPhysicalProperties(UniqueNameStr, ClassName, Label, Description, IconFilename) |
Register the constraint. More... | |
#define | FBPhysicalPropertiesDeclare(ClassName, Parent) |
Constraint class declaration. More... | |
#define | FBPhysicalPropertiesImplementation(ThisComponent) FBClassImplementation( ThisComponent ) |
Constraint class implementation. More... | |
Functions | |
FB_DEFINE_COMPONENT (K_DLLIMPORT, Constraint) | |
FB_FORWARD (FBConstraintInfo) | |
__FB_FORWARD (FBConstraint) | |
__FB_FORWARD (FBBox) | |
__FB_FORWARD (FBPropertyListBox) | |
FB_DEFINE_LIST (K_DLLIMPORT, Box) | |
FB_DEFINE_COMPONENT (K_DLLIMPORT, Box) | |
__FB_FORWARD (FBBoxPlaceHolder) | |
FB_FORWARD (FBModel) | |
__FB_FORWARD (FBModelPlaceHolder) | |
__FB_FORWARD (FBConstraintRelation) | |
FB_DEFINE_COMPONENT (K_DLLIMPORT, ConstraintSolver) | |
__FB_FORWARD (FBConstraintSolver) | |
FB_FORWARD (FBPropertyListConstraintSolver) | |
FB_DEFINE_COMPONENT (K_DLLIMPORT, PhysicalProperties) | |
__FB_FORWARD (FBPhysicalProperties) | |
FB_DEFINE_LIST (K_DLLIMPORT, PhysicalProperties) | |
FB_FORWARD (FBPropertyListPhysicalProperties) | |
__FB_FORWARD (FBConstraintManager) | |
Contraint classes.
Classes from this file permit the user to derive, create and control constraints via the software development kit.
Definition in file fbconstraint.h.
#define FBConstraintDeclare | ( | ClassName, | |
Parent | |||
) |
Constraint class declaration.
ClassName | Constraint class name. |
Parent | Parent class name. |
Definition at line 93 of file fbconstraint.h.
#define FBConstraintImplementation | ( | ThisComponent | ) | FBClassImplementation( ThisComponent ) |
Constraint class implementation.
ThisComponent | The name of the class to implement. |
Definition at line 102 of file fbconstraint.h.
#define FBConstraintSolverDeclare | ( | ClassName, | |
Parent | |||
) |
Constraint class declaration.
ClassName | Constraint class name. |
Parent | Parent class name. |
Definition at line 544 of file fbconstraint.h.
#define FBConstraintSolverImplementation | ( | ThisComponent | ) | FBClassImplementation( ThisComponent ) |
Constraint class implementation.
ThisComponent | The name of the class to implement. |
Definition at line 553 of file fbconstraint.h.
#define FBPhysicalPropertiesDeclare | ( | ClassName, | |
Parent | |||
) |
Constraint class declaration.
ClassName | Constraint class name. |
Parent | Parent class name. |
Definition at line 656 of file fbconstraint.h.
#define FBPhysicalPropertiesImplementation | ( | ThisComponent | ) | FBClassImplementation( ThisComponent ) |
Constraint class implementation.
ThisComponent | The name of the class to implement. |
Definition at line 665 of file fbconstraint.h.
#define FBRegisterConstraint | ( | UniqueNameStr, | |
ClassName, | |||
Label, | |||
Description, | |||
IconFilename | |||
) |
Register the constraint.
UniqueNameStr | Unique name. |
ClassName | Name of the constraint class. |
Label | Short description of constraint. |
Description | Long description of constraint. |
IconFilename | Filename of associated icon. |
Definition at line 69 of file fbconstraint.h.
#define FBRegisterConstraintSolver | ( | UniqueNameStr, | |
ClassName, | |||
Label, | |||
Description, | |||
IconFilename | |||
) |
Register the constraint.
UniqueNameStr | Unique name. |
ClassName | Name of the constraint class. |
Label | Short description of constraint. |
Description | Long description of constraint. |
IconFilename | Filename of associated icon. |
Definition at line 520 of file fbconstraint.h.
#define FBRegisterPhysicalProperties | ( | UniqueNameStr, | |
ClassName, | |||
Label, | |||
Description, | |||
IconFilename | |||
) |
Register the constraint.
UniqueNameStr | Unique name. |
ClassName | Name of the constraint class. |
Label | Short description of constraint. |
Description | Long description of constraint. |
IconFilename | Filename of associated icon. |
Definition at line 633 of file fbconstraint.h.
#define FBSDK_DLL K_DLLIMPORT |
Be sure that FBSDK_DLL is defined only once...
Definition at line 50 of file fbconstraint.h.