kpilot/lib
PilotMemo Class Reference
Inheritance diagram for PilotMemo:

Detailed Description
Definition at line 38 of file pilotMemo.h.
Public Member Functions | |
PilotMemo (void) | |
PilotMemo (const QString &s) | |
PilotMemo (const PilotRecord *rec) | |
PilotMemo (const PilotRecordBase *r, const QString &s) | |
~PilotMemo () | |
virtual QString | getTextRepresentation (bool richText=false) |
QString | text (void) const |
void | setText (const QString &text) |
QString | getTitle (void) const |
PilotRecord * | pack () |
QString | shortTitle () const |
QString | sensibleTitle () const |
Static Public Attributes | |
static const int | MAX_MEMO_LEN = 8192 |
Constructor & Destructor Documentation
|
Constructor. Create an empty memo. Definition at line 44 of file pilotMemo.h. |
|
Constructor.
Create a memo in the Unfiled category with text Definition at line 50 of file pilotMemo.h. |
|
Constructor.
Create a memo with the category and attributes of the given record Definition at line 37 of file pilotMemo.cc. |
|
Constructor.
Create a memo with category and attributes from the argument Definition at line 67 of file pilotMemo.h. |
Member Function Documentation
|
Returns a (complete) title if there is one and [unknown] otherwise.
Definition at line 92 of file pilotMemo.cc. |
|
Return a "short but sensible" title. getTitle() returns the first line of the memo, which may be very long and inconvenient. shortTitle() returns about 30 characters. Definition at line 71 of file pilotMemo.cc. |
The documentation for this class was generated from the following files: