fbsdk/fbcycleanalysisnode.h Source File
Go to the documentation of this file. 1 #ifndef __FBCYCLEANALYSISNODE_H__
2 #define __FBCYCLEANALYSISNODE_H__
9 #define FBSDK_DLL K_DLLIMPORT
15 #ifdef FBSDKUseNamespace
102 #ifdef FBSDKUseNamespace
106 #endif //__FBCYCLEANALYSISNODE_H__
FBPropertyRootHMode RootHMode
Read Only Property: RootH Mode.
#define __FBClassDeclare(Name, Parent)
For internal use only.
FBPropertyRootXZMode RootXZMode
Read Only Property: RootXZ Mode.
#define FB_DEFINE_COMPONENT(DllTag, Type)
Define a component and give it the ability to be a property.
FBPropertyRootRMode RootRMode
Read Only Property: RootR Mode.
FBRootRMode CycleAnalysisRootRMode
Read Write Property: The current RootR mode.
class FBPropertyBaseEnum< enum FBRootRMode > FBPropertyRootRMode
Contains definitions for devices, boxes and models.
FBRootXZMode CycleAnalysisRootXZMode
Read Write Property: The current RootXZ mode.
#define FB_DEFINE_ENUM(DllTag, Type)
Define an enum and give it the ability to be a property.
class FBPropertyBase< bool, kFBPT_bool > FBPropertyBool
Property: bool
#define FBSDK_DLL
Be sure that FBSDK_DLL is defined only once...
class FBPropertyBaseEnum< enum FBRootXZMode > FBPropertyRootXZMode
#define __FB_FORWARD(ClassName)
Forwarding of class and typedef declaration.
class FBPropertyBaseEnum< enum FBRootHMode > FBPropertyRootHMode
FBRootSpeedMode CycleAnalysisRootSpeedMode
Read Write Property: The current RootSpeed mode.
FBPropertyRootSpeedMode RootSpeedMode
Read Only Property: Root Speed Mode.
#define FBSDKNamespace
FBSDKNamespace define.
A box is a fundamental building block in the application architecture.
FBRootHMode CycleAnalysisRootHMode
Read Write Property: The current RootH mode.
FBPropertyBool RealTime
Read Only Property: Real time.
class FBPropertyBaseEnum< enum FBRootSpeedMode > FBPropertyRootSpeedMode
#define IQuery_Declare(IsPure)