KVIrc  4.9.2
DeveloperAPIs
Protected Member Functions | Protected Attributes | Private Member Functions | Friends | List of all members
KviStupidNotifyListManager Class Reference

#include <KviNotifyList.h>

+ Inheritance diagram for KviStupidNotifyListManager:

Protected Member Functions

virtual bool handleIsOn (KviIrcMessage *msg)
 
 KviStupidNotifyListManager (KviIrcConnection *pConnection)
 
virtual void start ()
 
virtual void stop ()
 
virtual void timerEvent (QTimerEvent *e)
 
 ~KviStupidNotifyListManager ()
 
- Protected Member Functions inherited from KviNotifyListManager
virtual bool handleUserhost (KviIrcMessage *msg)
 
virtual bool handleWatchReply (KviIrcMessage *msg)
 
 KviNotifyListManager (KviIrcConnection *pConnection)
 
void notifyOffLine (const QString &nick, const QString &user=QString(), const QString &host=QString(), const QString &szReason=QString())
 
void notifyOnLine (const QString &nick, const QString &user=QString(), const QString &host=QString(), const QString &szReason=QString(), bool bJoin=true)
 
 ~KviNotifyListManager ()
 

Protected Attributes

int m_iNextNickToCheck
 
int m_iRestartTimer
 
KviPointerList< QString > * m_pNickList
 
QString m_szLastIsOnMsg
 
- Protected Attributes inherited from KviNotifyListManager
KviIrcConnectionm_pConnection
 
KviConsoleWindowm_pConsole
 

Private Member Functions

void buildNickList ()
 
void sendIsOn ()
 

Friends

class KviConsoleWindow
 
class KviIrcConnection
 
class KviIrcServerParser
 

Additional Inherited Members

- Public Member Functions inherited from KviNotifyListManager
KviConsoleWindowconsole ()
 

Constructor & Destructor Documentation

KviStupidNotifyListManager::KviStupidNotifyListManager ( KviIrcConnection pConnection)
protected
KviStupidNotifyListManager::~KviStupidNotifyListManager ( )
protected

References m_iRestartTimer, and m_pNickList.

Member Function Documentation

void KviStupidNotifyListManager::buildNickList ( )
private
bool KviStupidNotifyListManager::handleIsOn ( KviIrcMessage msg)
protectedvirtual
void KviStupidNotifyListManager::sendIsOn ( )
private
void KviStupidNotifyListManager::start ( )
protectedvirtual
void KviStupidNotifyListManager::stop ( )
protectedvirtual
void KviStupidNotifyListManager::timerEvent ( QTimerEvent *  e)
protectedvirtual

Friends And Related Function Documentation

friend class KviConsoleWindow
friend
friend class KviIrcConnection
friend
friend class KviIrcServerParser
friend

Member Data Documentation

int KviStupidNotifyListManager::m_iNextNickToCheck
protected
int KviStupidNotifyListManager::m_iRestartTimer
protected
KviPointerList<QString>* KviStupidNotifyListManager::m_pNickList
protected
QString KviStupidNotifyListManager::m_szLastIsOnMsg
protected

Referenced by handleIsOn(), and sendIsOn().


The documentation for this class was generated from the following files: