List of all members
MemberGroupList Class Reference

#include <membergroup.h>

Inheritance diagram for MemberGroupList:
QList< MemberGroup > QGList

Additional Inherited Members

- Public Member Functions inherited from QList< MemberGroup >
 QList ()
 
 QList (const QList< MemberGroup > &l)
 
 ~QList ()
 
QList< MemberGroup > & operator= (const QList< MemberGroup > &l)
 
bool operator== (const QList< MemberGroup > &list) const
 
uint count () const
 
bool isEmpty () const
 
bool insert (uint i, const MemberGroup *d)
 
void inSort (const MemberGroup *d)
 
void prepend (const MemberGroup *d)
 
void append (const MemberGroup *d)
 
bool remove (uint i)
 
bool remove (const MemberGroup *d)
 
bool removeRef (const MemberGroup *d)
 
bool removeFirst ()
 
bool removeLast ()
 
MemberGrouptake (uint i)
 
void clear ()
 
void sort ()
 
int find (const MemberGroup *d) const
 
int findRef (const MemberGroup *d) const
 
uint contains (const MemberGroup *d) const
 
uint containsRef (const MemberGroup *d) const
 
MemberGroupat (uint i) const
 
MemberGroupgetFirst () const
 
MemberGroupgetLast () const
 
void setAutoDelete (bool enable)
 

Detailed Description

A list of MemberGroup objects.

Definition at line 116 of file membergroup.h.


The documentation for this class was generated from the following file: