VR-Forces 4.1.1 Class Documentation
List of all members | Public Member Functions | Protected Attributes
makVrv::DtElementDefinitionPageInstanceEditor Class Reference

This widget will work with a supplied editor definition page (model definition, schema, etc) and allow for editing of a single instance of that page through a dialog. More...

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

Public Member Functions

 DtElementDefinitionPageInstanceEditor (DtDe &de, QWidget *parent, const Qt::WindowFlags &flags=Qt::Tool)
 CTOR.
virtual ~DtElementDefinitionPageInstanceEditor ()
 DTOR.
virtual bool edit (const std::string &page)
 Edits the page indicated. If no page is present, returns false.

Protected Attributes

DtDemyDe

Detailed Description

This widget will work with a supplied editor definition page (model definition, schema, etc) and allow for editing of a single instance of that page through a dialog.

It will keep a local copy of the data in question, then, if the user accepts changes, will merge those changes into the system versions of that data. This class can only be used for items that would be registered with the DtElementDefinitionsDialogCreator class. //!

Constructor & Destructor Documentation

makVrv::DtElementDefinitionPageInstanceEditor::DtElementDefinitionPageInstanceEditor ( DtDe de,
QWidget parent,
const Qt::WindowFlags &  flags = Qt::Tool 
)

CTOR.

virtual makVrv::DtElementDefinitionPageInstanceEditor::~DtElementDefinitionPageInstanceEditor ( )
virtual

DTOR.

Member Function Documentation

virtual bool makVrv::DtElementDefinitionPageInstanceEditor::edit ( const std::string &  page)
virtual

Edits the page indicated. If no page is present, returns false.

Member Data Documentation

DtDe& makVrv::DtElementDefinitionPageInstanceEditor::myDe
protected

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

Document ID: Generated on Mon Apr 8 19:24:01 EDT 2013 from SVN revision 125877
Copyright © 2005-2013 VT MÄK. All Rights Reserved (www.mak.com)