![]() |
VR-Forces 4.7 Class Documentation
|
DtVideoStreamConfigurationLogic is the logic element for the video stream configuration widget. More...
Public Member Functions | |
| DtVideoStreamConfigurationLogic (DtDe &de, DtVideoStreamConfigurationInterface &widget, DtVideoStream &videoStream) | |
| CTOR. | |
| virtual | ~DtVideoStreamConfigurationLogic () |
| DTOR. | |
Protected Member Functions | |
| void | setupPossibleValues () const |
| Populate the various combo boxes with (translatable) strings. | |
| void | setupPossibleChannelNames (const DtWindow *window=0) const |
| Send the list of channel names for the currently selected window to the channel selection widget. | |
| void | setupImageTaskReorderArrows () |
| Enable / disable the up and down reorder arrows associated with each image task. | |
| virtual void | setWindowAndChannelWarningStates () const |
| Set the state of the existence warning label for the currently selected window and channel. | |
| virtual DtVideoStreamConfigurationInterface::VideoStreamState | videoStreamState (const DtVideoStream &stream) |
| Method to convert the video stream state of the specified stream into the interface-specific video stream state. | |
| virtual void | slot_windowNameSelectionChanged (const DtUnicode &windowName) |
| DtVideoStreamConfigurationWidget signal handlers. | |
| virtual void | slot_channelNameSelectionChanged (const DtUnicode &channelName) |
| Boost slot connected to the DtVideoStreamConfigurationWidget's channelNameSelectionChanged signal. | |
| virtual void | slot_frameRateSelectionChanged (int frameRate) |
| Boost slot connected to the DtVideoStreamConfigurationWidget's frameRateSelectionChanged signal. | |
| virtual void | slot_numBuffersSelectionChanged (int numBuffers) |
| Boost slot connected to the DtVideoStreamConfigurationWidget's numBuffersSelectionChanged signal. | |
| virtual void | slot_readBufferSelectionChanged (const DtUnicode &readBuffer) |
| Boost slot connected to the DtVideoStreamConfigurationWidget's readBufferSelectionChanged signal. | |
| virtual void | slot_addImageTaskPressed () |
| Boost slot connected to the DtVideoStreamConfigurationWidget's addImageTaskPressed signal. | |
| virtual void | slot_imageTaskTypeSelectionChanged (int index, const DtUnicode &taskType) |
| Boost slot connected to the DtVideoStreamConfigurationWidget's imageTaskTypeChanged signal. | |
| virtual void | slot_deleteImageTaskPressed (int index) |
| Boost slot connected to the DtVideoStreamConfigurationWidget's deleteImageTaskPressed signal. | |
| virtual void | slot_moveImageTaskUpPressed (int index) |
| Boost slot connected to the DtVideoStreamConfigurationWidget's moveImageTaskUpPressed signal. | |
| virtual void | slot_moveImageTaskDownPressed (int index) |
| Boost slot connected to the DtVideoStreamConfigurationWidget's moveImageTaskDownPressed signal. | |
| virtual void | slot_metadataPublisherIncludedChanged (bool included) |
| Boost slot connected to the DtVideoStreamConfigurationWidget's metadataPublisherIncludedChanged signal. | |
| virtual void | slot_metadataPublisherTypeSelectionChanged (const DtUnicode &publisher) |
| Boost slot connected to the DtVideoStreamConfigurationWidget's metadataPublisherTypeSelectionChanged signal. | |
| virtual void | slot_toggleVideoStreamState () |
| Boost slot connected to the DtVideoStreamConfigurationWidget's toggleVideoStreamState signal. | |
| virtual void | slot_toggleCurrentVideoStreamAutoStartState () |
| Boost slot connected to the DtVideoStreamConfigurationWidget's toggleCurrentVideoStreamAutoStartState signal. | |
| virtual void | slot_windowNameChanged (const DtUnicode &windowName) |
| DtVideoStream signal handlers. | |
| virtual void | slot_channelNameChanged (const DtUnicode &channelName) |
| Boost slot connected to DtVideoStream's channelNameChanged signal. | |
| virtual void | slot_frameRateChanged (int frameRate) |
| Boost slot connected to DtVideoStream's frameRateChanged signal. | |
| virtual void | slot_numBuffersChanged (int numBuffers) |
| Boost slot connected to DtVideoStream's numBuffersChanged signal. | |
| virtual void | slot_readBufferChanged (const DtUnicode &readBuffer) |
| Boost slot connected to DtVideoStream's readBufferChanged signal. | |
| virtual void | slot_imageTaskAdded (const makArchives::DtImageTaskRecord &imageTask) |
| Boost slot connected to DtVideoStream's imageTaskAdded signal. | |
| virtual void | slot_imageTaskRemoved (int taskIndex) |
| Boost slot connected to DtVideoStream's imageTaskRemoved signal. | |
| virtual void | slot_imageTaskChanged (int index, const makArchives::DtImageTaskRecord &imageTask) |
| Boost slot connected to DtVideoStream's imageTaskChanged signal. | |
| virtual void | slot_imageTasksSwapped (int index1, int index2) |
| Boost slot connected to DtVideoStream's imageTasksSwapped signal. | |
| virtual void | slot_videoStreamStatusChanged () |
| Boost slot connected to DtVideoStream's videoStreamStatusChanged signal. | |
| virtual void | slot_metadataPublisherTypeChanged (const DtUnicode &pubType) |
| Boost slot connected to DtVideoStream's metadataPublisherTypeChanged signal. | |
| virtual void | slot_metadataPublisherChanged (const makArchives::DtMetadataPublisherRecord &pubRecord) |
| Boost slot connected to DtVideoStream's metadataPublisherChanged signal. | |
| virtual void | slot_videoStreamAutoStartChanged () |
| Boost slot connected to DtVideoStream's videoStreamAutoStartChanged signal. | |
| virtual void | slot_windowCreated (DtWindow *window) |
| DtWindowManagerSignaler signal handlers. | |
| virtual void | slot_windowToBeDestroyed (DtWindow *window) |
| Boost slot connected to DtWindowManagerSignaler's windowToBeDestroyed signal. | |
| virtual void | slot_channelCreated (DtChannel *channel) |
| DtChannelManagerSignaler signal handlers. | |
| virtual void | slot_channelToBeDestroyed (DtChannel *channel) |
| Boost slot connected to DtChannelManagerSignaler's channelToBeDestroyed signal. | |
Protected Attributes | |
| DtVideoStream & | myVideoStream |
| DtVideoStreamConfigurationInterface & | myWidget |
| DtDe & | myDe |
| DtSignalConnectionManager | mySignals |
DtVideoStreamConfigurationLogic is the logic element for the video stream configuration widget.
| makVrv::DtVideoStreamConfigurationLogic::DtVideoStreamConfigurationLogic | ( | DtDe & | de, |
| DtVideoStreamConfigurationInterface & | widget, | ||
| DtVideoStream & | videoStream | ||
| ) |
CTOR.
|
virtual |
DTOR.
|
protected |
Populate the various combo boxes with (translatable) strings.
|
protected |
Send the list of channel names for the currently selected window to the channel selection widget.
|
protected |
Enable / disable the up and down reorder arrows associated with each image task.
|
protectedvirtual |
Set the state of the existence warning label for the currently selected window and channel.
|
protectedvirtual |
Method to convert the video stream state of the specified stream into the interface-specific video stream state.
|
protectedvirtual |
DtVideoStreamConfigurationWidget signal handlers.
Boost slot connected to the DtVideoStreamConfigurationWidget's windowNameSelectionChanged signal
|
protectedvirtual |
Boost slot connected to the DtVideoStreamConfigurationWidget's channelNameSelectionChanged signal.
|
protectedvirtual |
Boost slot connected to the DtVideoStreamConfigurationWidget's frameRateSelectionChanged signal.
|
protectedvirtual |
Boost slot connected to the DtVideoStreamConfigurationWidget's numBuffersSelectionChanged signal.
|
protectedvirtual |
Boost slot connected to the DtVideoStreamConfigurationWidget's readBufferSelectionChanged signal.
|
protectedvirtual |
Boost slot connected to the DtVideoStreamConfigurationWidget's addImageTaskPressed signal.
|
protectedvirtual |
Boost slot connected to the DtVideoStreamConfigurationWidget's imageTaskTypeChanged signal.
|
protectedvirtual |
Boost slot connected to the DtVideoStreamConfigurationWidget's deleteImageTaskPressed signal.
|
protectedvirtual |
Boost slot connected to the DtVideoStreamConfigurationWidget's moveImageTaskUpPressed signal.
|
protectedvirtual |
Boost slot connected to the DtVideoStreamConfigurationWidget's moveImageTaskDownPressed signal.
|
protectedvirtual |
Boost slot connected to the DtVideoStreamConfigurationWidget's metadataPublisherIncludedChanged signal.
|
protectedvirtual |
Boost slot connected to the DtVideoStreamConfigurationWidget's metadataPublisherTypeSelectionChanged signal.
|
protectedvirtual |
Boost slot connected to the DtVideoStreamConfigurationWidget's toggleVideoStreamState signal.
|
protectedvirtual |
Boost slot connected to the DtVideoStreamConfigurationWidget's toggleCurrentVideoStreamAutoStartState signal.
|
protectedvirtual |
DtVideoStream signal handlers.
Boost slot connected to DtVideoStream's windowNameChanged signal
|
protectedvirtual |
Boost slot connected to DtVideoStream's channelNameChanged signal.
|
protectedvirtual |
Boost slot connected to DtVideoStream's frameRateChanged signal.
|
protectedvirtual |
Boost slot connected to DtVideoStream's numBuffersChanged signal.
|
protectedvirtual |
Boost slot connected to DtVideoStream's readBufferChanged signal.
|
protectedvirtual |
Boost slot connected to DtVideoStream's imageTaskAdded signal.
|
protectedvirtual |
Boost slot connected to DtVideoStream's imageTaskRemoved signal.
|
protectedvirtual |
Boost slot connected to DtVideoStream's imageTaskChanged signal.
|
protectedvirtual |
Boost slot connected to DtVideoStream's imageTasksSwapped signal.
|
protectedvirtual |
Boost slot connected to DtVideoStream's videoStreamStatusChanged signal.
|
protectedvirtual |
Boost slot connected to DtVideoStream's metadataPublisherTypeChanged signal.
|
protectedvirtual |
Boost slot connected to DtVideoStream's metadataPublisherChanged signal.
|
protectedvirtual |
Boost slot connected to DtVideoStream's videoStreamAutoStartChanged signal.
|
protectedvirtual |
DtWindowManagerSignaler signal handlers.
Boost slot connected to DtWindowManagerSignaler's windowCreated signal
|
protectedvirtual |
Boost slot connected to DtWindowManagerSignaler's windowToBeDestroyed signal.
|
protectedvirtual |
DtChannelManagerSignaler signal handlers.
Boost slot connected to DtChannelManagerSignaler's channelCreated signal
|
protectedvirtual |
Boost slot connected to DtChannelManagerSignaler's channelToBeDestroyed signal.
|
protected |
|
protected |
|
protected |
|
protected |