Home
last modified time | relevance | path

Searched refs:SimpleTextObserver (Results 1 – 9 of 9) sorted by relevance

/dports/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/
H A Dsimple-text-observer.cpp45 SimpleTextObserver::Private::Private(SimpleTextObserver *parent, in Private()
67 SimpleTextObserver::Private::~Private() in ~Private()
85 void SimpleTextObserver::Private::TextChannelWrapper::onChannelMessageSent( in onChannelMessageSent()
115 SimpleTextObserverPtr SimpleTextObserver::create(const AccountPtr &account) in create()
171 SimpleTextObserver::SimpleTextObserver(const AccountPtr &account, in SimpleTextObserver() function in Tp::SimpleTextObserver
183 SimpleTextObserver::~SimpleTextObserver() in ~SimpleTextObserver()
193 AccountPtr SimpleTextObserver::account() const in account()
204 QString SimpleTextObserver::contactIdentifier() const in contactIdentifier()
214 QList<TextChannelPtr> SimpleTextObserver::textChats() const in textChats()
226 void SimpleTextObserver::onNewChannels(const QList<ChannelPtr> &channels) in onNewChannels()
[all …]
H A Dsimple-text-observer-internal.h31 struct TP_QT_NO_EXPORT SimpleTextObserver::Private
33 Private(SimpleTextObserver *parent, const AccountPtr &account,
39 SimpleTextObserver *parent;
46 class TP_QT_NO_EXPORT SimpleTextObserver::Private::TextChannelWrapper :
H A Dsimple-text-observer.h38 class TP_QT_EXPORT SimpleTextObserver : public QObject, public RefCounted
41 Q_DISABLE_COPY(SimpleTextObserver)
50 virtual ~SimpleTextObserver();
70 TP_QT_NO_EXPORT SimpleTextObserver(const AccountPtr &account,
H A Dtypes.h94 class SimpleTextObserver; variable
162 typedef SharedPtr<SimpleTextObserver> SimpleTextObserverPtr;
H A Dsimple-observer.h84 friend class SimpleTextObserver; variable
H A Dcontact-messenger.cpp142 mPriv->observer = SimpleTextObserver::create(account, contactIdentifier); in ContactMessenger()
/dports/net-im/telepathy-qt/telepathy-qt-0.9.8/tests/dbus/
H A Dsimple-observer.cpp422 SimpleTextObserverPtr textObserver = SimpleTextObserver::create(acc, contact); in testObserverRegistration()
431 textObserver = SimpleTextObserver::create(acc, contact); in testObserverRegistration()
500 textObservers[i] = SimpleTextObserver::create(acc, mContacts[i]); in testCrossTalk()
501 textObserversNoContact[i] = SimpleTextObserver::create(acc); in testCrossTalk()
/dports/net-im/telepathy-qt/telepathy-qt-0.9.8/
H A DNEWS477 * fd.o #28753: Added SimpleTextObserver class which makes it easy to follow all
H A DChangeLog20089 SimpleTextObserver: Add a debug on construction.
20382 SimpleTextObserver: Fix crash opportunity.
20441 SimpleTextObserver: Add textChats accessor.
20470 SimpleTextObserver: Use SimpleObserver.
22065 SimpleTextObserver: Add more debug messages.
22288 SimpleTextObserver: Properly connect to signals.
22394 SimpleTextObserver: Add \class doc.
22450 SimpleTextObserver: Add docs.
22478 SimpleTextObserver: Add some warnings.
22524 ContactMessenger: Use SimpleTextObserver.
[all …]