Updraft
1.0
Open source glider flight visualisation tool.
|
Data describing a file type registration. More...
#include <fileregistration.h>
Public Attributes | |
QString | extension |
File extension. | |
QString | typeDescription |
Description of files with specified extension. | |
int | roleId |
Id specified by plug-in (each plug-in has it's own namespace). | |
QString | roleDescription |
Role description shown in Open dialog. | |
FileCategory | category |
Temporary or imported(persistent) file. | |
QString | importDirectory |
Destination subdirectory for imported file This subdirectory is placed in application data directory. | |
PluginBase * | plugin |
Pointer to associated plugin This plugin handles file opening. |
Data describing a file type registration.
Temporary or imported(persistent) file.
File extension.
Destination subdirectory for imported file This subdirectory is placed in application data directory.
If category is CATEGORY_TEMPORARY, importDirectory is ignored. If importDirectory is empty, files are copied directly to data directory.
Pointer to associated plugin This plugin handles file opening.
Role description shown in Open dialog.
Id specified by plug-in (each plug-in has it's own namespace).
It is used for identification of selected role.
Description of files with specified extension.