|
|
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
void |
initializes all QActions of the application
void |
initMenuBar creates the menu_bar and inserts the menuitems
void |
this creates the toolbars. Change the toobar look and add new toolbars in this function
void |
setup the statusbar
void |
setup the document
void |
setup the mainview
bool |
overloaded for Message box on last window exit
void |
[slot]
generate a new document in the actual view
void |
[slot]
open a document
void |
[slot]
save a document
void |
[slot]
save a document under a different filename
void |
[slot]
close the actual file
void |
[slot]
print the actual file
void |
[slot]
exits the application
void |
[slot]
put the marked text/object into the clipboard and remove it from the document
void |
[slot]
put the marked text/object into the clipboard
void |
[slot]
paste the clipboard into the document
void |
[slot]
toggle the toolbar
void |
[slot]
toggle the statusbar
void |
[slot]
shows an about dlg
KPartEdView * |
[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.
KPartEdDoc * |
[private]
doc represents your actual document and is created only once. It keeps information such as filename and does the serialization of your files.
QPopupMenu * |
[private]
file_menu contains all items of the menubar entry "File"
QPopupMenu * |
[private]
edit_menu contains all items of the menubar entry "Edit"
QPopupMenu * |
[private]
view_menu contains all items of the menubar entry "View"
QPopupMenu * |
[private]
view_menu contains all items of the menubar entry "Help"
QToolBar * |
[private]
the main toolbar
QAction * |
[private]
actions for the application initialized in initActions() and used to en/disable them according to your needs during the program
QAction * |
[private]
QAction * |
[private]
QAction * |
[private]
QAction * |
[private]
QAction * |
[private]
QAction * |
[private]
QAction * |
[private]
QAction * |
[private]
QAction * |
[private]
QAction * |
[private]
QAction * |
[private]
QAction * |
[private]
Generated by: rich@pegasus on Fri Jul 13 17:33:54 2001, using kdoc 2.0a45. |