SnippetItem Class Reference
#include <snippetitem.h>
Inheritance diagram for SnippetItem:

Public Slots | |
void | slotExecute () |
Signals | |
void | execute (TQListViewItem *) |
Public Member Functions | |
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 (KAction *) |
KAction * | getAction () |
Static Public Member Functions | |
static SnippetItem * | findItemByName (TQString name, TQPtrList< SnippetItem > &list) |
static SnippetGroup * | findGroupById (int id, TQPtrList< SnippetItem > &list) |
Friends | |
class | SnippetGroup |
Detailed Description
This class represents one CodeSnippet-Item in the listview.
It also holds the needed data for one snippet.
Definition at line 32 of file snippetitem.h.
The documentation for this class was generated from the following files: