![]() |
VR-Forces 4.1 Class Documentation
|
Factory for registering video stream configuration widgets. More...

Public Member Functions | |
| virtual | ~DtMetadataPublisherConfigurationWidgetFactory () |
| DTOR. | |
| virtual void | registerCreator (const DtUnicode &metadataPublisherClassName, DtMetadataPublisherConfigurationCreator *creator)=0 |
| Register the widget creator for a video stream. | |
| virtual DtMetadataPublisherConfigurationWidget * | create (const DtUnicode &metadataPublisherClassName, DtVideoStream &videoStream, QWidget *parent)=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 DtMetadataPublisherConfigurationWidgetFactory & | instance (DtDe &de) |
| Get the instance of the widget factory. | |
Factory for registering video stream configuration widgets.
|
virtual |
DTOR.
|
static |
Get the instance of the 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