VR-Exchange 2.4 API Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
List of all members | Public Slots | Public Member Functions | Protected Member Functions | Protected Attributes
MAKVrExchange::DtDialogPage Class Reference

A dialog page which can be stand alone or embedded into a DtDialogPager. More...

Inheritance diagram for MAKVrExchange::DtDialogPage:
Inheritance graph
[legend]

Public Slots

virtual void onCurrentInstanceChanged (QString definition)
 Connected to parent pager's tabChanged(std::string)

Public Member Functions

 DtDialogPage (QWidget *parent, Qt::WindowFlags f=Qt::Widget)
 CTOR.
virtual ~DtDialogPage ()
 DTOR.
virtual void enableContents ()
 Called by the Pager when this page becomes active.
virtual void disableContents ()
 Called by the Pager when this page becomes active.
virtual void setPageName (const std::string &pageName)
 Set the page name used to swap between pages.
virtual const std::string & pageName () const
 Get the page name.

Protected Member Functions

virtual QString currentInstance ()
 Parent pager's currently-selected tab.

Protected Attributes

std::string myPageName

Detailed Description

A dialog page which can be stand alone or embedded into a DtDialogPager.

Constructor & Destructor Documentation

MAKVrExchange::DtDialogPage::DtDialogPage ( QWidget parent,
Qt::WindowFlags  f = Qt::Widget 
)

CTOR.

virtual MAKVrExchange::DtDialogPage::~DtDialogPage ( )
virtual

DTOR.

Member Function Documentation

virtual QString MAKVrExchange::DtDialogPage::currentInstance ( )
protectedvirtual

Parent pager's currently-selected tab.

virtual void MAKVrExchange::DtDialogPage::disableContents ( )
virtual

Called by the Pager when this page becomes active.

virtual void MAKVrExchange::DtDialogPage::enableContents ( )
virtual

Called by the Pager when this page becomes active.

virtual void MAKVrExchange::DtDialogPage::onCurrentInstanceChanged ( QString  definition)
virtualslot

Connected to parent pager's tabChanged(std::string)

virtual const std::string& MAKVrExchange::DtDialogPage::pageName ( ) const
virtual

Get the page name.

The page name is an internal unique name and is not suitable for a title.

virtual void MAKVrExchange::DtDialogPage::setPageName ( const std::string &  pageName)
virtual

Set the page name used to swap between pages.

The page name is an internal unique name and is not suitable for a title.

Member Data Documentation

std::string MAKVrExchange::DtDialogPage::myPageName
protected

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

Document ID: Generated on Thu Jul 23 10:25:22 EDT 2015 from SVN revision 155065
Copyright © 2005-2014 VT MÄK. All Rights Reserved (www.mak.com)