|
|
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
|
| |
Definition at line 56 of file loadWidget.hh.
◆ LoadWidget()
| LoadWidget::LoadWidget |
( |
std::vector< fileTypes > & |
_supportedTypes, |
|
|
QWidget * |
parent = 0 |
|
) |
| |
◆ ~LoadWidget()
| LoadWidget::~LoadWidget |
( |
| ) |
|
◆ accept
| void LoadWidget::accept |
( |
| ) |
|
|
virtualslot |
◆ dirExists()
| bool LoadWidget::dirExists |
( |
| ) |
|
returns true, if the directory of the specified filename (user input via widget) exists
Definition at line 520 of file loadWidget.cc.
◆ loadFile()
| void LoadWidget::loadFile |
( |
| ) |
|
|
private |
find suitable plugin for loading current file
Definition at line 185 of file loadWidget.cc.
◆ saveFile()
| void LoadWidget::saveFile |
( |
| ) |
|
|
private |
find suitable plugin for saving current file
Definition at line 284 of file loadWidget.cc.
◆ showLoad()
| int LoadWidget::showLoad |
( |
| ) |
|
◆ showSave() [1/2]
| int LoadWidget::showSave |
( |
IdList |
_ids, |
|
|
QString |
_filename |
|
) |
| |
◆ showSave() [2/2]
| int LoadWidget::showSave |
( |
int |
_id, |
|
|
QString |
_filename |
|
) |
| |
◆ slotSetLoadFilters
| void LoadWidget::slotSetLoadFilters |
( |
| ) |
|
|
privateslot |
adjust load-filters to current datatype
Definition at line 87 of file loadWidget.cc.
◆ slotSetPluginForExtension
| void LoadWidget::slotSetPluginForExtension |
( |
QString |
_extension, |
|
|
int |
_pluginId |
|
) |
| |
|
privateslot |
◆ slotSetSaveFilters
| void LoadWidget::slotSetSaveFilters |
( |
DataType |
_type | ) |
|
|
privateslot |
adjust save-filters to current datatype
Definition at line 133 of file loadWidget.cc.
◆ validFilename()
| bool LoadWidget::validFilename |
( |
| ) |
|
◆ ids_
◆ lastPaths
| QStringList LoadWidget::lastPaths |
|
private |
◆ loadMode_
| bool LoadWidget::loadMode_ |
|
private |
◆ optionsBox_
| QCheckBox* LoadWidget::optionsBox_ |
|
private |
checkbox for option displaying
Definition at line 98 of file loadWidget.hh.
◆ pluginForExtension_
| std::map< QString, int > LoadWidget::pluginForExtension_ |
|
private |
◆ supportedTypes_
| std::vector<fileTypes>& LoadWidget::supportedTypes_ |
|
private |
The documentation for this class was generated from the following files: