#include <note.h>
Inheritance diagram for Note:
Public Slots | |
virtual void | deleteRec () |
virtual void | insertNote () |
virtual void | deleteNote () |
Public Member Functions | |
Note (LitUrl url, QObject *receiver, QString slot, MainWindow *parent, const char *name) | |
~Note () | |
Protected Slots | |
virtual void | setWorkingGui (bool work) |
virtual void | setReadonlyGui (bool ro) |
virtual void | setInvalidGui (bool inv) |
Protected Member Functions | |
bool | setData () |
void | initToolBar () |
QListViewItem * | addNoteTree (QString where, QListViewItem *par=0L, bool emph=false) |
Protected Attributes | |
NoteForm * | noteform |
QToolBar * | toolbar |
FillLinkListBox * | filllink_note |
FillLinkListBox * | filllink_author |
FillLinkListBox * | filllink_publ |
FillLinkListBox * | filllink_part |
FillLinkListBox * | filllink_partdata |
QAction * | insertNoteAction |
QAction * | deleteNoteAction |
Private Member Functions | |
Note (const Note &) | |
Note & | operator= (const Note &) |
|
|
|
Definition at line 42 of file note.cpp. References initToolBar(), NoteForm::memo, noteform, and setData(). |
|
Definition at line 71 of file note.cpp. References ReadWriteFormBase::write(). |
|
Definition at line 76 of file note.cpp. References NoteForm::links, loadPixmap(), noteform, LinkListBoxItem::setBackgroundColor(), LinkListBoxItem::setOrderPrefix(), and LinkListBoxItem::setTextColor(). Referenced by setData(). |
|
Definition at line 198 of file note.cpp. References ReadWriteFormBase::deleteLink(), NoteForm::links, noteform, ReadOnlyFormBase::url(), and LinkListBox::url(). Referenced by initToolBar(). |
|
Deletes the record. Reimplemented from ReadWriteFormBase. Definition at line 179 of file note.cpp. References ReadWriteFormBase::deleteRec(), ReadOnlyFormBase::isValid(), ReadOnlyFormBase::no(), and ReadOnlyFormBase::url(). |
|
Reimplemented from ReadWriteFormBase. Definition at line 54 of file note.cpp. References deleteNote(), insertNote(), loadPixmap(), ReadOnlyFormBase::mainWindow(), and ReadOnlyFormBase::roMenu(). Referenced by Note(). |
|
Definition at line 191 of file note.cpp. References ReadWriteFormBase::createLink(), ReadOnlyFormBase::url(), and SelectNote::url(). Referenced by initToolBar(). |
|
|
|
A virtual method. Loads the data record and fills the form.
Reimplemented from ReadWriteFormBase. Definition at line 92 of file note.cpp. References addNoteTree(), NoteForm::created, filllink_author, filllink_note, filllink_part, filllink_partdata, filllink_publ, NoteForm::links, loadPixmap(), NoteForm::memo, NoteForm::modified, noteform, ReadWriteFormBase::setData(), setReadonlyGui(), ReadOnlyFormBase::setValid(), setWorkingGui(), NoteForm::title, and ReadOnlyFormBase::url(). Referenced by Note(). |
|
Reimplemented from ReadWriteFormBase. Definition at line 173 of file note.cpp. References ReadWriteFormBase::setInvalidGui(), setReadonlyGui(), and setWorkingGui(). |
|
Reimplemented from ReadWriteFormBase. Definition at line 167 of file note.cpp. References NoteForm::memo, noteform, ReadWriteFormBase::setReadonlyGui(), and NoteForm::title. Referenced by setData(), and setInvalidGui(). |
|
Reimplemented from ReadWriteFormBase. Definition at line 162 of file note.cpp. References NoteForm::links, noteform, and ReadWriteFormBase::setWorkingGui(). Referenced by setData(), and setInvalidGui(). |
|
|
|
Definition at line 39 of file note.h. Referenced by setData(). |
|
Definition at line 38 of file note.h. Referenced by setData(). |
|
Definition at line 41 of file note.h. Referenced by setData(). |
|
Definition at line 42 of file note.h. Referenced by setData(). |
|
Definition at line 40 of file note.h. Referenced by setData(). |
|
|
|
Definition at line 36 of file note.h. Referenced by addNoteTree(), deleteNote(), Note(), setData(), setReadonlyGui(), and setWorkingGui(). |
|
|