kpilot/kpilot
PilotListViewItem Class Reference
List of all members.Detailed Description
Definition at line 85 of file listItems.h.
Public Member Functions | |
| PilotListViewItem (QListView *parent, QString label1, QString label2=QString::null, QString label3=QString::null, QString label4=QString::null, recordid_t pilotid=0, void *r=0) | |
| virtual | ~PilotListViewItem () |
| recordid_t | id () const |
| const void * | rec () const |
| void | setNumericCol (int col, bool numeric) |
| int | compare (QListViewItem *i, int col, bool ascending) const |
Protected Member Functions | |
| unsigned long | colValue (int col, bool *ok) const |
Protected Attributes | |
| QValueList< int > | numericCols |
| recordid_t | fid |
| void * | fr |
| PilotListViewItemData * | d |
Member Function Documentation
| int PilotListViewItem::compare | ( | QListViewItem * | i, | |
| int | col, | |||
| bool | ascending | |||
| ) | const |
Definition at line 207 of file listItems.cc.
The documentation for this class was generated from the following files:

