PropertyList: Device optical marker
Definition at line 774 of file fboptical.h.
#include <fboptical.h>
Public Member Functions | |
FBPropertyListDeviceOpticalMarker () | |
virtual | ~FBPropertyListDeviceOpticalMarker () |
virtual void | RemoveAt (int pIndex) |
Remove a marker. | |
virtual FBDeviceOpticalMarker * | operator[] (int pIndex) |
Get a marker. | |
virtual int | GetCount () |
Get the marker count. | |
virtual int | Add (const char *pName=NULL) |
Add a marker by name. |
virtual ~FBPropertyListDeviceOpticalMarker | ( | ) | [virtual] |
virtual void RemoveAt | ( | int | pIndex | ) | [virtual] |
virtual FBDeviceOpticalMarker* operator[] | ( | int | pIndex | ) | [virtual] |
Get a marker.
pIndex | Index of marker. |
Implements FBPropertyBaseList< FBDeviceOpticalMarker * >.
virtual int GetCount | ( | ) | [virtual] |
virtual int Add | ( | const char * | pName = NULL | ) | [virtual] |
Add a marker by name.
pName | Name of new marker(default=NULL). |