#include <transporteditor.h>
Public Slots | |
| void | SetSourceID (const QString &_sourceid) |
Public Member Functions | |
| TransportList () | |
| virtual void | Load (void) |
| virtual void | fillSelections (void) |
| void | SetSourceID (uint _sourceid) |
Private Member Functions | |
| ~TransportList () | |
Private Attributes | |
| uint | sourceid |
| uint | cardtype |
Definition at line 47 of file transporteditor.h.
| TransportList::TransportList | ( | ) | [inline] |
Definition at line 52 of file transporteditor.h.
| TransportList::~TransportList | ( | ) | [inline, private] |
Definition at line 64 of file transporteditor.h.
| virtual void TransportList::Load | ( | void | ) | [inline, virtual] |
Reimplemented from TransientStorage.
Definition at line 54 of file transporteditor.h.
| void TransportList::fillSelections | ( | void | ) | [virtual] |
Definition at line 81 of file transporteditor.cpp.
Referenced by TransportListEditor::Delete(), TransportListEditor::Edit(), Load(), and SetSourceID().
| void TransportList::SetSourceID | ( | uint | _sourceid | ) |
Definition at line 250 of file transporteditor.cpp.
Referenced by TransportListEditor::TransportListEditor().
| void TransportList::SetSourceID | ( | const QString & | _sourceid | ) | [inline, slot] |
Definition at line 60 of file transporteditor.h.
Referenced by SetSourceID().
uint TransportList::sourceid [private] |
Definition at line 67 of file transporteditor.h.
Referenced by fillSelections(), and SetSourceID().
uint TransportList::cardtype [private] |
Definition at line 68 of file transporteditor.h.
Referenced by fillSelections(), and SetSourceID().
1.6.3