Create new manipulators using the FBManipulator class. More...
Go to the source code of this file.
Classes | |
class | FBManipulator |
Manipulator class. More... | |
class | FBPropertyListManipulator |
PropertyList: Manipulator. More... | |
class | FBManipulatorTransform |
Manipulator class. More... | |
Macros | |
#define | FBSDK_DLL K_DLLIMPORT |
Be sure that FBSDK_DLL is defined only once... More... | |
#define | FBRegisterManipulator(ClassName, Label, Description, IconFilename) |
Manipulator class registration. More... | |
#define | FBManipulatorDeclare(ClassName, Parent) |
Manipulator class declaration. More... | |
#define | FBManipulatorImplementation(ThisComponent) FBClassImplementation( ThisComponent ) |
Manipulator class implementation. More... | |
Enumerations | |
enum | FBManipulatorPickType { FBPickObjects, FBPickPoints, FBPickSurfaces } |
Types of manipulator picking. More... | |
enum | FBManipulatorTransformType { kFBManipulatorTransformNone, kFBManipulatorTransformTranslation, kFBManipulatorTransformRotation, kFBManipulatorTransformScaling } |
Manipulator transform stles. More... | |
Functions | |
FB_FORWARD (FBModel) | |
FB_DEFINE_COMPONENT (K_DLLIMPORT, Manipulator) | |
FB_DEFINE_COMPONENT (K_DLLIMPORT, Camera) | |
__FB_FORWARD (FBManipulator) | |
FB_DEFINE_LIST (K_DLLIMPORT, Manipulator) | |
__FB_FORWARD (FBManipulatorTransform) | |
FB_DEFINE_COMPONENT (K_DLLIMPORT, ManipulatorTransform) | |
FB_DEFINE_ENUM (K_DLLIMPORT, ManipulatorTransformType) | |
Create new manipulators using the FBManipulator class.
Definition in file fbmanipulator.h.
#define FBManipulatorDeclare | ( | ClassName, | |
Parent | |||
) |
Manipulator class declaration.
ClassName | Manipulator class name. |
Parent | Parent class. |
Definition at line 90 of file fbmanipulator.h.
#define FBManipulatorImplementation | ( | ThisComponent | ) | FBClassImplementation( ThisComponent ) |
Manipulator class implementation.
ThisComponent | Class to implement. |
Definition at line 99 of file fbmanipulator.h.
#define FBRegisterManipulator | ( | ClassName, | |
Label, | |||
Description, | |||
IconFilename | |||
) |
Manipulator class registration.
ClassName | Manipulator class name. |
Label | Short description. |
Description | Long description. |
IconFilename | Filename of associated icon. |
Definition at line 69 of file fbmanipulator.h.
#define FBSDK_DLL K_DLLIMPORT |
Be sure that FBSDK_DLL is defined only once...
Definition at line 48 of file fbmanipulator.h.
Types of manipulator picking.
Enumerator | |
---|---|
FBPickObjects | Pick objects. |
FBPickPoints | Pick points. |
FBPickSurfaces | Pick surfaces. |
Definition at line 106 of file fbmanipulator.h.
Manipulator transform stles.
Definition at line 273 of file fbmanipulator.h.