Home
last modified time | relevance | path

Searched refs:RoomListChannel (Results 1 – 5 of 5) sorted by relevance

/dports/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/
H A Droom-list-channel.cpp33 struct TP_QT_NO_EXPORT RoomListChannel::Private
39 RoomListChannel::Private::Private() in Private()
43 RoomListChannel::Private::~Private() in ~Private()
72 RoomListChannelPtr RoomListChannel::create(const ConnectionPtr &connection, in create()
75 return RoomListChannelPtr(new RoomListChannel(connection, objectPath, in create()
89 RoomListChannel::RoomListChannel(const ConnectionPtr &connection, in RoomListChannel() function in Tp::RoomListChannel
101 RoomListChannel::~RoomListChannel() in ~RoomListChannel()
H A Droom-list-channel.h35 class TP_QT_EXPORT RoomListChannel : public Channel
38 Q_DISABLE_COPY(RoomListChannel)
44 virtual ~RoomListChannel();
47 RoomListChannel(const ConnectionPtr &connection, const QString &objectPath,
H A Dtypes.h90 class RoomListChannel; variable
158 typedef SharedPtr<RoomListChannel> RoomListChannelPtr;
H A Dchannel-factory.cpp106 setSubclassForRoomLists<RoomListChannel>(); in ChannelFactory()
/dports/net-im/telepathy-qt/telepathy-qt-0.9.8/
H A DChangeLog11442 TelepathyQt/RoomListChannel | 13 +
11901 TelepathyQt4/RoomListChannel | 13 -
12959 TelepathyQt4/RoomListChannel | 6 +++---
17075 RoomListChannel: Update docs.
45378 TelepathyQt4/RoomListChannel | 4 ++--
45806 RoomListChannel: Fixed redundancy on comment.
45831 Renamed RoomList to RoomListChannel.
45835 TelepathyQt4/RoomListChannel | 13 ++++++++++
50399RoomListChannel: Make constructor protected and added public create method that returns a SharedPt…