VR-Forces 4.0.4 Class Documentation
Public Member Functions
makVrv::DtAttachWidgetCreator Class Reference

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

Inheritance diagram for makVrv::DtAttachWidgetCreator:
Inheritance graph
[legend]

List of all members.

Public Member Functions

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

Detailed Description

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


Constructor & Destructor Documentation

CTOR takes a referent to the DtDe object.

Virtual DTOR allows subclasses to clean up resources.


Member Function Documentation

virtual std::string makVrv::DtAttachWidgetCreator::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 DtPage* makVrv::DtAttachWidgetCreator::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 Fri Jun 29 16:33:32 EDT 2012 from SVN revision 116588
Copyright © 2005-2012 VT MÄK Inc. All Rights Reserved (www.mak.com)