libkdepim
KGroupInfo Class Reference
List of all members.Detailed Description
Definition at line 45 of file ksubscription.h.
Public Types | |
| enum | Status { unknown, readOnly, postingAllowed, moderated } |
Public Member Functions | |
| KGroupInfo (const QString &name, const QString &description=QString::null, bool newGroup=false, bool subscribed=false, Status status=unknown, QString path=QString::null) | |
| bool | operator== (const KGroupInfo &gi2) |
| bool | operator< (const KGroupInfo &gi2) |
Public Attributes | |
| QString | name |
| QString | description |
| bool | newGroup |
| bool | subscribed |
| Status | status |
| QString | path |
The documentation for this class was generated from the following files:

