VR-Forces 4.5 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
include
vrfGuiCoreQt
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
13
#include <
vrfGuiCoreQt/vrfGuiCoreQt.h
>
14
15
#include <
vrfGuiCore/csvDisDictionary.h
>
16
17
class
QProgressDialog;
18
19
namespace
makVrf
20
{
21
class
DT_DLL_VRFGUICOREQT
DtQtCsvDisDictionary
:
public
DtCsvDisDictionary
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
;
41
bool
myShowProgress
;
42
int
myNumLines
;
43
};
44
}
Document ID: Generated on Thu Mar 23 18:54:12 EDT 2017 from SVN revision 174804
Copyright © 2005-2017 VT MÄK. All Rights Reserved (
www.mak.com
)