1#ifndef _KVI_IDENTITY_PROFILE_SET_H_
2#define _KVI_IDENTITY_PROFILE_SET_H_
98 unsigned int count() {
return m_uCount; };
164 void load(
const QString & szConfigFile);
171 void save(
const QString & szConfigFile);
Identity profiles handling.
C++ Template based double linked pointer list class.
Definition KviConfigurationFile.h:50
Definition KviHeapObject.h:125
Class which manages the list of identity profiles.
Definition KviIdentityProfileSet.h:45
bool isEnabled()
Returns true if the profile set is enabled.
Definition KviIdentityProfileSet.h:136
unsigned int count()
Returns the number of instances of the class.
Definition KviIdentityProfileSet.h:98
static KviIdentityProfileSet * m_pSelf
Definition KviIdentityProfileSet.h:68
KviPointerList< KviIdentityProfile > * m_pProfiles
Definition KviIdentityProfileSet.h:72
static unsigned int m_uCount
Definition KviIdentityProfileSet.h:69
bool m_bEnabled
Definition KviIdentityProfileSet.h:73
static KviIdentityProfileSet * instance()
Returns the instance of the class.
Definition KviIdentityProfileSet.h:92
KviPointerList< KviIdentityProfile > * profiles()
Returns the profiles set.
Definition KviIdentityProfileSet.h:104
void setEnabled(bool bEnabled)
Enables the profile set.
Definition KviIdentityProfileSet.h:143
bool isEmpty()
Returns true if the profile set is empty.
Definition KviIdentityProfileSet.h:130
Class which manages the identity profile.
Definition KviIdentityProfile.h:45
A template double linked list of pointers.
Definition KviPointerList.h:371
bool isEmpty() const
Returns true if the list is empty.
Definition KviPointerList.h:611
This file contains compile time settings.
#define KVILIB_API
Definition kvi_settings.h:124
int init()
Definition winamp.cpp:118