[KEasyCD Index] [KEasyCD Hierarchy] [Headers]
This class provides an incomplete base for your application view More...
#include <keasycdview.h>
Inherits: QWidget
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
[public]
Constructor for the main view
[public virtual]
Destructor for the main view
[public slot]
put the marked text/object into the clipboard and remove
[public slot]
put the marked text/object into the clipboard
[public slot]
paste the clipboard into the document
[protected virtual]
resizeEvent for the main view
Documentation generated by marcel@marcel on Sun Feb 7 09:35:04 MET 1999 | Kdoc |