VR-Forces 4.2 Class Documentation
DtQtCsvDisDictionary.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:
24  DtQtCsvDisDictionary(makVrv::DtDe& de);
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 Sun Nov 24 19:49:21 EST 2013 from SVN revision 133924
Copyright © 2005-2013 VT MÄK. All Rights Reserved (www.mak.com)