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.

Constructor & Destructor Documentation

◆ SnippetGroup()

SnippetGroup::SnippetGroup ( TQListView *  parent,
TQString  name,
int  id 
)

Definition at line 132 of file snippetitem.cpp.

◆ ~SnippetGroup()

SnippetGroup::~SnippetGroup ( )

Definition at line 145 of file snippetitem.cpp.

Member Function Documentation

◆ getId()

int SnippetGroup::getId ( )
inline

Definition at line 76 of file snippetitem.h.

◆ getMaxId()

static int SnippetGroup::getMaxId ( )
inlinestatic

Definition at line 77 of file snippetitem.h.

◆ setId()

void SnippetGroup::setId ( int  id)

Definition at line 149 of file snippetitem.cpp.


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