Kblackjack Class Reference

[Kblackjack Index] [Kblackjack Hierarchy] [Headers]


The implementation and documentation is only an example,you must change it for your own program :) More...

#include <kblackjack.h>

Inherits: KTMainWindow

Public Members

Protected Slots


Detailed Description

The implementation and documentation is only an example,you must change it for your own program :)


Kblackjack() [public]

construtor

~Kblackjack() [public]

destructor

void init() [public]

the init-method call all other initxxx-methods and initiate some other stuff

void initMenu() [public]

setup the menu

void initToolbar() [public]

setup the toolbar

void initStatusBar() [public]

setup the statusbar

void slotFileNew() [protected slot]

generate a new document

void slotFileOpen() [protected slot]

open a document

void slotFileSave() [protected slot]

save a document

void slotFileSaveAs() [protected slot]

save a document under a different filename

void slotEditCut() [protected slot]

put the marked text/object into the clipboard and remove it from the document

void slotEditCopy() [protected slot]

put the marked text/object into the clipboard

void slotEditPaste() [protected slot]

paste the clipboard into the document

void slotToolbarClicked(int item) [protected slot]

is called if the toolbar was clicked

Parameters:
item the index for the button,which was clicked

void slotViewTToolbar() [protected slot]

toggle the toolbar

void slotViewTStatusbar() [protected slot]

toggle the statusbar


Documentation generated by root@berlinux on Fre Nov 27 17:16:16 CET 1998
Kdoc