Layout for optical device.
Definition at line 131 of file fbdevicelayout.h.
#include <fbdevicelayout.h>

Public Types |
|
| enum |
FBDeviceOpticalGUIOptions { kGUIModelOpticalList = 1<<0, kGUIModelOpticalCreate = 1<<1, kGUIModelOpticalDampingTime = 1<<2, kGUIDeviceStatus = 1<<3, kGUIDeviceReset = 1<<4, kGUIViewer = 1<<5 } |
|
Different options for optical device GUI. More... |
|
Public Member Functions |
|
| FBDeviceOpticalLayout (HFBDevice pDevice=NULL) | |
| Constructor. |
|
| virtual bool | FBCreate () |
| Open Reality Creation function. |
|
Public Attributes |
|
| HFBDeviceOptical | mDeviceOptical |
| Optical device. |
|
| FBPropertyInt | GenericUIOptions |
| Property: GUI options. |
|
Different options for optical device GUI.
Definition at line 138 of file fbdevicelayout.h.
{
kGUIModelOpticalList = 1<<0,
kGUIModelOpticalCreate = 1<<1,
kGUIModelOpticalDampingTime = 1<<2,
kGUIDeviceStatus = 1<<3,
kGUIDeviceReset = 1<<4,
kGUIViewer = 1<<5
};
| FBDeviceOpticalLayout | ( | HFBDevice | pDevice = NULL |
) |
Constructor.
| pDevice | Parent device(default=NULL). |
| virtual bool FBCreate | ( | ) | [virtual] |
Open Reality Creation function.
Reimplemented from FBComponent.
| HFBDeviceOptical mDeviceOptical |