Data about a file handled by EFileService.
More...
#include <efileinfo.h>
Data about a file handled by EFileService.
◆ EFileInfo()
◆ id()
| QString EFileInfo::id |
( |
| ) |
const |
A unique internal identifier.
◆ isValid()
| bool EFileInfo::isValid |
( |
| ) |
const |
Returns true, if this EFileInfo contains valid data.
The data is valid, if the id() and the name() is not empty.
◆ mimeType()
| QString EFileInfo::mimeType |
( |
| ) |
const |
The MimeType of the file.
◆ name()
| QString EFileInfo::name |
( |
| ) |
const |
A human readable identifier.
May be the same as the identifier, but can also be different.
◆ operator!=() [1/2]
| bool EFileInfo::operator!= |
( |
const EFileInfo & |
info | ) |
const |
◆ operator!=() [2/2]
| bool EFileInfo::operator!= |
( |
const QString & |
id | ) |
const |
◆ operator==() [1/2]
| bool EFileInfo::operator== |
( |
const EFileInfo & |
info | ) |
const |
◆ operator==() [2/2]
| bool EFileInfo::operator== |
( |
const QString & |
id | ) |
const |
◆ setId()
| void EFileInfo::setId |
( |
QString |
id | ) |
|
◆ setMimeType()
| void EFileInfo::setMimeType |
( |
QString |
mimeType | ) |
|
◆ setName()
| void EFileInfo::setName |
( |
QString |
name | ) |
|
◆ setSize()
| void EFileInfo::setSize |
( |
quint64 |
size | ) |
|
◆ size()
| quint64 EFileInfo::size |
( |
| ) |
|
The size of the file in bytes.
◆ myId
◆ myMimeType
| QString EFileInfo::myMimeType |
|
private |
◆ myName
| QString EFileInfo::myName |
|
private |
◆ mySize
| quint64 EFileInfo::mySize |
|
private |
The documentation for this class was generated from the following files:
- /home/abuild/rpmbuild/BUILD/libengsas-0.6.0/src/lib/core/efileinfo.h
- /home/abuild/rpmbuild/BUILD/libengsas-0.6.0/src/lib/core/efileinfo.cpp