VR-Forces 4.1 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
include
vrfGuiCoreQt
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
13
#include <
vrfGuiCoreQt/vrfGuiCoreQt.h
>
14
15
#include <
vrfGuiCore/DtCsvDisDictionary.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 Tue Jan 29 18:21:16 EST 2013 from SVN revision 123193
Copyright © 2005-2013 VT MÄK Inc. All Rights Reserved (
www.mak.com
)