VR-Forces Development_Version Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
DtModelDefinitionEditorWidget.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2008 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 /******************************************************************************
6 ** $RCSfile: DtModelDefinitionEditorWidget.h,v $ $Revision: 1.11 $ $State: Exp $
7 ******************************************************************************/
8 
12 
13 #pragma once
14 #include <vrvCoreQt/vrvCoreQt.h>
17 
18 
19 class QStringList;
20 class QComboBox;
21 class QLabel;
22 class QTextEdit;
23 
24 namespace makVrv
25 {
26  class DtDe;
27 
32  {
33  Q_OBJECT;
34 
35  public:
36 
38  DtModelDefinitionEditorWidget(DtDe& de, QWidget* parent = 0, Qt::WindowFlags f = 0);
39 
41  virtual void setSchema(const std::vector<std::string>& schema);
42 
44  virtual void setCurrentSchema(const std::string& currentSchema);
45 
47  virtual void updateErrorMessages(const QStringList& messages);
48 
49  protected slots:
50 
51  virtual void on_mySchemaComboBox_currentIndexChanged(int index);
52 
53  protected:
54 
55  void setupGui();
56 
57  protected:
58 
61 
62  QTextEdit* myErrorMessages;
63  };
64 }

Document ID: Generated on Tue Mar 8 22:13:38 EST 2016 from SVN revision 162938
Copyright © 2005-2015 VT MÄK. All Rights Reserved (www.mak.com)