9#ifndef BLUEZQT_OBEXFILETRANSFERENTRY_H
10#define BLUEZQT_OBEXFILETRANSFERENTRY_H
12#include <QSharedPointer>
15#include "bluezqt_export.h"
128 QSharedPointer<class ObexFileTransferEntryPrivate> d;
130 friend class PendingCallPrivate;
OBEX file transfer entry.
Definition obexfiletransferentry.h:27
virtual ~ObexFileTransferEntry()
Destroys an ObexFileTransferEntry object.
ObexFileTransferEntry(const ObexFileTransferEntry &other)
Copy constructor.
QString label() const
Returns a label of the entry.
ObexFileTransferEntry()
Creates a new invalid ObexFileTransferEntry object.
QString name() const
Returns a name of the entry.
ObexFileTransferEntry & operator=(const ObexFileTransferEntry &other)
Copy assignment operator.
Type
Type of entry.
Definition obexfiletransferentry.h:30
@ Folder
Indicates that the entry is a folder.
Definition obexfiletransferentry.h:34
@ Invalid
Indicates that the entry is invalid.
Definition obexfiletransferentry.h:36
@ File
Indicates that the entry is a file.
Definition obexfiletransferentry.h:32
QDateTime modificationTime() const
Returns a modification time of the entry.
bool isValid() const
Returns whether the entry is valid.
Type type() const
Returns a type of the entry.
quint64 size() const
Returns a size of the entry.
QString memoryType() const
Returns a memory type where the entry is stored.
QString permissions() const
Returns a permissions of the entry.