Public Member Functions | |
| KProfileBank () | |
| ~KProfileBank () | |
| void | AddpProfile (KProfile *pProfile) |
| u32 | GetnProfiles () |
| KProfile * | GetpProfile (u32 ProfileId) |
| bool | LoadProfiles () |
| bool | SaveProfiles () |
| void | Flush () |
| KProfile * | GetpCurrent () |
| void | SetpCurrent (KProfile *pCurrent) |
Protected Attributes | |
| KTable< KProfile * > | m_ProfileList |
| KIni * | m_pIni |
| KProfile * | m_pCurrent |
Definition at line 32 of file Profile.h.
1.5.1-p1