#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... | |
Definition at line 18 of file dataloader_base.h.
QString PJ::FileLoadInfo::filename |
name of the file to open
Definition at line 21 of file dataloader_base.h.
QDomDocument PJ::FileLoadInfo::plugin_config |
Saved configuration from a previous run or a Layout file.
Definition at line 25 of file dataloader_base.h.
QString PJ::FileLoadInfo::prefix |
prefix to be added to the name of the series (optional)
Definition at line 23 of file dataloader_base.h.