KVIrc  4.9.2
DeveloperAPIs
Public Member Functions | Protected Attributes | Friends | List of all members
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 ( const QString &  szName,
const QString &  szNetMask 
)
KviRegisteredChannel::~KviRegisteredChannel ( )

References m_pPropertyDict.

Member Function Documentation

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

Friends And Related Function Documentation

friend class KviRegisteredChannelDataBase
friend

Member Data Documentation

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

Referenced by KviRegisteredChannel().

QString KviRegisteredChannel::m_szNetMask
protected

Referenced by KviRegisteredChannel().


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