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

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.
Public Slots | |
| void | slotExecute () |
Signals | |
| void | execute (QListViewItem *) |
Public Member Functions | |
| SnippetItem (QListViewItem *parent, QString name, QString text) | |
| ~SnippetItem () | |
| QString | getName () |
| QString | getText () |
| int | getParent () |
| void | resetParent () |
| void | setText (QString text) |
| void | setName (QString name) |
| void | setAction (KAction *) |
| KAction * | getAction () |
Static Public Member Functions | |
| static SnippetItem * | findItemByName (QString name, QPtrList< SnippetItem > &list) |
| static SnippetGroup * | findGroupById (int id, QPtrList< SnippetItem > &list) |
Friends | |
| class | SnippetGroup |
The documentation for this class was generated from the following files:

