VR-Forces Development_Version Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
DtVisualDefinitionSetSchemaValidator.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2010 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 /******************************************************************************
6 ** $RCSfile: visualDefinitionSetSchemaValidator.h,v $ $Revision: 1.10 $ $State: Exp $
7 ******************************************************************************/
8 
16 
17 #pragma once
18 
19 #include <vrvCore/vrvCore.h>
20 #include <makArchives/DtSchema.h>
21 #include <string>
22 #include <vector>
23 
24 namespace makVrv
25 {
26 
27  class DtVisualizerDefinitionSet;
28  class DtVisualizerDefinition;
29  class DtDe;
30 
34  {
35  public:
36 
38  {
42  end_ErrorCodes
43  };
44 
45  typedef std::pair<std::string,ErrorCodes> ErrorMessage;
46  typedef std::vector<ErrorMessage> ErrorMessageList;
47 
50 
53 
57  virtual bool validate(const DtVisualizerDefinitionSet&,
58  ErrorMessageList& errors) const;
59 
62  virtual bool validate(const DtVisualizerDefinition&,
63  ErrorMessageList&) const;
64 
65  protected:
67  };
68 }

Document ID: Generated on Mon Jul 4 01:00:18 EDT 2016 from SVN revision 166489
Copyright © 2005-2015 VT MÄK. All Rights Reserved (www.mak.com)