|
| QString | getProjectName () override |
| |
| QString | OutputDirectory () const override |
| |
|
| qVProjectConverterBox (const QString &ConverterID, qVProjectManager *what, const QString &Headername, const QString &Infotext, const QString &InputFileExtensions) |
| |
|
virtual QString | ConvertFiles (const QStringList &theInputFiles, const MemCore::RefPtr< MemCore::LoaderProgress > &theProgress)=0 |
| |
|
QString | isReady () const |
| | Provide the name of the first output file that has been identified as being readable.
|
| |
|
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) |
| |
|
|
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.
|
| |
|
static QString | DefaultDownloadLocation () |
| |
|
static string | EncodeFilename (const QString &Filename) |
| |
|
static void | setDefaultDownloadLocation (const QString &Directory) |
| |
◆ getProjectName()
| QString Wizt::qVProjectConverterBox::getProjectName |
( |
| ) |
|
|
overridevirtual |
◆ OutputDirectory()
| QString Wizt::qVProjectConverterBox::OutputDirectory |
( |
| ) |
const |
|
overridevirtual |
The documentation for this class was generated from the following files:
- qVConverterBox.hpp
- qVConverterBox.cpp