TryQtProj Class Reference

[Kangaroo Index] [Kangaroo Hierarchy] [Headers]


This Class is the base class for your application More...

#include <TryQtProj.h>

Inherits: QMainWindow (qt)

Public Members

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 |NAME|View is created which creates your view.


-init

construtor

-dealloc

destructor

-initMenuBar

initMenuBar creates the menu_bar and inserts the menuitems

-initToolBar

this creates the toolbars. Change the toobar look and add new toolbars in this

-initStatusBar

setup the statusbar

-initDoc

setup the document

-initView

setup the mainview

-queryExit

overloaded for Message box on last window exit

-statusCallback:

switch argument for Statusbar help entries on slot selection

-slotFileNew

generate a new document in the actual view

-slotFileOpen

open a document

-slotFileSave

save a document

-slotFileSaveAs

save a document under a different filename

-slotFileClose

close the actual file

-slotFilePrint

print the actual file

-slotFileQuit

exits the application

-slotEditCut

put the marked text/object into the clipboard and remove

-slotEditCopy

put the marked text/object into the clipboard

-slotEditPaste

paste the clipboard into the document

-slotViewToolBar

toggle the toolbar

-slotViewStatusBar

toggle the statusbar

-slotHelpAbout

shows an about dlg

-slotStatusHelpMsg:

change the status message of the whole statusbar temporary

TryQtProjView *view[private]

***************************************************************************\n ***************************************************************************\n


Documentation generated by duke@tipitina on Sat May 6 11:42:52 EDT 2000
Kdoc