QtSampleEditor Class Reference

[kooBase Index] [kooBase Hierarchy] [Headers]


Qt implementation of a sample editor copy these files (qtSampleEditor More...

#include <qtSampleEditor.h>

Inherits: QtEditor

Public Members

Public Slots


Detailed Description

Qt implementation of a sample editor copy these files (qtSampleEditor.h and qtSampleEditor.C) and adjust the things (like the defines _QTSAMPLE_H_, ..., the includes (donīt forget the moc-file), adjust the Makefile...) if unsure, see the Manual


QtSampleEditor(KbPart * kbpart) [public]

constructor, takes the part to be displayed as a parameter

void paintEvent( QPaintEvent * ) [public slot]

do all the painting here

void mousePressEvent( QMouseEvent * ) [public slot]

mouse is pressed here

void mouseMoveEvent( QMouseEvent * ) [public slot]

mouse is moved

void mouseReleaseEvent( QMouseEvent * ) [public slot]

mouse is released

void keyPressEvent( QKeyEvent * ) [public slot]

a key is pressed

void keyReleaseEvent( QKeyEvent * ) [public slot]

a key is released


  • Author: Jan Wuerthner ?
  • Version: 0.95 ?
  • Documentation generated by wuerthne@clouseau on Sat Feb 20 16:41:13 MST 1999
Kdoc