Go to the source code of this file.
Classes | |
class | FBDeviceLayout |
Device layout class. More... | |
class | FBDeviceOpticalLayout |
Layout for optical device. More... | |
class | FBDeviceCameraLayout |
Camera device layout. More... | |
Macros | |
#define | FBSDK_DLL K_DLLIMPORT |
Be sure that FBSDK_DLL is defined only once... | |
#define | FBRegisterDeviceLayout(ClassName, UniqueNameStr, IconFilename) |
Register a device layout class. | |
#define | FBDeviceLayoutDeclare(ClassName, Parent) |
Device layout declaration. | |
#define | FBDeviceLayoutImplementation(ThisComponent) FBClassImplementation( ThisComponent ) |
Device layout implementation. | |
#define | FBTRACKER_NO_LENSFILE "-- no lens file --" |
FBTRACKER_NO_LENSFILE. | |
Functions | |
FB_FORWARD (FBDeviceCameraInstrument) | |
FB_FORWARD (FBDeviceCamera) | |
FB_FORWARD (FBDeviceOptical) | |
__FB_FORWARD (FBDeviceLayout) | |
__FB_FORWARD (FBDeviceOpticalLayout) | |
__FB_FORWARD (FBDeviceCameraLayout) | |
FBDevice layout file.
Definition in file fbdevicelayout.h.
#define FBDeviceLayoutDeclare | ( | ClassName, | |
Parent | |||
) |
Device layout declaration.
ClassName | Name of device layout class. |
Parent | Parent of device layout class. |
Definition at line 97 of file fbdevicelayout.h.
#define FBDeviceLayoutImplementation | ( | ThisComponent | ) | FBClassImplementation( ThisComponent ) |
Device layout implementation.
ThisComponent | Name of device layout class to implement. |
Definition at line 106 of file fbdevicelayout.h.
#define FBRegisterDeviceLayout | ( | ClassName, | |
UniqueNameStr, | |||
IconFilename | |||
) |
Register a device layout class.
ClassName | Name of device layout class. |
UniqueNameStr | Unique name of class. |
IconFilename | Filename of associated icon. |
Definition at line 76 of file fbdevicelayout.h.
#define FBSDK_DLL K_DLLIMPORT |
Be sure that FBSDK_DLL is defined only once...
Definition at line 48 of file fbdevicelayout.h.
#define FBTRACKER_NO_LENSFILE "-- no lens file --" |
FBTRACKER_NO_LENSFILE.
Definition at line 173 of file fbdevicelayout.h.