|
QBluetoothZero
2.0
|
#include <QBtRemoteFileInfo.h>
Public Member Functions | |
| QBtRemoteFileInfo (QObject *parent=0) | |
| QBtRemoteFileInfo (const QBtRemoteFileInfo &fileInfo) | |
| QString | toString () |
| QBtRemoteFileInfo & | operator= (const QBtRemoteFileInfo &fileInfo) |
Public Attributes | |
| QString | absolutePath |
| QString | fileName |
| QString | path |
| bool | isDir |
| int | type |
| int | size |
| QDate | creationTime |
| QDate | lastAccessTime |
| QDate | lastWriteTime |
| QBtRemoteFileInfo::QBtRemoteFileInfo | ( | QObject * | parent = 0 | ) |
| QBtRemoteFileInfo::QBtRemoteFileInfo | ( | const QBtRemoteFileInfo & | fileInfo | ) |
| QBtRemoteFileInfo& QBtRemoteFileInfo::operator= | ( | const QBtRemoteFileInfo & | fileInfo | ) |
| QString QBtRemoteFileInfo::toString | ( | ) |
| QString QBtRemoteFileInfo::absolutePath |
| QString QBtRemoteFileInfo::fileName |
| QString QBtRemoteFileInfo::path |