|
|
void | importNewData () |
| | Invoke the file import dialog and call the ConvertFiles function.
|
| |
|
void | updateDataReadyness () |
| | Update GUI for changes of data being ready.
|
| |
|
|
void | haveNewData () |
| | Signal is emitted if new data have been processed and are available now.
|
| |
|
void | NotReady () |
| | An outputfile does not exists and needs conversion.
|
| |
|
void | Ready () |
| | An outputfile exists and is ready.
|
| |
|
|
virtual QString | ConvertFiles (const QStringList &theInputFiles, const MemCore::RefPtr< MemCore::LoaderProgress > &theProgress)=0 |
| |
|
virtual QString | getProjectName ()=0 |
| |
|
QString | isReady () const |
| | Provide the name of the first output file that has been identified as being readable.
|
| |
|
virtual QString | OutputDirectory () const =0 |
| |
|
virtual QStringList | OutputFiles () const =0 |
| | Provide a list of possible output files that this converter may provide.
|
| |
| | qVConverterBox (const QString &ConverterID, QWidget *parent, const QString &Headername, const QString &Infotext, const QString &InputFileExtensions) |
| |
|
void | registerForExt (const QString &ext) |
| |
|
|
static QString | DefaultDownloadLocation () |
| |
|
static string | EncodeFilename (const QString &Filename) |
| |
|
static void | setDefaultDownloadLocation (const QString &Directory) |
| |
|
|
QPointer< QPushButton > | myGetData |
| |
|
QPointer< QLabel > | myInfo |
| |
|
QPointer< QVBoxLayout > | myLayout |
| |
|
QPointer< StoppableProgressBar > | myProgress |
| |
◆ qVConverterBox()
| Wizt::qVConverterBox::qVConverterBox |
( |
const QString & |
ConverterID, |
|
|
QWidget * |
parent, |
|
|
const QString & |
Headername, |
|
|
const QString & |
Infotext, |
|
|
const QString & |
InputFileExtensions |
|
) |
| |
- Parameters
-
| ConverterID | A very short text identifying this converter, no special chars. |
| InputFileExtensions | File extensions, in QT format such as: "ESRI Grid (*.grd *.asc);;ASCII TXT (*.txt);;*.*" |
References importNewData().
The documentation for this class was generated from the following files:
- qVConverterBox.hpp
- qVConverterBox.cpp