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.
More...
Static Public Member Functions |
| static const std::string & | thePageClassName () |
| | Get the class name of the class.
|
Protected Member Functions |
| void | setupGui () |
| | Create and layout the widgets for this page.
|
| virtual void | activate () |
| | Called by the Pager when this page becomes active.
|
| virtual void | deactivate () |
| | Called by the Pager when this page becomes active.
|
| void | setupVideoStreamTypeSpecificWidget () |
| | Factory create and intialize a configuration widget from the selected video stream's class type.
|
Detailed Description
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.
Constructor & Destructor Documentation
| makVrv::DtVideoStreamEditPage::DtVideoStreamEditPage |
( |
DtDe & |
de, |
|
|
QWidget * |
parent, |
|
|
Qt::WindowFlags |
f = 0 |
|
) |
| |
| virtual makVrv::DtVideoStreamEditPage::~DtVideoStreamEditPage |
( |
| ) |
|
|
virtual |
Member Function Documentation
| virtual void makVrv::DtVideoStreamEditPage::addVideoStream |
( |
const DtUnicode & |
videoStreamName | ) |
|
|
virtual |
| virtual void makVrv::DtVideoStreamEditPage::removeVideoStream |
( |
const DtUnicode & |
videoStreamName | ) |
|
|
virtual |
| virtual void makVrv::DtVideoStreamEditPage::setAutoStart |
( |
const DtUnicode & |
streamName, |
|
|
bool |
autoStart |
|
) |
| |
|
virtual |
Set the autoStart state of a video stream, which is indicated in the selection combo with a 'star' icon.
| virtual void makVrv::DtVideoStreamEditPage::requestVideoStreamEdit |
( |
const DtUnicode & |
videoStreamName | ) |
|
|
virtual |
Specify a video stream that should be selected when this page is activated.
| virtual QIcon makVrv::DtVideoStreamEditPage::icon |
( |
| ) |
|
|
virtual |
| virtual QString makVrv::DtVideoStreamEditPage::title |
( |
| ) |
|
|
virtual |
| virtual const std::string& makVrv::DtVideoStreamEditPage::pageClassName |
( |
| ) |
const |
|
virtual |
| static const std::string& makVrv::DtVideoStreamEditPage::thePageClassName |
( |
| ) |
|
|
static |
Get the class name of the class.
| virtual void makVrv::DtVideoStreamEditPage::onCurrentInstanceChanged |
( |
QString |
definition | ) |
|
|
protectedvirtualslot |
Override dialog page current instance changed handler.
| virtual void makVrv::DtVideoStreamEditPage::onNewInstanceRequested |
( |
| ) |
|
|
protectedvirtualslot |
Override dialog page new instance requested handler.
| virtual void makVrv::DtVideoStreamEditPage::onDeleteInstanceRequested |
( |
| ) |
|
|
protectedvirtualslot |
Override dialog page delete instance requested handler.
| virtual void makVrv::DtVideoStreamEditPage::onRenameInstanceRequested |
( |
| ) |
|
|
protectedvirtualslot |
Override dialog page rename instance requested handler.
| void makVrv::DtVideoStreamEditPage::setupGui |
( |
| ) |
|
|
protected |
| virtual void makVrv::DtVideoStreamEditPage::activate |
( |
| ) |
|
|
protectedvirtual |
| virtual void makVrv::DtVideoStreamEditPage::deactivate |
( |
| ) |
|
|
protectedvirtual |
| void makVrv::DtVideoStreamEditPage::setupVideoStreamTypeSpecificWidget |
( |
| ) |
|
|
protected |
Factory create and intialize a configuration widget from the selected video stream's class type.
Member Data Documentation
| DtUnicode makVrv::DtVideoStreamEditPage::myClassName |
|
protected |
| DtUnicode makVrv::DtVideoStreamEditPage::myInstanceName |
|
protected |
| QVBoxLayout* makVrv::DtVideoStreamEditPage::myContentsLayout |
|
protected |
| QLabel* makVrv::DtVideoStreamEditPage::myTitle |
|
protected |
| QVBoxLayout* makVrv::DtVideoStreamEditPage::myMainLayout |
|
protected |
| DtUnicode makVrv::DtVideoStreamEditPage::myVideoStreamEditRequest |
|
protected |
The documentation for this class was generated from the following file: