|
|
void | load (QString _filename, int _pluginID) |
| |
|
void | loadFiles (QStringList _filenames, IdList _pluginIds) |
| |
|
void | save (int _id, QString _filename, int _pluginID) |
| |
|
void | save (IdList _ids, QString _filename, int _pluginID) |
| |
|
|
| LoadWidget (std::vector< fileTypes > &_supportedTypes, QWidget *parent=0) |
| |
|
| ~LoadWidget () |
| | Destructor.
|
| |
|
int | showLoad () |
| | show Widget for loading Files
|
| |
|
int | showSave (int _id, QString _filename) |
| | show Widget for saving Files
|
| |
|
int | showSave (IdList _ids, QString _filename) |
| | show Widget for saving Files
|
| |
|
bool | validFilename () |
| |
|
bool | dirExists () |
| | returns true, if the directory of the specified filename (user input via widget) exists
|
| |
|
|
void | loadFile () |
| | find suitable plugin for loading current file
|
| |
|
void | saveFile () |
| | find suitable plugin for saving current file
|
| |
|
|
IdList | ids_ |
| |
|
bool | loadMode_ |
| |
|
QStringList | lastPaths |
| |
|
std::vector< fileTypes > & | supportedTypes_ |
| |
|
QCheckBox * | optionsBox_ |
| | checkbox for option displaying
|
| |
|
std::map< QString, int > | pluginForExtension_ |
| |
Definition at line 63 of file loadWidget.hh.
The documentation for this class was generated from the following files: