KdiffDoc Class Reference

[Kdiff Index] [Kdiff 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 <kdiffdoc.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.


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

Constructor for the fileclass of the application

~KdiffDoc() [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 bantu@scotty on Mon Feb 8 21:33:38 MET 1999
Kdoc