kmail

#include <snippetitem.h>

Inheritance diagram for SnippetGroup:
SnippetItem

Public Member Functions

 SnippetGroup (TQListView *parent, TQString name, int id)
int getId ()
void setId (int id)
- Public Member Functions inherited from SnippetItem
 SnippetItem (TQListViewItem *parent, TQString name, TQString text)
TQString getName ()
TQString getText ()
int getParent ()
void resetParent ()
void setText (TQString text)
void setName (TQString name)
void setAction (TDEAction *)
TDEAction * getAction ()

Static Public Member Functions

static int getMaxId ()
- Static Public Member Functions inherited from SnippetItem
static SnippetItemfindItemByName (TQString name, TQPtrList< SnippetItem > &list)
static SnippetGroupfindGroupById (int id, TQPtrList< SnippetItem > &list)

Additional Inherited Members

- Public Slots inherited from SnippetItem
void slotExecute ()
- Signals inherited from SnippetItem
void execute (TQListViewItem *)

Detailed Description

This class represents one group in the listview.

It is derived from SnippetItem in order to allow storing it in the main TQPtrList<SnippetItem>.

Author
Robert Gruber

Definition at line 71 of file snippetitem.h.


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