VR-Forces Development_Version Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
qtCsvDisDictionary.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2010 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
8 
11 #pragma once
12 
14 
16 
17 class QProgressDialog;
18 
19 namespace makVrf
20 {
22  {
23  public:
25  virtual ~DtQtCsvDisDictionary();
26 
27  virtual void setShowProgress(bool);
28 
29  bool showProgress() const
30  {
31  return (myProgressDialog != 0);
32  }
33 
34  virtual bool loadFromFile(const std::string& file);
35 
36  protected:
37  virtual void lineProcessed(int line);
38 
39  protected:
40  QProgressDialog* myProgressDialog;
43  };
44 }

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)