KVIrc 5.2.6
Developer APIs
KviRegisteredChannel Class Reference

#include <KviRegisteredChannel.h>

+ Inheritance diagram for KviRegisteredChannel:

Public Member Functions

 KviRegisteredChannel (const QString &szName, const QString &szNetMask)
 
const QString & name ()
 
const QString & netMask ()
 
QString property (const QString &szName)
 
QHash< QString, QString > * propertyDict ()
 
void removeProperty (const QString &szName)
 
void setProperty (const QString &szName, const QString &szValue)
 
 ~KviRegisteredChannel ()
 

Protected Attributes

QHash< QString, QString > * m_pPropertyDict
 
QString m_szName
 
QString m_szNetMask
 

Friends

class KviRegisteredChannelDataBase
 

Constructor & Destructor Documentation

◆ KviRegisteredChannel()

KviRegisteredChannel::KviRegisteredChannel ( const QString & szName,
const QString & szNetMask )

◆ ~KviRegisteredChannel()

KviRegisteredChannel::~KviRegisteredChannel ( )

References m_pPropertyDict.

Member Function Documentation

◆ name()

const QString & KviRegisteredChannel::name ( )
inline

◆ netMask()

const QString & KviRegisteredChannel::netMask ( )
inline

◆ property()

QString KviRegisteredChannel::property ( const QString & szName)
inline

◆ propertyDict()

QHash< QString, QString > * KviRegisteredChannel::propertyDict ( )
inline

◆ removeProperty()

void KviRegisteredChannel::removeProperty ( const QString & szName)
inline

◆ setProperty()

void KviRegisteredChannel::setProperty ( const QString & szName,
const QString & szValue )
inline

Friends And Related Symbol Documentation

◆ KviRegisteredChannelDataBase

friend class KviRegisteredChannelDataBase
friend

Member Data Documentation

◆ m_pPropertyDict

QHash<QString, QString>* KviRegisteredChannel::m_pPropertyDict
protected

◆ m_szName

QString KviRegisteredChannel::m_szName
protected

Referenced by KviRegisteredChannel().

◆ m_szNetMask

QString KviRegisteredChannel::m_szNetMask
protected

Referenced by KviRegisteredChannel().


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