![]() |
VR-Forces 4.1 Class Documentation
|
Interface for a Image Task Element configuration widget. More...

Public Member Functions | |
| DtCompressImageTaskElementConfigurationWidget (DtDe &de, int imageTaskElementIndex, DtVideoStream &videoStream, QWidget *parent) | |
| CTOR. | |
| virtual | ~DtCompressImageTaskElementConfigurationWidget () |
| DTOR. | |
| void | setupGui () |
| Create the layouts and widgets for this object. | |
| virtual void | activate () |
| Create the logic element, activating the widget. | |
| virtual void | setQuality (int quality) |
| Set the current compression quality, as an int (0-100) | |
| virtual void | setCompressionType (const DtUnicode &type) |
| Set the current compression type. | |
| virtual void | setCompressionTypeValues (const std::list< DtUnicode > &data) |
| Set the allowable values for compression type combo box widget. | |
Public Member Functions inherited from makVrv::DtImageTaskElementConfigurationWidget | |
| DtImageTaskElementConfigurationWidget (DtDe &de, int imageTaskElementIndex, DtVideoStream &videoStream, QWidget *parent) | |
| CTOR. | |
| virtual | ~DtImageTaskElementConfigurationWidget () |
| DTOR. | |
Public Member Functions inherited from makVrv::DtCompressImageTaskElementConfigurationInterface | |
| DtCompressImageTaskElementConfigurationInterface () | |
| CTOR. | |
| virtual | ~DtCompressImageTaskElementConfigurationInterface () |
| DTOR. | |
Protected Slots | |
| virtual void | onQualityChanged (int bufferSize) |
| Slot connected to the quality spin box 'valueChanged' signal. | |
| virtual void | onCompressionTypeChanged (int index) |
| Slot connected to the compression type combo box 'currentIndexChanged' signal. | |
Protected Attributes | |
| DtCompressImageTaskElementConfigurationLogic * | myLogic |
| QComboBox * | myCompressionTypeComboBox |
| QSpinBox * | myQualitySpinBox |
Protected Attributes inherited from makVrv::DtImageTaskElementConfigurationWidget | |
| DtDe & | myDe |
| DtVideoStream & | myVideoStream |
| int | myImageTaskElementIndex |
Private Member Functions | |
| DtCompressImageTaskElementConfigurationWidget () | |
| Default CTOR (unimplemented) | |
| DtCompressImageTaskElementConfigurationWidget (const DtCompressImageTaskElementConfigurationWidget &) | |
| Copy CTOR (unimplemented) | |
| DtCompressImageTaskElementConfigurationWidget & | operator= (const DtCompressImageTaskElementConfigurationWidget &) |
| Assignment Operator (unimplemented) | |
Additional Inherited Members | |
Public Attributes inherited from makVrv::DtCompressImageTaskElementConfigurationInterface | |
| boost::signal< void(int)> | signal_qualitySelected |
| Signal raised by widget when a new quality value is selected. | |
| boost::signal< void(const DtUnicode &)> | signal_compressionTypeSelected |
| Signal raised by widget when a new compression type is selected. | |
Interface for a Image Task Element configuration widget.
| makVrv::DtCompressImageTaskElementConfigurationWidget::DtCompressImageTaskElementConfigurationWidget | ( | DtDe & | de, |
| int | imageTaskElementIndex, | ||
| DtVideoStream & | videoStream, | ||
| QWidget * | parent | ||
| ) |
CTOR.
|
virtual |
DTOR.
|
private |
Default CTOR (unimplemented)
|
private |
Copy CTOR (unimplemented)
| void makVrv::DtCompressImageTaskElementConfigurationWidget::setupGui | ( | ) |
Create the layouts and widgets for this object.
|
virtual |
Create the logic element, activating the widget.
Implements makVrv::DtImageTaskElementConfigurationWidget.
|
virtual |
Set the current compression quality, as an int (0-100)
Implements makVrv::DtCompressImageTaskElementConfigurationInterface.
|
virtual |
Set the current compression type.
Implements makVrv::DtCompressImageTaskElementConfigurationInterface.
|
virtual |
Set the allowable values for compression type combo box widget.
Implements makVrv::DtCompressImageTaskElementConfigurationInterface.
|
protectedvirtualslot |
Slot connected to the quality spin box 'valueChanged' signal.
|
protectedvirtualslot |
Slot connected to the compression type combo box 'currentIndexChanged' signal.
|
private |
Assignment Operator (unimplemented)
|
protected |
|
protected |
|
protected |