kmail
SnippetGroup Class Reference
This class represents one group in the listview. More...
#include <snippetitem.h>
Inheritance diagram for SnippetGroup:
Public Member Functions | |
int | getId () |
void | setId (int id) |
SnippetGroup (QListView *parent, QString name, int id) | |
~SnippetGroup () | |
Static Public Member Functions | |
static int | getMaxId () |
Detailed Description
This class represents one group in the listview.It is derived from SnippetItem in order to allow storing it in the main QPtrList<SnippetItem>.
Definition at line 70 of file snippetitem.h.
Constructor & Destructor Documentation
Definition at line 130 of file snippetitem.cpp.
SnippetGroup::~SnippetGroup | ( | ) |
Definition at line 143 of file snippetitem.cpp.
Member Function Documentation
int SnippetGroup::getId | ( | ) | [inline] |
Definition at line 75 of file snippetitem.h.
static int SnippetGroup::getMaxId | ( | ) | [inline, static] |
Definition at line 76 of file snippetitem.h.
void SnippetGroup::setId | ( | int | id | ) |
Definition at line 147 of file snippetitem.cpp.
The documentation for this class was generated from the following files: