|
| virtual | ~OutgoingFileTransferChannel () |
| |
| PendingOperation * | provideFile (QIODevice *input) |
| |
| virtual | ~FileTransferChannel () |
| |
| FileTransferState | state () const |
| |
| FileTransferStateChangeReason | stateReason () const |
| |
| QString | fileName () const |
| |
| QString | contentType () const |
| |
| qulonglong | size () const |
| |
| QString | uri () const |
| |
| FileHashType | contentHashType () const |
| |
| QString | contentHash () const |
| |
| QString | description () const |
| |
| QDateTime | lastModificationTime () const |
| |
| qulonglong | initialOffset () const |
| |
| qulonglong | transferredBytes () const |
| |
| PendingOperation * | cancel () |
| |
| virtual | ~Channel () |
| |
| ConnectionPtr | connection () const |
| |
| QVariantMap | immutableProperties () const |
| |
| QString | channelType () const |
| |
| HandleType | targetHandleType () const |
| |
| uint | targetHandle () const |
| |
| QString | targetId () const |
| |
| ContactPtr | targetContact () const |
| |
| bool | isRequested () const |
| |
| ContactPtr | initiatorContact () const |
| |
| PendingOperation * | requestClose () |
| |
| PendingOperation * | requestLeave (const QString &message=QString(), ChannelGroupChangeReason reason=ChannelGroupChangeReasonNone) |
| |
| bool | isConference () const |
| |
| Contacts | conferenceInitialInviteeContacts () const |
| |
| QList< ChannelPtr > | conferenceChannels () const |
| |
| QList< ChannelPtr > | conferenceInitialChannels () const |
| |
| QHash< uint, ChannelPtr > | conferenceOriginalChannels () const |
| |
| bool | supportsConferenceMerging () const |
| |
| PendingOperation * | conferenceMergeChannel (const ChannelPtr &channel) |
| |
| bool | supportsConferenceSplitting () const |
| |
| PendingOperation * | conferenceSplitChannel () |
| |
| ChannelGroupFlags | groupFlags () const |
| |
| bool | groupCanAddContacts () const |
| |
| bool | groupCanAddContactsWithMessage () const |
| |
| bool | groupCanAcceptContactsWithMessage () const |
| |
| PendingOperation * | groupAddContacts (const QList< ContactPtr > &contacts, const QString &message=QString()) |
| |
| bool | groupCanRescindContacts () const |
| |
| bool | groupCanRescindContactsWithMessage () const |
| |
| bool | groupCanRemoveContacts () const |
| |
| bool | groupCanRemoveContactsWithMessage () const |
| |
| bool | groupCanRejectContactsWithMessage () const |
| |
| bool | groupCanDepartWithMessage () const |
| |
| PendingOperation * | groupRemoveContacts (const QList< ContactPtr > &contacts, const QString &message=QString(), ChannelGroupChangeReason reason=ChannelGroupChangeReasonNone) |
| |
| Contacts | groupContacts (bool includeSelfContact=true) const |
| |
| Contacts | groupLocalPendingContacts (bool includeSelfContact=true) const |
| |
| Contacts | groupRemotePendingContacts (bool includeSelfContact=true) const |
| |
| GroupMemberChangeDetails | groupLocalPendingContactChangeInfo (const ContactPtr &contact) const |
| |
| GroupMemberChangeDetails | groupSelfContactRemoveInfo () const |
| |
| bool | groupAreHandleOwnersAvailable () const |
| |
| HandleOwnerMap | groupHandleOwners () const |
| |
| bool | groupIsSelfContactTracked () const |
| |
| ContactPtr | groupSelfContact () const |
| |
| | StatefulDBusProxy (const QDBusConnection &dbusConnection, const QString &busName, const QString &objectPath, const Feature &featureCore) |
| |
| virtual | ~StatefulDBusProxy () |
| |
| | DBusProxy (const QDBusConnection &dbusConnection, const QString &busName, const QString &objectPath, const Feature &featureCore) |
| |
| virtual | ~DBusProxy () |
| |
| QDBusConnection | dbusConnection () const |
| |
| QString | busName () const |
| |
| QString | objectPath () const |
| |
| bool | isValid () const |
| |
| QString | invalidationReason () const |
| |
| QString | invalidationMessage () const |
| |
| virtual | ~Object () |
| |
| | QObject (QObject *parent) |
| |
| virtual | ~QObject () |
| |
| virtual bool | event (QEvent *e) |
| |
| virtual bool | eventFilter (QObject *watched, QEvent *event) |
| |
| virtual const QMetaObject * | metaObject () const |
| |
| QString | objectName () const |
| |
| void | setObjectName (const QString &name) |
| |
| bool | isWidgetType () const |
| |
| bool | signalsBlocked () const |
| |
| bool | blockSignals (bool block) |
| |
| QThread * | thread () const |
| |
| void | moveToThread (QThread *targetThread) |
| |
| int | startTimer (int interval) |
| |
| void | killTimer (int id) |
| |
| T | findChild (const QString &name) const |
| |
| QList< T > | findChildren (const QString &name) const |
| |
| QList< T > | findChildren (const QRegExp ®Exp) const |
| |
| QObject * | child (const char *objName, const char *inheritsClass, bool recursiveSearch) const |
| |
| const QObjectList & | children () const |
| |
| void | setParent (QObject *parent) |
| |
| void | installEventFilter (QObject *filterObj) |
| |
| void | removeEventFilter (QObject *obj) |
| |
| bool | connect (const QObject *sender, const char *signal, const char *method, Qt::ConnectionType type) const |
| |
| bool | disconnect (const char *signal, const QObject *receiver, const char *method) |
| |
| bool | disconnect (const QObject *receiver, const char *method) |
| |
| void | dumpObjectTree () |
| |
| void | dumpObjectInfo () |
| |
| bool | setProperty (const char *name, const QVariant &value) |
| |
| QVariant | property (const char *name) const |
| |
| QList< QByteArray > | dynamicPropertyNames () const |
| |
| void | destroyed (QObject *obj) |
| |
| QObject * | parent () const |
| |
| bool | inherits (const char *className) const |
| |
| void | deleteLater () |
| |
| | QObject (QObject *parent, const char *name) |
| |
| void | insertChild (QObject *object) |
| |
| void | removeChild (QObject *object) |
| |
| bool | isA (const char *className) const |
| |
| const char * | className () const |
| |
| const char * | name () const |
| |
| const char * | name (const char *defaultName) const |
| |
| void | setName (const char *name) |
| |
| | RefCounted () |
| |
| virtual | ~RefCounted () |
| |
| | ReadyObject (RefCounted *object, const Feature &featureCore) |
| |
| | ReadyObject (DBusProxy *proxy, const Feature &featureCore) |
| |
| virtual | ~ReadyObject () |
| |
| virtual bool | isReady (const Features &features=Features()) const |
| |
| virtual PendingReady * | becomeReady (const Features &requestedFeatures=Features()) |
| |
| virtual Features | requestedFeatures () const |
| |
| virtual Features | actualFeatures () const |
| |
| virtual Features | missingFeatures () const |
| |
| | OptionalInterfaceFactory (Channel *this_) |
| |
| | ~OptionalInterfaceFactory () |
| |
| QStringList | interfaces () const |
| |
| bool | hasInterface (const QString &name) const |
| |
| Interface * | optionalInterface (InterfaceSupportedChecking check=CheckInterfaceSupported) const |
| |
| Interface * | interface () const |
| |
|
| static OutgoingFileTransferChannelPtr | create (const ConnectionPtr &connection, const QString &objectPath, const QVariantMap &immutableProperties) |
| |
| static FileTransferChannelPtr | create (const ConnectionPtr &connection, const QString &objectPath, const QVariantMap &immutableProperties) |
| |
| static ChannelPtr | create (const ConnectionPtr &connection, const QString &objectPath, const QVariantMap &immutableProperties) |
| |
| static QString | uniqueNameFrom (const QDBusConnection &bus, const QString &wellKnownOrUnique) |
| |
| static QString | uniqueNameFrom (const QDBusConnection &bus, const QString &wellKnownOrUnique, QString &error, QString &message) |
| |
| QString | tr (const char *sourceText, const char *disambiguation, int n) |
| |
| QString | trUtf8 (const char *sourceText, const char *disambiguation, int n) |
| |
| bool | connect (const QObject *sender, const char *signal, const QObject *receiver, const char *method, Qt::ConnectionType type) |
| |
| bool | connect (const QObject *sender, const QMetaMethod &signal, const QObject *receiver, const QMetaMethod &method, Qt::ConnectionType type) |
| |
| bool | disconnect (const QObject *sender, const char *signal, const QObject *receiver, const char *method) |
| |
| bool | disconnect (const QObject *sender, const QMetaMethod &signal, const QObject *receiver, const QMetaMethod &method) |
| |
|
| | OutgoingFileTransferChannel (const ConnectionPtr &connection, const QString &objectPath, const QVariantMap &immutableProperties, const Feature &coreFeature=OutgoingFileTransferChannel::FeatureCore) |
| |
| | FileTransferChannel (const ConnectionPtr &connection, const QString &objectPath, const QVariantMap &immutableProperties, const Feature &coreFeature=FileTransferChannel::FeatureCore) |
| |
| SupportedSocketMap | availableSocketTypes () const |
| |
| bool | isConnected () const |
| |
| void | setConnected () |
| |
| bool | isFinished () const |
| |
| | Channel (const ConnectionPtr &connection, const QString &objectPath, const QVariantMap &immutableProperties, const Feature &coreFeature) |
| |
| Client::ChannelInterface * | baseInterface () const |
| |
| bool | groupSelfHandleIsLocalPending () const |
| |
| void | setBusName (const QString &busName) |
| |
| void | invalidate (const QString &reason, const QString &message) |
| |
| void | invalidate (const QDBusError &error) |
| |
| | Object () |
| |
| void | notify (const char *propertyName) |
| |
| QObject * | sender () const |
| |
| int | senderSignalIndex () const |
| |
| int | receivers (const char *signal) const |
| |
| virtual void | timerEvent (QTimerEvent *event) |
| |
| virtual void | childEvent (QChildEvent *event) |
| |
| virtual void | customEvent (QEvent *event) |
| |
| virtual void | connectNotify (const char *signal) |
| |
| virtual void | disconnectNotify (const char *signal) |
| |
| bool | checkConnectArgs (const char *signal, const QObject *object, const char *method) |
| |
| ReadinessHelper * | readinessHelper () const |
| |
| void | setInterfaces (const QStringList &interfaces) |
| |
|
| enum | InterfaceSupportedChecking |
| |
| void | stateChanged (Tp::FileTransferState state, Tp::FileTransferStateChangeReason reason) |
| |
| void | initialOffsetDefined (qulonglong initialOffset) |
| |
| void | transferredBytesChanged (qulonglong count) |
| |
| void | groupFlagsChanged (Tp::ChannelGroupFlags flags, Tp::ChannelGroupFlags added, Tp::ChannelGroupFlags removed) |
| |
| void | groupCanAddContactsChanged (bool canAddContacts) |
| |
| void | groupCanRemoveContactsChanged (bool canRemoveContacts) |
| |
| void | groupCanRescindContactsChanged (bool canRescindContacts) |
| |
| void | groupMembersChanged (const Tp::Contacts &groupMembersAdded, const Tp::Contacts &groupLocalPendingMembersAdded, const Tp::Contacts &groupRemotePendingMembersAdded, const Tp::Contacts &groupMembersRemoved, const Tp::Channel::GroupMemberChangeDetails &details) |
| |
| void | groupHandleOwnersChanged (const Tp::HandleOwnerMap &owners, const Tp::UIntList &added, const Tp::UIntList &removed) |
| |
| void | groupSelfContactChanged () |
| |
| void | conferenceChannelMerged (const Tp::ChannelPtr &channel) |
| |
| void | conferenceChannelRemoved (const Tp::ChannelPtr &channel, const Tp::Channel::GroupMemberChangeDetails &details) |
| |
| void | invalidated (Tp::DBusProxy *proxy, const QString &errorName, const QString &errorMessage) |
| |
| void | propertyChanged (const QString &propertyName) |
| |
| void | onUriDefined (const QString &uri) |
| |
| PendingOperation * | groupAddSelfHandle () |
| |
| QByteArray | normalizeSignalSlot (const char *signalSlot) |
| |
| | objectName |
| |
The OutgoingFileTransferChannel class represents a Telepathy channel of type FileTransfer for outgoing file transfers.
For more details, please refer to Telepathy specification.
See Asynchronous Object Model, Shared Pointer Usage