1 #ifndef _KVI_IDENTITY_PROFILE_H_
2 #define _KVI_IDENTITY_PROFILE_H_
73 const QString &
name()
const {
return m_szName; };
79 const QString &
network()
const {
return m_szNetwork; };
85 const QString &
nick()
const {
return m_szNick; };
91 const QString &
altNick()
const {
return m_szAltNick; };
97 const QString &
userName()
const {
return m_szUserName; };
103 const QString &
realName()
const {
return m_szRealName; };
110 void setName(
const QString & szName) { m_szName = szName; };
117 void setNetwork(
const QString & szNetwork) { m_szNetwork = szNetwork; };
124 void setNick(
const QString & szNick) { m_szNick = szNick; };
131 void setAltNick(
const QString & szAltNick) { m_szAltNick = szAltNick; };
138 void setUserName(
const QString & szUserName) { m_szUserName = szUserName; };
145 void setRealName(
const QString & szRealName) { m_szRealName = szRealName; };
173 #endif // _KVI_IDENTITY_PROFILE_H_
void setName(const QString &szName)
Sets the name of the profile.
Definition: KviIdentityProfile.h:110
Definition: KviHeapObject.h:124
const QString & nick() const
Returns the nickname of the profile.
Definition: KviIdentityProfile.h:85
QString m_szNetwork
Definition: KviIdentityProfile.h:62
const QString & userName() const
Returns the username of the profile.
Definition: KviIdentityProfile.h:97
void setNick(const QString &szNick)
Sets the nickname of the profile.
Definition: KviIdentityProfile.h:124
void setRealName(const QString &szRealName)
Sets the realname of the profile.
Definition: KviIdentityProfile.h:145
Definition: KviConfigurationFile.h:48
const QString & name() const
Returns the name of the profile.
Definition: KviIdentityProfile.h:73
void setAltNick(const QString &szAltNick)
Sets the alternative nickname of the profile.
Definition: KviIdentityProfile.h:131
QString m_szUserName
Definition: KviIdentityProfile.h:65
const QString & realName() const
Returns the realname of the profile.
Definition: KviIdentityProfile.h:103
bool save(KviThemeInfo &options, bool bSaveIcons)
Definition: KviOptions.cpp:986
void setNetwork(const QString &szNetwork)
Sets the network of the profile.
Definition: KviIdentityProfile.h:117
QString m_szName
Definition: KviIdentityProfile.h:61
const QString & altNick() const
Returns the alternative nickname of the profile.
Definition: KviIdentityProfile.h:91
QString m_szAltNick
Definition: KviIdentityProfile.h:64
QString m_szRealName
Definition: KviIdentityProfile.h:66
C++ Template based double linked pointer list class.
void setUserName(const QString &szUserName)
Sets the username of the profile.
Definition: KviIdentityProfile.h:138
Class which manages the identity profile.
Definition: KviIdentityProfile.h:45
const QString & network() const
Returns the network of the profile.
Definition: KviIdentityProfile.h:79
This file contains compile time settings.
QString m_szNick
Definition: KviIdentityProfile.h:63
#define KVILIB_API
Definition: kvi_settings.h:125