KVIrc 5.2.0
Developer APIs
Public Member Functions | Protected Member Functions | Protected Attributes | Friends | List of all members
KviNotifyListManager Class Reference

#include <KviNotifyList.h>

+ Inheritance diagram for KviNotifyListManager:

Public Member Functions

KviConsoleWindowconsole () const
 

Protected Member Functions

virtual bool handleIsOn (KviIrcMessage *msg)
 
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)
 
virtual void start ()
 
virtual void stop ()
 
 ~KviNotifyListManager ()
 

Protected Attributes

KviIrcConnectionm_pConnection
 
KviConsoleWindowm_pConsole
 

Friends

class KviConnectionInfo
 
class KviConsoleWindow
 
class KviIrcConnection
 
class KviIrcServerParser
 

Constructor & Destructor Documentation

◆ KviNotifyListManager()

KviNotifyListManager::KviNotifyListManager ( KviIrcConnection pConnection)
protected

◆ ~KviNotifyListManager()

KviNotifyListManager::~KviNotifyListManager ( )
protecteddefault

Member Function Documentation

◆ console()

KviConsoleWindow * KviNotifyListManager::console ( ) const
inline

◆ handleIsOn()

bool KviNotifyListManager::handleIsOn ( KviIrcMessage msg)
protectedvirtual

◆ handleUserhost()

bool KviNotifyListManager::handleUserhost ( KviIrcMessage msg)
protectedvirtual

◆ handleWatchReply()

bool KviNotifyListManager::handleWatchReply ( KviIrcMessage msg)
protectedvirtual

◆ notifyOffLine()

void KviNotifyListManager::notifyOffLine ( const QString &  nick,
const QString &  user = QString(),
const QString &  host = QString(),
const QString &  szReason = QString() 
)
protected

◆ notifyOnLine()

void KviNotifyListManager::notifyOnLine ( const QString &  nick,
const QString &  user = QString(),
const QString &  host = QString(),
const QString &  szReason = QString(),
bool  bJoin = true 
)
protected

◆ start()

void KviNotifyListManager::start ( )
protectedvirtual

◆ stop()

void KviNotifyListManager::stop ( )
protectedvirtual

Friends And Related Symbol Documentation

◆ KviConnectionInfo

friend class KviConnectionInfo
friend

◆ KviConsoleWindow

friend class KviConsoleWindow
friend

◆ KviIrcConnection

friend class KviIrcConnection
friend

◆ KviIrcServerParser

friend class KviIrcServerParser
friend

Member Data Documentation

◆ m_pConnection

KviIrcConnection* KviNotifyListManager::m_pConnection
protected

◆ m_pConsole

KviConsoleWindow* KviNotifyListManager::m_pConsole
protected

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