KDDDLLDoc Class Reference

[KDDDLL Index] [KDDDLL Heirarchy]


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

#include <kdddlldoc.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.


KDDDLLDoc(QObject*, const char *filename=0L)

Constructor for the fileclass of the application

~KDDDLLDoc()

Destructor for the fileclass of the application

bool isModified()

returns the value of the modified flag

void deleteContents()

deletes the current document contents

void saveFile()

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

void openFile()

opens the file after a file is selected

void setModified(bool m= true)

sets the modified flag


Documentation generated by dboffice@home on Tue Mar 2 19:33:13 CET 1999
Kdoc