#include <file.h>
Inheritance diagram for File:


Public Member Functions | |
| File (LitUrl url, QObject *receiver, QString slot, MainWindow *parent, const char *name) | |
| ~File () | |
Protected Slots | |
| virtual void | setWorkingGui (bool work) |
| virtual void | setReadonlyGui (bool ro) |
| virtual void | setInvalidGui (bool inv) |
| virtual void | insertNote () |
| virtual void | deleteNote () |
| virtual void | createNote () |
| virtual void | addToProject () |
| virtual void | nextFile () |
| virtual void | prevFile () |
| virtual void | showPart () |
Protected Member Functions | |
| bool | setData () |
| void | initToolBar () |
Protected Attributes | |
| FileForm * | fileform |
| QToolBar * | toolbar |
| QAction * | insertNoteAction |
| QAction * | createNoteAction |
| QAction * | deleteNoteAction |
| QAction * | runApplicationAction |
| QAction * | addToProjectAction |
| QAction * | showPartAction |
| QAction * | nextFileAction |
| QAction * | prevFileAction |
| FillLinkListBox * | filllink |
Private Member Functions | |
| File (const File &) | |
| File & | operator= (const File &) |
|
|
|
|
||||||||||||||||||||||||
|
Definition at line 57 of file file.cpp. References fileform, initToolBar(), FileForm::memo, and setData(). |
|
|
Definition at line 117 of file file.cpp. References fileform, FileForm::memo, ReadOnlyFormBase::no(), ReadOnlyFormBase::url(), and ReadWriteFormBase::write(). |
|
|
Definition at line 282 of file file.cpp. References ReadOnlyFormBase::no(), SelectItem::setData(), ReadOnlyFormBase::url(), and SelectItem::url(). Referenced by initToolBar(). |
|
|
Definition at line 278 of file file.cpp. References ReadWriteFormBase::newNote(), and ReadOnlyFormBase::url(). Referenced by initToolBar(). |
|
|
Definition at line 274 of file file.cpp. References ReadWriteFormBase::deleteLink(), fileform, FileForm::links, ReadOnlyFormBase::url(), and LinkListBox::url(). Referenced by initToolBar(). |
|
|
Reimplemented from ReadWriteFormBase. Definition at line 69 of file file.cpp. References addToProject(), addToProjectAction, createNote(), deleteNote(), insertNote(), loadPixmap(), ReadOnlyFormBase::mainWindow(), nextFile(), nextFileAction, prevFile(), prevFileAction, ReadOnlyFormBase::roMenu(), runApplicationAction, showPart(), and showPartAction. Referenced by File(). |
|
|
Definition at line 267 of file file.cpp. References ReadWriteFormBase::createLink(), ReadOnlyFormBase::url(), and SelectNote::url(). Referenced by initToolBar(). |
|
|
Definition at line 292 of file file.cpp. Referenced by initToolBar(). |
|
|
|
|
|
Definition at line 299 of file file.cpp. Referenced by initToolBar(). |
|
|
A virtual method. Loads the data record and fills the form.
Reimplemented from ReadWriteFormBase. Definition at line 128 of file file.cpp. References FileForm::created, fileform, FileForm::filename, FileForm::links, loadPixmap(), FileForm::memo, FileForm::modified, ReadOnlyFormBase::no(), ReadWriteFormBase::setData(), setReadonlyGui(), ReadOnlyFormBase::setValid(), setWorkingGui(), FileForm::splitter, and ReadOnlyFormBase::url(). Referenced by File(). |
|
|
Reimplemented from ReadWriteFormBase. Definition at line 261 of file file.cpp. References ReadWriteFormBase::setInvalidGui(), setReadonlyGui(), and setWorkingGui(). |
|
|
Reimplemented from ReadWriteFormBase. Definition at line 255 of file file.cpp. References fileform, FileForm::filename, and ReadWriteFormBase::setReadonlyGui(). Referenced by setData(), and setInvalidGui(). |
|
|
Reimplemented from ReadWriteFormBase. Definition at line 250 of file file.cpp. References fileform, FileForm::links, and ReadWriteFormBase::setWorkingGui(). Referenced by setData(), and setInvalidGui(). |
|
|
Definition at line 306 of file file.cpp. Referenced by initToolBar(). |
|
|
Definition at line 42 of file file.h. Referenced by initToolBar(). |
|
|
|
|
|
|
|
|
Definition at line 36 of file file.h. Referenced by deleteNote(), File(), setData(), setReadonlyGui(), setWorkingGui(), and ~File(). |
|
|
|
|
|
|
|
|
Definition at line 44 of file file.h. Referenced by initToolBar(). |
|
|
Definition at line 45 of file file.h. Referenced by initToolBar(). |
|
|
Definition at line 41 of file file.h. Referenced by initToolBar(). |
|
|
Definition at line 43 of file file.h. Referenced by initToolBar(). |
|
|
|
1.3.6-20040222