#include <dataloader_base.h>
Public Attributes | |
| QString | filename |
| name of the file to open More... | |
| QDomDocument | plugin_config |
| Saved configuration from a previous run or a Layout file. More... | |
| QString | prefix |
| prefix to be added to the name of the series (optional) More... | |
| QStringList | selected_datasources |
| Optional list of pre-selected datasource. More... | |
Definition at line 19 of file dataloader_base.h.
| QString PJ::FileLoadInfo::filename |
name of the file to open
Definition at line 22 of file dataloader_base.h.
| QDomDocument PJ::FileLoadInfo::plugin_config |
Saved configuration from a previous run or a Layout file.
Definition at line 28 of file dataloader_base.h.
| QString PJ::FileLoadInfo::prefix |
prefix to be added to the name of the series (optional)
Definition at line 24 of file dataloader_base.h.
| QStringList PJ::FileLoadInfo::selected_datasources |
Optional list of pre-selected datasource.
Definition at line 26 of file dataloader_base.h.