KEasyCDDoc Class Reference

[KEasyCD Index] [KEasyCD Hierarchy] [Headers]


This class provides base functionality for your application document such as file creation, saving and closing by serialization of a QFile Object More...

#include <keasycddoc.h>

Inherits: QObject

Public Members

Public Slots


Detailed Description

This class provides base functionality for your application document such as file creation, saving and closing by serialization of a QFile Object.


KEasyCDDoc(QObject*, const char *filename=0L) [public]

Constructor for the fileclass of the application

~KEasyCDDoc() [public]

Destructor for the fileclass of the application

bool isModified() [public]

returns the value of the modified flag

void deleteContents() [public]

deletes the current document contents

void saveFile() [public]

saves the document to a file. If a file already exists and is created, it

void openFile() [public]

opens the file after a file is selected

void setModified(bool m= true) [public slot]

sets the modified flag


Documentation generated by marcel@marcel on Sun Feb 7 09:35:04 MET 1999
Kdoc