class KalbumDoc
|
*
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 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. *
*
*************************************************************************
KalbumDoc (QWidget *parent, const char *name=0)
| KalbumDoc |
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 |
void slotUpdateAllViews (KalbumView *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]
Generated by: graham on paldandy on Sun Sep 8 19:50:51 2002, using kdoc 2.0a53. |