kpilot
PilotCheckListItem Class Reference
#include <listItems.h>
Inheritance diagram for PilotCheckListItem:
Public Member Functions | |
recordid_t | id () const |
PilotCheckListItem (QListView *parent, const QString &text, recordid_t pilotid=0, void *r=0) | |
const void * | rec () const |
virtual | ~PilotCheckListItem () |
Protected Member Functions | |
virtual void | stateChange (bool) |
Protected Attributes | |
recordid_t | fid |
void * | fr |
Detailed Description
Definition at line 59 of file listItems.h.
Constructor & Destructor Documentation
PilotCheckListItem::PilotCheckListItem | ( | QListView * | parent, | |
const QString & | text, | |||
recordid_t | pilotid = 0 , |
|||
void * | r = 0 | |||
) |
Definition at line 97 of file listItems.cc.
PilotCheckListItem::~PilotCheckListItem | ( | ) | [virtual] |
Definition at line 111 of file listItems.cc.
Member Function Documentation
recordid_t PilotCheckListItem::id | ( | ) | const [inline] |
Definition at line 64 of file listItems.h.
const void* PilotCheckListItem::rec | ( | ) | const [inline] |
Definition at line 65 of file listItems.h.
void PilotCheckListItem::stateChange | ( | bool | on | ) | [protected, virtual] |
Reimplemented from QCheckListItem.
Reimplemented in TodoCheckListItem.
Definition at line 122 of file listItems.cc.
Member Data Documentation
recordid_t PilotCheckListItem::fid [protected] |
Definition at line 68 of file listItems.h.
void* PilotCheckListItem::fr [protected] |
Definition at line 69 of file listItems.h.
The documentation for this class was generated from the following files: