![]() |
VR-Forces 4.0.4 Class Documentation
|
Tabbed dialog that has instances of both remote graphic set and attribute group template GUI. More...

Public Member Functions | |
| virtual | ~DtRemoteGraphicsPanel () |
| Destructor. | |
| virtual QIcon | icon () |
| Get the icon of the page. | |
| virtual QString | title () |
| Get the title of the page. | |
| virtual const std::string & | pageClassName () const |
| Get the class name of the page. | |
Protected Member Functions | |
| void | setupGui () |
| DtRemoteGraphicsPanel (DtDe &de, QWidget *parent=0, Qt::WindowFlags f=0) | |
| Constructor of the page. | |
| virtual void | activate () |
| Called when the page is displayed. | |
| virtual void | deactivate () |
| Called when the page is hidden. | |
Protected Attributes | |
| std::string | myClassName |
| QTabWidget * | myTabWidget |
| DtRemoteGraphicSetWidget * | myRemoteGraphicsWidget |
| DtAttributeGroupTemplateWidget * | myAttributeGroupTemplateWidget |
Private Member Functions | |
| DtRemoteGraphicsPanel (const DtRemoteGraphicsPanel &orig) | |
| Not implemented. | |
| DtRemoteGraphicsPanel & | operator= (const DtRemoteGraphicsPanel &orig) |
| Not implemented. | |
Friends | |
| class | DtRemoteGraphicsPanelCreator |
Tabbed dialog that has instances of both remote graphic set and attribute group template GUI.
| virtual makVrv::DtRemoteGraphicsPanel::~DtRemoteGraphicsPanel | ( | ) | [virtual] |
Destructor.
| makVrv::DtRemoteGraphicsPanel::DtRemoteGraphicsPanel | ( | DtDe & | de, |
| QWidget * | parent = 0, |
||
| Qt::WindowFlags | f = 0 |
||
| ) | [protected] |
Constructor of the page.
| makVrv::DtRemoteGraphicsPanel::DtRemoteGraphicsPanel | ( | const DtRemoteGraphicsPanel & | orig | ) | [private] |
Not implemented.
| virtual QIcon makVrv::DtRemoteGraphicsPanel::icon | ( | ) | [virtual] |
Get the icon of the page.
Implements makVrv::DtPage.
| virtual QString makVrv::DtRemoteGraphicsPanel::title | ( | ) | [virtual] |
Get the title of the page.
Implements makVrv::DtPage.
| virtual const std::string& makVrv::DtRemoteGraphicsPanel::pageClassName | ( | ) | const [virtual] |
Get the class name of the page.
Implements makVrv::DtPage.
| void makVrv::DtRemoteGraphicsPanel::setupGui | ( | ) | [protected] |
| virtual void makVrv::DtRemoteGraphicsPanel::activate | ( | ) | [protected, virtual] |
Called when the page is displayed.
Implements makVrv::DtPage.
| virtual void makVrv::DtRemoteGraphicsPanel::deactivate | ( | ) | [protected, virtual] |
Called when the page is hidden.
Implements makVrv::DtPage.
| DtRemoteGraphicsPanel& makVrv::DtRemoteGraphicsPanel::operator= | ( | const DtRemoteGraphicsPanel & | orig | ) | [private] |
Not implemented.
friend class DtRemoteGraphicsPanelCreator [friend] |
std::string makVrv::DtRemoteGraphicsPanel::myClassName [protected] |
QTabWidget* makVrv::DtRemoteGraphicsPanel::myTabWidget [protected] |
DtAttributeGroupTemplateWidget* makVrv::DtRemoteGraphicsPanel::myAttributeGroupTemplateWidget [protected] |