VR-Forces 4.0.4 Class Documentation
include/vrvCoreQt/DtElementDefinitionPageInstanceEditor.h
Go to the documentation of this file.
00001 /******************************************************************************
00002 ** Copyright (c) 2010 MAK Technologies, Inc.
00003 ** All rights reserved.
00004 ******************************************************************************/
00005 /******************************************************************************
00006 ** $RCSfile: DtElementDefinitionPageInstanceEditor.h,v $ $Revision: 1.12 $ $State: Exp $
00007 ******************************************************************************/
00008 
00011 
00012 #pragma once
00013 
00014 #include <vrvCoreQt/vrvCoreQt.h>
00015 
00016 #include <QtGui/QDialog>
00017 
00018 namespace makVrv
00019 {
00020    class DtDe;
00021 
00027    class DT_DLL_VRVCOREQT DtElementDefinitionPageInstanceEditor : public QDialog
00028    {
00029       Q_OBJECT
00030 
00031    public:
00033       DtElementDefinitionPageInstanceEditor(DtDe& de, QWidget* parent, const Qt::WindowFlags& flags = Qt::Tool);
00034 
00035 
00037       virtual ~DtElementDefinitionPageInstanceEditor();
00038 
00040       virtual bool edit(const std::string& page);
00041 
00042    protected:
00043       DtDe&    myDe;
00044    };
00045 }

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)