![]() |
VR-Forces 4.0.4 Class Documentation
|

Public Member Functions | |
| virtual | ~DtVrfEchelonHierarchyPage () |
| DTOR. | |
| 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 | |
| DtVrfEchelonHierarchyPage (makVrv::DtDe &de, QWidget *parent=0, Qt::WindowFlags flags=0) | |
| CTOR. | |
| virtual void | activate () |
| Called when the page is displayed. | |
| virtual void | deactivate () |
| Called when the page is hidden. | |
| virtual DtVrfHierarchyPageLogic * | createLogic () |
| virtual DtVrfTreeWidget * | createHierarchyList () |
Protected Attributes | |
| std::string | myClassName |
Friends | |
| class | DtVrfEchelonHierarchyPageCreator |
| Let the creator create the page. | |
| virtual makVrf::DtVrfEchelonHierarchyPage::~DtVrfEchelonHierarchyPage | ( | ) | [virtual] |
DTOR.
| makVrf::DtVrfEchelonHierarchyPage::DtVrfEchelonHierarchyPage | ( | makVrv::DtDe & | de, |
| QWidget * | parent = 0, |
||
| Qt::WindowFlags | flags = 0 |
||
| ) | [protected] |
CTOR.
| virtual QIcon makVrf::DtVrfEchelonHierarchyPage::icon | ( | ) | [virtual] |
Get the icon of the page.
Implements makVrv::DtPage.
| virtual QString makVrf::DtVrfEchelonHierarchyPage::title | ( | ) | [virtual] |
Get the title of the page.
Implements makVrv::DtPage.
| virtual const std::string& makVrf::DtVrfEchelonHierarchyPage::pageClassName | ( | ) | const [virtual] |
Get the class name of the page.
Implements makVrv::DtPage.
| virtual void makVrf::DtVrfEchelonHierarchyPage::activate | ( | ) | [protected, virtual] |
Called when the page is displayed.
Implements makVrv::DtPage.
| virtual void makVrf::DtVrfEchelonHierarchyPage::deactivate | ( | ) | [protected, virtual] |
Called when the page is hidden.
Implements makVrv::DtPage.
| virtual DtVrfHierarchyPageLogic* makVrf::DtVrfEchelonHierarchyPage::createLogic | ( | ) | [protected, virtual] |
Implements makVrf::DtVrfHierarchyPage.
| virtual DtVrfTreeWidget* makVrf::DtVrfEchelonHierarchyPage::createHierarchyList | ( | ) | [protected, virtual] |
Implements makVrf::DtVrfHierarchyPage.
friend class DtVrfEchelonHierarchyPageCreator [friend] |
Let the creator create the page.
std::string makVrf::DtVrfEchelonHierarchyPage::myClassName [protected] |