![]() |
VR-Forces Developer's Guide
|
DtVideoStreamEditPage provides the page dialog that creates the video stream type specific configuration widget, as well as managing pop-up dialogs for adding, deleting, and renaming video streams.

Public Member Functions | |
| DtVideoStreamEditPage (DtDe &de, QWidget *parent, Qt::WindowFlags f=0) | |
| virtual | ~DtVideoStreamEditPage () |
| virtual void | addVideoStream (const DtUnicode &videoStreamName) |
| virtual void | removeVideoStream (const DtUnicode &videoStreamName) |
| virtual void | setAutoStart (const DtUnicode &streamName, bool autoStart) |
| virtual void | requestVideoStreamEdit (const DtUnicode &videoStreamName) |
| virtual QIcon | icon () |
| virtual DtQIconConfigurations | qIconConfigurations () const |
| virtual QString | title () |
| virtual const std::string & | pageClassName () const |
Public Member Functions inherited from makVrv::DtSelectedInstanceDialogPage | |
| DtSelectedInstanceDialogPage (DtDe &de, QWidget *parent, Qt::WindowFlags f=Qt::Widget) | |
| virtual | ~DtSelectedInstanceDialogPage () |
| virtual void | addInstance (const std::string &) |
| virtual void | removeInstance (const std::string &) |
| virtual QString | currentInstance () |
Public Member Functions inherited from makVrv::DtPage | |
| DtPage (DtDe &de, QWidget *parent=0, Qt::WindowFlags f=0) | |
| virtual | ~DtPage () |
| virtual PageAction | pageAction () |
| virtual void | setPageAction (PageAction action) |
| virtual void | setActionFlag (int flag) |
| virtual int | actionFlag () |
| virtual void | setParentDialog (QWidget *paraentDialog) |
| virtual QWidget * | parentDialog () |
| virtual bool | shouldAskBeforeAction (PageAction action) |
| virtual void | askBeforeAction () |
| virtual void | executeAfterAsk (bool revert) |
| virtual void | resumeLastAction () |
| virtual void | onCloseEvent () |
| virtual void | onSwitchEvent () |
Static Public Member Functions | |
| static const std::string & | thePageClassName () |
Protected Slots | |
| virtual void | onCurrentInstanceChanged (QString definition) |
| virtual void | onNewInstanceRequested () |
| virtual void | onDeleteInstanceRequested () |
| virtual void | onRenameInstanceRequested () |
Protected Slots inherited from makVrv::DtSelectedInstanceDialogPage | |
| virtual void | onCurrentInstanceChanged (QString definition) |
| virtual void | onCurrentInstanceChanged (int) |
| virtual void | onRenameInstanceRequested () |
| virtual void | onNewInstanceRequested () |
| virtual void | onDeleteInstanceRequested () |
Protected Member Functions | |
| void | setupGui () |
| virtual void | activate () |
| virtual void | deactivate () |
| void | setupVideoStreamTypeSpecificWidget () |
Protected Member Functions inherited from makVrv::DtSelectedInstanceDialogPage | |
| void | setupGui () |
Protected Attributes | |
| DtVideoStreamEditLogic * | myLogic |
| DtUnicode | myClassName |
| DtUnicode | myInstanceName |
| QVBoxLayout * | myContentsLayout |
| DtDialogPageTitleWidget * | myTitle |
| QVBoxLayout * | myMainLayout |
| DtVideoStreamConfigurationInterface * | myCurrentWidget |
| DtUnicode | myVideoStreamEditRequest |
Protected Attributes inherited from makVrv::DtSelectedInstanceDialogPage | |
| DtSelectInstanceWidget * | mySelectInstanceWidget |
Protected Attributes inherited from makVrv::DtPage | |
| DtDe & | myDe |
| QWidget * | myParentDialog |
| PageAction | myCurrentPageAction |
| int | myActionFlag |
Additional Inherited Members | |
Public Types inherited from makVrv::DtPage | |
| enum | PageAction { None = 0x0000, Switching = 0x0001, Closing = 0x0010 } |
| makVrv::DtVideoStreamEditPage::DtVideoStreamEditPage | ( | DtDe & | de, |
| QWidget * | parent, | ||
| Qt::WindowFlags | f = 0 |
||
| ) |
CTOR.
|
virtual |
DTOR.
|
virtual |
Add a video stream.
|
virtual |
Remove a video stream.
|
virtual |
Set the autoStart state of a video stream, which is indicated in the selection combo with a 'star' icon.
|
virtual |
Specify a video stream that should be selected when this page is activated.
|
virtual |
Get the icon of the page.
Implements makVrv::DtPage.
|
virtual |
Get the icon configurations for the page. This is used to style the page's icon based on application settings.
Implements makVrv::DtPage.
|
virtual |
Get the title of the page.
Implements makVrv::DtPage.
|
virtual |
Get the class name of the page.
Implements makVrv::DtPage.
|
static |
Get the class name of the class.
|
protectedvirtualslot |
Override dialog page current instance changed handler.
|
protectedvirtualslot |
Override dialog page new instance requested handler.
|
protectedvirtualslot |
Override dialog page delete instance requested handler.
|
protectedvirtualslot |
Override dialog page rename instance requested handler.
|
protected |
Create and layout the widgets for this page.
|
protectedvirtual |
Called by the Pager when this page becomes active.
Reimplemented from makVrv::DtSelectedInstanceDialogPage.
|
protectedvirtual |
Called by the Pager when this page becomes active.
Reimplemented from makVrv::DtSelectedInstanceDialogPage.
|
protected |
Factory create and intialize a configuration widget from the selected video stream's class type.
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |