class KPartEdApp
|
This Class is the base class for your application. More... |
|
|
Public Methods
Private Members
Detailed Description
This Class is the base class for your application. It sets up the main
window and providing a menubar, toolbar
and statusbar. For the main view, an instance of class KPartEdView is
created which creates your view.
construtor
destructor
setup the document
setup the mainview
overloaded for Message box on last window exit
[private]
view is the main widget which represents your working area. The View
class should handle all events of the view widget. It is kept empty so
you can create your view according to your application's needs by
changing the view class.
[private]
doc represents your actual document and is created only once. It keeps
information such as filename and does the serialization of your files.
Generated by: rich@pegasus on Mon Jul 16 00:25:18 2001, using kdoc 2.0a45. |