class K2dGrFlowDoc
|
*
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. More... |
|
|
Public Methods
Public Slots
Public Members
Private Methods
Private Members
*
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. *
*
*************************************************************************
K2dGrFlowDoc (QWidget *parent, const char *name=0)
| K2dGrFlowDoc |
~K2dGrFlowDoc ()
| ~K2dGrFlowDoc |
void setModified (bool _m=true)
| setModified |
bool isModified ()
| isModified |
bool saveModified ()
| saveModified |
void deleteContents ()
| deleteContents |
bool newDocument ()
| newDocument |
void closeDocument ()
| closeDocument |
bool openDocument (const KURL& url, const char *format=0)
| openDocument |
bool saveDocument (const KURL& url, const char *format=0)
| saveDocument |
[const]
void setURL (const KURL& url)
| setURL |
get the d parameter from disk
void put_d (const double)
| put_d |
write d parameter to disk
get the domain from disk
write the domain to disk
void slotUpdateAllViews (K2dGrFlowView *sender)
| slotUpdateAllViews |
[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.
[private]
[private]
[private]
[private]
grouping of identical coding in one function, for use in get_domain method
Generated by: benny@okidoki on Thu Jun 21 10:41:51 2001, using kdoc 2.0a53. |