38 virtual void slot_currentVideoStreamChanged(
const DtUnicode& driver);
42 virtual void slot_currentVideoStreamStateToggle();
46 virtual void slot_editClicked();
50 virtual void slot_toggleCurrentVideoStreamAutoStartState();
58 virtual void slot_videoStreamDestroyed(
DtVideoStream& stream );
62 virtual void slot_videoStreamStatusChanged(
const DtVideoStream& stream );
66 virtual void slot_videoStreamAutoStartChanged(
77 void initializeInterface();
81 virtual void slot_refreshIcons();
A DtVideoStream instance will create a single streaming video pipeline on the channel indicated by wi...
Definition: DtVideoStream.h:35
DtDe & myDe
Definition: DtVideoStreamListLogic.h:85
A unicode string. DtUnicode stores a UTF-16 encoded unicode string. Code Point, a Unicode character...
Definition: DtUnicode.h:33
DtVideoStreamListLogic is the logic element for the DtVideoStreamListWidget.
Definition: DtVideoStreamListLogic.h:24
DtVideoStreamListInterface defines the interface to the video stream list.
Definition: DtVideoStreamListInterface.h:22
#define DT_DLL_VRVVIDEOSTREAMQT
Definition: vrvVideoStreamQt.h:20
VideoStreamState
Enumerate possible video stream states.
Definition: DtVideoStreamListInterface.h:33
Class to manage disconnection of boost connections on deletion.
Definition: DtSignalConnectionManager.h:20
voidpf stream
Definition: ioapi.h:39
Contains makVrv::DtVideoStreamListInterface class.
Base class to provide boost signal/slot management.
DtSignalConnectionManager myConnections
Definition: DtVideoStreamListLogic.h:87
The DtDe is the core component of any VR-Vantage application. It owns a DtRenderer, DtDeCommunicator, as well as a DtDisplay and other things.
Definition: DtDe.h:72
DtVideoStreamListInterface & myInterface
Definition: DtVideoStreamListLogic.h:86
DtVideoStream * myCurrentVideoStream
Definition: DtVideoStreamListLogic.h:88