Home · All Classes · All Namespaces · Modules · Functions · Files
Public Types | Public Member Functions | Static Public Member Functions | Protected Member Functions
Tp::BaseChannelRoomConfigInterface Class Reference

Base class for implementations of Channel.Interface.RoomConfig1. More...

#include <TelepathyQt/BaseChannel>

Inherits Tp::AbstractChannelInterface.

List of all members.

Public Types

typedef Callback2< void, const
QVariantMap &, DBusError * > 
UpdateConfigurationCallback

Public Member Functions

virtual ~BaseChannelRoomConfigInterface ()
QVariantMap immutableProperties () const
bool anonymous () const
void setAnonymous (bool anonymous)
bool inviteOnly () const
void setInviteOnly (bool inviteOnly)
uint limit () const
void setLimit (uint limit)
bool moderated () const
void setModerated (bool moderated)
QString title () const
void setTitle (const QString &title)
QString description () const
void setDescription (const QString &description)
bool persistent () const
void setPersistent (bool persistent)
bool isPrivate () const
void setPrivate (bool newPrivate)
bool passwordProtected () const
void setPasswordProtected (bool passwordProtected)
QString password () const
void setPassword (const QString &password)
QString passwordHint () const
void setPasswordHint (const QString &passwordHint)
bool canUpdateConfiguration () const
void setCanUpdateConfiguration (bool canUpdateConfiguration)
QStringList mutableProperties () const
void setMutableProperties (const QStringList &mutableProperties)
bool configurationRetrieved () const
void setConfigurationRetrieved (bool configurationRetrieved)
void setUpdateConfigurationCallback (const UpdateConfigurationCallback &cb)
void updateConfiguration (const QVariantMap &properties, DBusError *error)

Static Public Member Functions

static
BaseChannelRoomConfigInterfacePtr 
create ()
template<typename BaseChannelRoomConfigInterfaceSubclass >
static SharedPtr
< BaseChannelRoomConfigInterfaceSubclass > 
create ()

Protected Member Functions

 BaseChannelRoomConfigInterface ()

Detailed Description

Base class for implementations of Channel.Interface.RoomConfig1.


Member Typedef Documentation


Constructor & Destructor Documentation

Class destructor.

Class constructor.


Member Function Documentation

static BaseChannelRoomConfigInterfacePtr Tp::BaseChannelRoomConfigInterface::create ( ) [inline, static]
template<typename BaseChannelRoomConfigInterfaceSubclass >
static SharedPtr<BaseChannelRoomConfigInterfaceSubclass> Tp::BaseChannelRoomConfigInterface::create ( ) [inline, static]

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().

Returns:
The immutable properties of this interface.

Implements Tp::AbstractDBusServiceInterface.

void Tp::BaseChannelRoomConfigInterface::setTitle ( const QString &  title)
void Tp::BaseChannelRoomConfigInterface::setDescription ( const QString &  description)
void Tp::BaseChannelRoomConfigInterface::setPassword ( const QString &  password)
void Tp::BaseChannelRoomConfigInterface::setPasswordHint ( const QString &  passwordHint)
void Tp::BaseChannelRoomConfigInterface::setMutableProperties ( const QStringList &  mutableProperties)
void Tp::BaseChannelRoomConfigInterface::updateConfiguration ( const QVariantMap &  properties,
DBusError error 
)


Copyright © 2008-2011 Collabora Ltd. and Nokia Corporation
Telepathy-Qt 0.9.7