Constructor | Description |
---|---|
File() | Default constructor. Sets name to false. |
File(const QString &file) | Initializes the file by calling the private function init. |
File(const QString &file, const QVariant &label) | Initializes the file by calling the private function init. Append label to the metadata using the key "Label". |
File(const char *file) | Initializes the file with a c-style string. |
File(const QVariantMap &metadata) | Sets name to false and sets the file metadata to metadata. |