VR-Forces 4.6 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
DtModelDefinitionEditorInterface.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2008 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 /******************************************************************************
6 ** $RCSfile: DtModelDefinitionEditorInterface.h,v $ $Revision: 1.9 $ $State: Exp $
7 ******************************************************************************/
8 
12 
13 #pragma once
14 #include <vrvCoreQt/vrvCoreQt.h>
15 #include <string>
16 #include <vector>
17 
18 class QStringList;
19 
20 namespace makVrv
21 {
26  {
27  public:
28 
30 
31  virtual void setSchema(const std::vector<std::string>& schema) = 0;
32  virtual void setCurrentSchema(const std::string& currentSchema) = 0;
33  virtual void updateErrorMessages(const QStringList& messages) = 0;
34 
35  boost::signal<void (const std::string& schema)> signal_schemaChanged;
36  };
37 }

Document ID: Generated on Thu Apr 12 03:15:37 EDT 2018 from SVN revision 187986
Copyright © 2005-2018 VT MÄK. All Rights Reserved (www.mak.com)