![]() |
VR-Forces 4.1 Class Documentation
|
Interface for a Image Task Element configuration widget. More...
Public Member Functions | |
| DtCompressImageTaskElementConfigurationLogic (DtDe &de, DtCompressImageTaskElementConfigurationInterface &widgetIf, int imageTaskElementIndex, DtVideoStream &videoStream) | |
| CTOR. | |
| virtual | ~DtCompressImageTaskElementConfigurationLogic () |
| DTOR. | |
| virtual void | slot_qualitySelected (int quality) |
| Handle signal raised when the widget's quality value changes. | |
| virtual void | slot_compressionTypeSelected (const DtUnicode &compressionType) |
| Handle signal raised when the widget's compression type value changes. | |
| virtual void | slot_intTaskParameterChanged (int taskIndex, const DtUnicode ¶meter, int value) |
| Handle integer parameter changes to the video stream. | |
| virtual void | slot_stringTaskParameterChanged (int taskindex, const DtUnicode ¶meter, const DtUnicode &value) |
| Handle string parameter changes to the video stream. | |
Protected Attributes | |
| DtDe & | myDe |
| DtCompressImageTaskElementConfigurationInterface & | myWidgetIf |
| DtVideoStream & | myVideoStream |
| int | myImageTaskElementIndex |
| DtSignalConnectionManager | myConnections |
Private Member Functions | |
| DtCompressImageTaskElementConfigurationLogic () | |
| Default CTOR (unimplemented) | |
| DtCompressImageTaskElementConfigurationLogic (const DtCompressImageTaskElementConfigurationLogic &) | |
| Copy CTOR (unimplemented) | |
| DtCompressImageTaskElementConfigurationLogic & | operator= (const DtCompressImageTaskElementConfigurationLogic &) |
| Assignment Operator (unimplemented) | |
Interface for a Image Task Element configuration widget.
| makVrv::DtCompressImageTaskElementConfigurationLogic::DtCompressImageTaskElementConfigurationLogic | ( | DtDe & | de, |
| DtCompressImageTaskElementConfigurationInterface & | widgetIf, | ||
| int | imageTaskElementIndex, | ||
| DtVideoStream & | videoStream | ||
| ) |
CTOR.
|
virtual |
DTOR.
|
private |
Default CTOR (unimplemented)
|
private |
Copy CTOR (unimplemented)
|
virtual |
Handle signal raised when the widget's quality value changes.
|
virtual |
Handle signal raised when the widget's compression type value changes.
|
virtual |
Handle integer parameter changes to the video stream.
If the change is to the "quality" parameter, it will be reflected in the widget
|
virtual |
Handle string parameter changes to the video stream.
If the change is to the "compression" parameter, it will be reflected in the widget
|
private |
Assignment Operator (unimplemented)
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |