SnippetGroup Class Reference
#include <snippetitem.h>
Inheritance diagram for SnippetGroup:
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 SnippetItem * | findItemByName (TQString name, TQPtrList< SnippetItem > &list) |
| static SnippetGroup * | findGroupById (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>.
Definition at line 71 of file snippetitem.h.
The documentation for this class was generated from the following files:

Public Member Functions inherited from