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 | Private Attributes
ExampleExtendDialogPage Class Reference

The example page that will be inserted into the Dialog. This page contains a widget that also implements the logic. The widget is created at construction of this page and destroyed with the page. For this example, the widget has a single check box and the logic just changes the label case on the check box while printing it to the console in upper/lower case when checked/unchecked respectively.

Examples
Inheritance diagram for ExampleExtendDialogPage:
Inheritance graph
[legend]

Public Member Functions

 ExampleExtendDialogPage (makVrv::DtDe &de, QWidget *parent=0, Qt::WindowFlags f=Qt::Widget)
 
virtual ~ExampleExtendDialogPage ()
 
- Public Member Functions inherited from makVrv::DtLoaderSettingsPage
 DtLoaderSettingsPage (DtDe &de, QWidget *parent, Qt::WindowFlags f=0)
 
virtual ~DtLoaderSettingsPage ()
 
virtual QIcon icon ()
 
virtual DtQIconConfigurations qIconConfigurations () const
 
virtual QString title ()
 
virtual const std::string & pageClassName () const
 
- 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 ()
 

Private Attributes

CheckBoxAddermyCheckBox
 

Additional Inherited Members

- Public Types inherited from makVrv::DtPage
enum  PageAction { None = 0x0000, Switching = 0x0001, Closing = 0x0010 }
 
- Static Public Member Functions inherited from makVrv::DtLoaderSettingsPage
static const std::string & thePageClassName ()
 
- Protected Member Functions inherited from makVrv::DtLoaderSettingsPage
void setupGui ()
 
virtual void activate ()
 
virtual void deactivate ()
 
- Protected Attributes inherited from makVrv::DtLoaderSettingsPage
DtLoaderSettingsLogicmyLogic
 
DtLoaderSettingsWidgetmyWidget
 
DtPersistenceToolbarWidgetmyToolbar
 
QLayout * myMainLayout
 
- Protected Attributes inherited from makVrv::DtPage
DtDemyDe
 
QWidget * myParentDialog
 
PageAction myCurrentPageAction
 
int myActionFlag
 

Constructor & Destructor Documentation

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

CTOR.

This constructor creates the main widget of the ExampleExtendDialogPage.

virtual ExampleExtendDialogPage::~ExampleExtendDialogPage ( )
virtual

Virtual DTOR.

Member Data Documentation

CheckBoxAdder* ExampleExtendDialogPage::myCheckBox
private

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)