Home · Modules · All Classes · All Namespaces
Public Member Functions | Static Public Member Functions | Protected Member Functions | List of all members
Tp::BaseChannelRoomInterface Class Reference

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

#include <TelepathyQt/BaseChannel>

Inherits Tp::AbstractChannelInterface.

Public Member Functions

virtual ~BaseChannelRoomInterface ()
 
QVariantMap immutableProperties () const
 
QString roomName () const
 
QString server () const
 
QString creator () const
 
uint creatorHandle () const
 
QDateTime creationTimestamp () const
 
- Public Member Functions inherited from Tp::AbstractChannelInterface
 AbstractChannelInterface (const QString &interfaceName)
 
virtual ~AbstractChannelInterface ()
 
- Public Member Functions inherited from Tp::AbstractDBusServiceInterface
 AbstractDBusServiceInterface (const QString &interfaceName)
 
virtual ~AbstractDBusServiceInterface ()
 
QString interfaceName () const
 
DBusObjectdbusObject () const
 
bool isRegistered () const
 
bool notifyPropertyChanged (const QString &propertyName, const QVariant &propertyValue)
 
- Public Member Functions inherited from Tp::Object
virtual ~Object ()
 
- Public Member Functions inherited from Tp::RefCounted
 RefCounted ()
 
virtual ~RefCounted ()
 

Static Public Member Functions

static BaseChannelRoomInterfacePtr create (const QString &roomName, const QString &server, const QString &creator, uint creatorHandle, const QDateTime &creationTimestamp)
 
template<typename BaseChannelRoomInterfaceSubclass >
static SharedPtr< BaseChannelRoomInterfaceSubclass > create (const QString &roomName, const QString &server, const QString &creator, uint creatorHandle, const QDateTime &creationTimestamp)
 

Protected Member Functions

 BaseChannelRoomInterface (const QString &roomName, const QString &server, const QString &creator, uint creatorHandle, const QDateTime &creationTimestamp)
 
- Protected Member Functions inherited from Tp::AbstractChannelInterface
virtual void close ()
 
virtual void setBaseChannel (BaseChannel *channel)
 
- Protected Member Functions inherited from Tp::AbstractDBusServiceInterface
virtual bool registerInterface (DBusObject *dbusObject)
 
- Protected Member Functions inherited from Tp::Object
 Object ()
 
void notify (const char *propertyName)
 

Additional Inherited Members

- Signals inherited from Tp::Object
void propertyChanged (const QString &propertyName)
 

Detailed Description

Base class for implementations of Channel.Interface.Room2.

Constructor & Destructor Documentation

◆ ~BaseChannelRoomInterface()

Tp::BaseChannelRoomInterface::~BaseChannelRoomInterface ( )
virtual

Class destructor.

◆ BaseChannelRoomInterface()

Tp::BaseChannelRoomInterface::BaseChannelRoomInterface ( const QString &  roomName,
const QString &  server,
const QString &  creator,
uint  creatorHandle,
const QDateTime &  creationTimestamp 
)
protected

Class constructor.

Member Function Documentation

◆ create() [1/2]

static BaseChannelRoomInterfacePtr Tp::BaseChannelRoomInterface::create ( const QString &  roomName,
const QString &  server,
const QString &  creator,
uint  creatorHandle,
const QDateTime &  creationTimestamp 
)
inlinestatic

◆ create() [2/2]

template<typename BaseChannelRoomInterfaceSubclass >
static SharedPtr<BaseChannelRoomInterfaceSubclass> Tp::BaseChannelRoomInterface::create ( const QString &  roomName,
const QString &  server,
const QString &  creator,
uint  creatorHandle,
const QDateTime &  creationTimestamp 
)
inlinestatic

◆ immutableProperties()

QVariantMap Tp::BaseChannelRoomInterface::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().

Returns
The immutable properties of this interface.

Reimplemented from Tp::AbstractDBusServiceInterface.

◆ roomName()

QString Tp::BaseChannelRoomInterface::roomName ( ) const

◆ server()

QString Tp::BaseChannelRoomInterface::server ( ) const

◆ creator()

QString Tp::BaseChannelRoomInterface::creator ( ) const

◆ creatorHandle()

uint Tp::BaseChannelRoomInterface::creatorHandle ( ) const

◆ creationTimestamp()

QDateTime Tp::BaseChannelRoomInterface::creationTimestamp ( ) const