VR-Forces 4.8 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
List of all members | Public Member Functions
makVrf::DtSelectionGroupWidgetCreator Class Reference

The creator class needed to be used to create a DtSelectionGroupWidget. More...

Inheritance diagram for makVrf::DtSelectionGroupWidgetCreator:
Inheritance graph
[legend]

Public Member Functions

 DtSelectionGroupWidgetCreator (makVrv::DtDe &de)
 CTOR takes a referent to the DtDe object. More...
 
virtual ~DtSelectionGroupWidgetCreator ()
 Virtual DTOR allows subclasses to clean up resources. More...
 
virtual std::string pageClassName () const
 Get the name of the page class this creator is creating. More...
 
virtual makVrv::DtPagecreate (QWidget *parent=0, Qt::WindowFlags f=0)
 Abstract create call which makes a page. More...
 
- Public Member Functions inherited from makVrv::DtPageCreator
 DtPageCreator (DtDe &de)
 CTOR takes a reference to the DtDe object. More...
 
virtual ~DtPageCreator ()
 Virtual DTOR allows subclasses to clean up resources. More...
 

Additional Inherited Members

- Protected Attributes inherited from makVrv::DtPageCreator
DtDemyDe
 

Detailed Description

The creator class needed to be used to create a DtSelectionGroupWidget.

Constructor & Destructor Documentation

makVrf::DtSelectionGroupWidgetCreator::DtSelectionGroupWidgetCreator ( makVrv::DtDe de)

CTOR takes a referent to the DtDe object.

virtual makVrf::DtSelectionGroupWidgetCreator::~DtSelectionGroupWidgetCreator ( )
virtual

Virtual DTOR allows subclasses to clean up resources.

Member Function Documentation

virtual std::string makVrf::DtSelectionGroupWidgetCreator::pageClassName ( ) const
virtual

Get the name of the page class this creator is creating.

This page name should be unique. This is NOT the title of the page. When replacing a page, the pageClassName should remain the same.

Implements makVrv::DtPageCreator.

virtual makVrv::DtPage* makVrf::DtSelectionGroupWidgetCreator::create ( QWidget *  parent = 0,
Qt::WindowFlags  f = 0 
)
virtual

Abstract create call which makes a page.

Implements makVrv::DtPageCreator.


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

Document ID: Generated on Thu Aug 27 10:56:05 EDT 2020 from SVN revision 217100
Copyright © 2005-2020 MAK Technologies. All Rights Reserved (www.mak.com)