#include <KMoods.hh>
Inheritance diagram for KMoods:


Signals | |
| void | moodChanged (KMood *kmood) |
| void | userAppeared (KMood *kmood) |
| void | userDisappeared (KMood *kmood) |
Public Methods | |
| KMoods () | |
| ~KMoods () | |
| KMood * | getMoodOfCurrentUser () |
| QObjectList * | getMoods () |
| virtual void | writeMood (KMood *mood)=0 |
Protected Methods | |
| virtual void | readMoods () |
| KMood * | findMoodOfUser (QString userName) |
Protected Attributes | |
| QObjectList | m_moods |
| KMood * | m_moodOfCurrentUser |
This virtual class serves as hook for classes managing a set of moods of some users. This class is subclassed by classes implementing a true real model as
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
The signal emmitted if the mood of a user changes. |
|
|
Reimplemented in KDirMoods. |
|
|
The signal emitted if a new user of KMood appears. |
|
|
The signal emitted if a user disappears. |
|
|
Implemented in KDirMoods. |
|
|
|
|
|
|
1.2.18