KDDDLLView Class Reference

[KDDDLL Index] [KDDDLL Heirarchy]


This class provides an incomplete base for your application view More...

#include <kdddllview.h>

Inherits: QWidget

Public Members

Public Slots

Protected Members


Detailed Description

This class provides an incomplete base for your application view. This also requires a new implementation of resizeEvent so your view is displayed correctly. Your View Widget should provide methods to handle the users actions on the view and interact with the doc class of the application to set the modified flag for the document. Example: You decided to use a QMultilineEdit widget in your view. This Widget emits a signal textChaged() if the user changes the text. Then, you could use this signal to connect to the slot of the doc class to set the


KDDDLLView(QWidget *parent = 0, const char *name = 0)

Constructor for the main view

virtual ~KDDDLLView()

Destructor for the main view

void slotEditCut()

put the marked text/object into the clipboard and remove

void slotEditCopy()

put the marked text/object into the clipboard

void slotEditPaste()

paste the clipboard into the document

virtual void resizeEvent(QResizeEvent *evt)

resizeEvent for the main view


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