![]() |
VR-Forces 4.1.1 Class Documentation
|
DtVideoStreamConfigurationWidgetFactory is the factory class for creating video stream configuration widgets. More...

Public Member Functions | |
| virtual | ~DtVideoStreamConfigurationWidgetFactory () |
| DTOR. | |
| virtual void | registerCreator (const DtUnicode &videoStreamClassName, DtVideoStreamConfigurationWidgetCreator *creator)=0 |
| Register the widget creator for a video stream. | |
| virtual DtVideoStreamConfigurationInterface * | create (DtVideoStream &videoStream)=0 |
| Create the configuration widget for a video stream. | |
Public Member Functions inherited from makVrv::DtVirtualBaseClass | |
| DtVirtualBaseClass () | |
| Do nothing constructor. | |
| virtual | ~DtVirtualBaseClass () |
| Virtual do nothing destructor. | |
Static Public Member Functions | |
| static DtVideoStreamConfigurationWidgetFactory & | instance (DtDe &de) |
| Get the instance of the video stream configuration widget factory. | |
DtVideoStreamConfigurationWidgetFactory is the factory class for creating video stream configuration widgets.
|
virtual |
DTOR.
|
static |
Get the instance of the video stream configuration widget factory.
|
pure virtual |
Register the widget creator for a video stream.
If a creator already exists for that video stream type, it will be deleted and replaced
|
pure virtual |
Create the configuration widget for a video stream.
Returns 0 if no widget was registered