Home
last modified time | relevance | path

Searched refs:OscarAccount (Results 1 – 15 of 15) sorted by relevance

/dports/net-im/kopete/kopete-21.12.3/protocols/oscar/
H A Doscaraccount.cpp82 OscarAccount& account;
117 OscarAccount::OscarAccount(Kopete::Protocol *parent, const QString &accountID, bool isICQ) in OscarAccount() function in OscarAccount
175 OscarAccount::~OscarAccount() in ~OscarAccount()
177 OscarAccount::disconnect(); in ~OscarAccount()
181 Client* OscarAccount::engine() in engine()
215 void OscarAccount::disconnect() in disconnect()
220 bool OscarAccount::passwordWasWrong() in passwordWasWrong()
238 void OscarAccount::loginActions() in loginActions()
258 void OscarAccount::processSSIList() in processSSIList()
1216 void OscarAccount::slotGoOffline() in slotGoOffline()
[all …]
H A Doscarmyselfcontact.cpp26 OscarMyselfContact::OscarMyselfContact( OscarAccount* account ) in OscarMyselfContact()
49 OscarAccount *acct = static_cast<OscarAccount*>(account()); in details()
H A Doscarmyselfcontact.h29 class OscarAccount; variable
40 OscarMyselfContact( OscarAccount* account );
H A Doscarcontact.h43 class OscarAccount; variable
82 OscarAccount *account() const { return mAccount; } in account()
150 OscarAccount *mAccount;
H A Doscarprivacyengine.h35 class OscarAccount; variable
45 OscarPrivacyEngine( OscarAccount* account, Type type );
H A Doscaraccount.h48 class OSCAR_EXPORT OscarAccount : public Kopete::PasswordedAccount
53 OscarAccount(Kopete::Protocol *parent, const QString &accountID, bool isICQ=false);
54 virtual ~OscarAccount();
H A Doscarprotocol.cpp108 OscarAccount* oaccount = static_cast<OscarAccount*>(account); in deserializeContact()
H A Doscarprivacyengine.cpp28 OscarPrivacyEngine::OscarPrivacyEngine( OscarAccount* account, Type type ) in OscarPrivacyEngine()
H A Doscarcontact.cpp67 mAccount = static_cast<OscarAccount*>(account); in OscarContact()
/dports/net-im/kopete/kopete-21.12.3/protocols/oscar/aim/ui/
H A Daimeditaccountwidget.cpp153 …static_cast<OscarAccount *>( mAccount )->setServerAddress( mGui->edtServerAddress->text().trimmed(… in apply()
154 static_cast<OscarAccount *>( mAccount )->setServerPort( mGui->sbxServerPort->value() ); in apply()
158 static_cast<OscarAccount *>( mAccount )->setServerAddress( "login.oscar.aol.com" ); in apply()
159 static_cast<OscarAccount *>( mAccount )->setServerPort( 5190 ); in apply()
/dports/net-im/kopete/kopete-21.12.3/protocols/oscar/icq/
H A Dicqaccount.cpp121 : OscarAccount(parent, accountID, true) in ICQAccount()
161 return static_cast<ICQProtocol*>(OscarAccount::protocol()); in protocol()
270 OscarAccount::loginActions(); in loginActions()
292 OscarAccount::disconnected( reason ); in disconnected()
399 OscarAccount::disconnect(); in setPresenceTarget()
406 OscarAccount::connect( protocol()->statusManager()->onlineStatusOf( newPres ) ); in setPresenceTarget()
H A Dicqaccount.h49 class ICQAccount : public OscarAccount
H A Dicqcontact.cpp547 static_cast<OscarAccount*>(account())->engine()->sendIM(
/dports/net-im/kopete/kopete-21.12.3/protocols/oscar/aim/
H A Daimaccount.cpp215 : OscarAccount(parent, accountID, false) in AIMAccount()
254 return static_cast<AIMProtocol*>(OscarAccount::protocol()); in protocol()
325 OscarAccount::disconnect(); in setPresenceTarget()
332 OscarAccount::connect( protocol()->statusManager()->onlineStatusOf( newPres ) ); in setPresenceTarget()
447 OscarAccount::loginActions(); in loginActions()
468 OscarAccount::disconnected( reason ); in disconnected()
477 OscarAccount::messageReceived(message); in messageReceived()
H A Daimaccount.h78 class AIMAccount : public OscarAccount