![]() |
VR-Forces 4.10 Class Documentation
|
Page for the objects list panel. More...

Public Member Functions | |
| DtObjectsListPage (DtDe &de, QWidget *parent=0, Qt::WindowFlags f=0) | |
| Constructor of the page. More... | |
| virtual | ~DtObjectsListPage () |
| DTOR. More... | |
Public Member Functions inherited from makVrv::DtPage | |
| DtPage (DtDe &de, QWidget *parent=0, Qt::WindowFlags f=0) | |
| CTOR for page. More... | |
| virtual | ~DtPage () |
| DTOR for page. More... | |
| virtual PageAction | pageAction () |
| return the current action on the page More... | |
| virtual void | setPageAction (PageAction action) |
| set the curret action on the page More... | |
| virtual void | setActionFlag (int flag) |
| set the action flag of the page More... | |
| virtual int | actionFlag () |
| return the action flag of the page More... | |
| virtual void | setParentDialog (QWidget *paraentDialog) |
| set the parent dialog that owns this page More... | |
| virtual QWidget * | parentDialog () |
| return the parent dialog that own this page More... | |
| virtual bool | shouldAskBeforeAction (PageAction action) |
| test the action flag with the action, return true if we should ask before executing the action /param action the current page action More... | |
| virtual void | askBeforeAction () |
| Called when the action flag is set and before the action is beind executed, default do nothing. More... | |
| virtual void | executeAfterAsk (bool revert) |
| Called after askBeforeAction(), whether user wants to revert the action or resume the action /param revert if true, the user wants to revert the action, otherwise resume it. More... | |
| virtual void | resumeLastAction () |
| resume the last action of the page More... | |
| virtual void | onCloseEvent () |
| will be called when user hit the close button of this page, default do nothing. More... | |
| virtual void | onSwitchEvent () |
| will be called when user try switch to another page, default do nothing. More... | |
Protected Member Functions | |
| void | setupGui () |
| Create the widgets and layout. Called in the CTOR. More... | |
| virtual void | activate () |
| Called when the page is displayed. More... | |
| virtual void | deactivate () |
| Called when the page is hidden. More... | |
Protected Attributes | |
| DtObjectsListWidget * | myObjectsListWidget |
| DtObjectsListLogic * | myObjectsListLogic |
| QVBoxLayout * | myMainLayout |
Protected Attributes inherited from makVrv::DtPage | |
| DtDe & | myDe |
| QWidget * | myParentDialog |
| PageAction | myCurrentPageAction |
| int | myActionFlag |
Private Member Functions | |
| DtObjectsListPage () | |
| Unimplemented Default CTOR. More... | |
| DtObjectsListPage (const DtObjectsListPage &orig) | |
| Not implemented. More... | |
| DtObjectsListPage & | operator= (const DtObjectsListPage &orig) |
| Not implemented. More... | |
| virtual QIcon | icon () |
| see DtPage More... | |
| virtual QString | title () |
| Gets the title of the page. More... | |
| virtual const std::string & | pageClassName () const |
| Gets the class name of the page. More... | |
| static const std::string & | thePageClassName () |
| Gets the class name of the page. Used by DtObjectsListPageCreator. More... | |
Additional Inherited Members | |
Public Types inherited from makVrv::DtPage | |
| enum | PageAction { None = 0x0000, Switching = 0x0001, Closing = 0x0010 } |
Page for the objects list panel.
"Objects" will include normal entities, aggregates, munitions, and tactical graphics.
| makVrv::DtObjectsListPage::DtObjectsListPage | ( | DtDe & | de, |
| QWidget * | parent = 0, |
||
| Qt::WindowFlags | f = 0 |
||
| ) |
Constructor of the page.
|
virtual |
DTOR.
|
private |
Unimplemented Default CTOR.
|
private |
Not implemented.
|
virtual |
|
virtual |
Gets the title of the page.
Implements makVrv::DtPage.
|
virtual |
Gets the class name of the page.
Implements makVrv::DtPage.
|
static |
Gets the class name of the page. Used by DtObjectsListPageCreator.
|
protected |
Create the widgets and layout. Called in the CTOR.
|
protectedvirtual |
Called when the page is displayed.
Implements makVrv::DtPage.
|
protectedvirtual |
Called when the page is hidden.
Implements makVrv::DtPage.
|
private |
Not implemented.
|
protected |
|
protected |
|
protected |