| Home · All Classes · All Namespaces · Modules · Functions · Files |
Base class for implementations of Channel.Interface.Splittable. More...
#include <TelepathyQt/BaseChannel>
Inherits Tp::AbstractChannelInterface.
Public Types | |
| typedef Callback1< void, DBusError * > | SplitCallback |
Public Member Functions | |
| virtual | ~BaseChannelSplittableInterface () |
| QVariantMap | immutableProperties () const |
| void | split () |
| void | setSplitCallback (const SplitCallback &cb) |
Static Public Member Functions | |
| static BaseChannelSplittableInterfacePtr | create () |
| template<typename BaseChannelSplittableInterfaceSubclass > | |
| static SharedPtr < BaseChannelSplittableInterfaceSubclass > | create () |
Base class for implementations of Channel.Interface.Splittable.
| typedef Callback1<void, DBusError*> Tp::BaseChannelSplittableInterface::SplitCallback |
Class destructor.
| static BaseChannelSplittableInterfacePtr Tp::BaseChannelSplittableInterface::create | ( | ) | [inline, static] |
| static SharedPtr<BaseChannelSplittableInterfaceSubclass> Tp::BaseChannelSplittableInterface::create | ( | ) | [inline, static] |
| QVariantMap Tp::BaseChannelSplittableInterface::immutableProperties | ( | ) | const [virtual] |
Return the immutable properties of this interface.
Immutable properties cannot change after the interface has been registered on a service on the bus with registerInterface().
Implements Tp::AbstractDBusServiceInterface.
| void Tp::BaseChannelSplittableInterface::setSplitCallback | ( | const SplitCallback & | cb | ) |
| Copyright © 2008-2011 Collabora Ltd. and Nokia Corporation | Telepathy-Qt 0.9.7 |