VR-Forces Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
List of all members | Public Member Functions | Protected Member Functions | Protected Attributes | Private Member Functions
makVrv::DtObjectsListPage Class Reference

Page for the objects list panel. "Objects" will include normal entities, aggregates, munitions, and tactical graphics.

See Also
makVrv::DtPage
Inheritance diagram for makVrv::DtObjectsListPage:
Inheritance graph
[legend]

Public Member Functions

 DtObjectsListPage (DtDe &de, QWidget *parent=0, Qt::WindowFlags f=0)
 
virtual ~DtObjectsListPage ()
 
- 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 ()
 

Protected Member Functions

void setupGui ()
 
virtual void activate ()
 
virtual void deactivate ()
 

Protected Attributes

DtObjectsListWidgetmyObjectsListWidget
 
DtObjectsListLogicmyObjectsListLogic
 
QVBoxLayout * myMainLayout
 
- Protected Attributes inherited from makVrv::DtPage
DtDemyDe
 
QWidget * myParentDialog
 
PageAction myCurrentPageAction
 
int myActionFlag
 

Private Member Functions

 DtObjectsListPage ()
 
 DtObjectsListPage (const DtObjectsListPage &orig)
 
DtObjectsListPageoperator= (const DtObjectsListPage &orig)
 
virtual QIcon icon ()
 
virtual DtQIconConfigurations qIconConfigurations () const
 
virtual QString title ()
 
virtual const std::string & pageClassName () const
 
static const std::string & thePageClassName ()
 

Additional Inherited Members

- Public Types inherited from makVrv::DtPage
enum  PageAction { None = 0x0000, Switching = 0x0001, Closing = 0x0010 }
 

Constructor & Destructor Documentation

makVrv::DtObjectsListPage::DtObjectsListPage ( DtDe de,
QWidget *  parent = 0,
Qt::WindowFlags  f = 0 
)

Constructor of the page.

virtual makVrv::DtObjectsListPage::~DtObjectsListPage ( )
virtual

DTOR.

makVrv::DtObjectsListPage::DtObjectsListPage ( )
private

Unimplemented Default CTOR.

makVrv::DtObjectsListPage::DtObjectsListPage ( const DtObjectsListPage orig)
private

Not implemented.

Member Function Documentation

virtual QIcon makVrv::DtObjectsListPage::icon ( )
virtual

see DtPage

Gets the icon of the page.

Implements makVrv::DtPage.

virtual DtQIconConfigurations makVrv::DtObjectsListPage::qIconConfigurations ( ) const
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 QString makVrv::DtObjectsListPage::title ( )
virtual

Gets the title of the page.

Implements makVrv::DtPage.

virtual const std::string& makVrv::DtObjectsListPage::pageClassName ( ) const
virtual

Gets the class name of the page.

Implements makVrv::DtPage.

static const std::string& makVrv::DtObjectsListPage::thePageClassName ( )
static

Gets the class name of the page. Used by DtObjectsListPageCreator.

void makVrv::DtObjectsListPage::setupGui ( )
protected

Create the widgets and layout. Called in the CTOR.

virtual void makVrv::DtObjectsListPage::activate ( )
protectedvirtual

Called when the page is displayed.

Implements makVrv::DtPage.

virtual void makVrv::DtObjectsListPage::deactivate ( )
protectedvirtual

Called when the page is hidden.

Implements makVrv::DtPage.

DtObjectsListPage& makVrv::DtObjectsListPage::operator= ( const DtObjectsListPage orig)
private

Not implemented.

Member Data Documentation

DtObjectsListWidget* makVrv::DtObjectsListPage::myObjectsListWidget
protected
DtObjectsListLogic* makVrv::DtObjectsListPage::myObjectsListLogic
protected
QVBoxLayout* makVrv::DtObjectsListPage::myMainLayout
protected

The documentation for this class was generated from the following file:

Document ID: Generated on Tue Sep 24 19:28:17 EDT 2024 from SVN revision 269799
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)