|
|
* This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. * * *************************************************************************
|
Constructor for the fileclass of the application
~ |
Destructor for the fileclass of the application
void |
adds a view to the document which represents the document contents. Usually this is your main view.
void |
removes a view from the list of currently connected views
void |
sets the modified flag for the document after a modifying action on the view connected to the document.
bool |
returns if the document is modified or not. Use this to determine if your document needs saving by the user on closing.
bool |
"save modified" - asks the user for saving if the document is modified
void |
deletes the document's contents
bool |
initializes the document generally
void |
closes the acutal document
bool |
loads the document by filename and format and emits the updateViews() signal
bool |
saves the document under filename and format.
void |
sets the path to the file connected with the document
const QString & |
[const]
returns the pathname of the current document file
void |
sets the filename of the document
const QString & |
[const]
returns the title of the document
void |
[slot]
calls repaint() on all views connected to the document object and is called by the view by which the document has been changed. As this view normally repaints itself, it is excluded from the paintEvent.
static QList<KFileCoderView> * |
the list of the views currently connected to the document
bool |
[private]
the modified flag of the current document
Generated by: root@celeron433 on Mon Mar 13 18:03:01 2000, using kdoc 2.0a35. |