Home
last modified time | relevance | path

Searched refs:TelepathyChatUi (Results 1 – 3 of 3) sorted by relevance

/dports/net-im/ktp-text-ui/ktp-text-ui-21.12.3/app/
H A Dtelepathy-chat-ui.cpp55 TelepathyChatUi::TelepathyChatUi(int &argc, char *argv[]) in TelepathyChatUi() function in TelepathyChatUi
79 TelepathyChatUi::~TelepathyChatUi() in ~TelepathyChatUi()
87 ChatWindow* TelepathyChatUi::createWindow() in createWindow()
99 bool TelepathyChatUi::isHiddenChannel(const Tp::AccountPtr &account, in isHiddenChannel()
121 void TelepathyChatUi::dettachTab(ChatTab* tab) in dettachTab()
128 void TelepathyChatUi::handleChannels(const Tp::MethodInvocationContextPtr<> & context, in handleChannels()
244 bool TelepathyChatUi::bypassApproval() const in bypassApproval()
249 void TelepathyChatUi::onTabAboutToClose(ChatTab *tab) in onTabAboutToClose()
261 void TelepathyChatUi::onWindowAboutToClose(ChatWindow* window) in onWindowAboutToClose()
337 void TelepathyChatUi::onChannelInvalidated() in onChannelInvalidated()
[all …]
H A Dtelepathy-chat-ui.h41 class TelepathyChatUi : public KTp::TelepathyHandlerApplication, public Tp::AbstractClientHandler
45 TelepathyChatUi(int& argc, char* argv[]);
46 ~TelepathyChatUi();
H A Dmain.cpp54 Tp::SharedPtr<TelepathyChatUi> app(new TelepathyChatUi(argc, argv)); in main()