MAK Data Logger API Documentation for DIS
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
disSisoDictionary.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 1992-2010 VT MAK
3 ** All rights reserved.
4 *******************************************************************************/
5 
10 
11 #pragma once
12 
14 #include <omtReader/disDictionary.h>
15 #include <QtCore/QString>
16 
17 class DtSisoRefExtractor;
18 
20 {
21 public:
23  virtual ~DtDisSisoDictionary();
24 
25  virtual bool loadFromFile(const QString& file, bool showProgress = true);
26 
27  virtual const DtDisEntityTypeEntry* findEntry(const DtEntityMapperKey& entKey) const;
28  virtual DtDisEntityTypeEntry* findEntry(const DtEntityMapperKey& entKey);
29 
30 protected:
31 
33 
34 };
35 

Document ID: Generated on Thu Apr 7 20:50:59 EDT 2016 from SVN revision 163818
Copyright © 2005-2012 VT MÄK. All Rights Reserved (www.mak.com)