QtMain Class Reference

[kooBase Index] [kooBase Hierarchy] [Headers]


main presentation (and visualization) of the kooBase main object. More...

#include <qtMain.h>

Inherits: KTopLevelWidget, IfMain

Public Members

Public Slots

Protected Members


Detailed Description

main presentation (and visualization) of the kooBase main object.


QtMain( const char * name, KApplication * app, KbMain * kbmain, int argc=0, char ** argv=0 ) [public]

Constructor for the presentation of the main kooBase object.

Parameters:
argv command line arguments
app holds the application object
name given to KTopLevelWidget
kbmain holds the (non visual) kooBase main object
argc command line arguments
See Also:
KbMain, IfMain, IfFactory, QtFactory

void exec() [public virtual]

to invoke the graphical presentation. This is called by in kbMain.C and delegated to the exec method of the kooBase object (of type KApplication)

See Also:
KbMain::KbMain, QtFactory::createMain

void update() [public virtual]

updates the presentation in the main window!

void createPrefs() [public]

creates preferences

void createAuthors() [public]

create Bonus about Authors ;-)

int gPos() [public]

returns the current time position (in midi ticks)

int gTrackHeight() [public]

returns the track height

int gTrackWidth() [public]

returns the track width

QStrList * gDevList() [public]

returns the string list with the device names

void adjustHeight() [public]

adjusts the visualization of the tracks when the hight is changed

int gBarNum() [public]

returns the number of bars that shall be presented in the part canvas

int gBarOff() [public]

returns the bar offset that shall be presented in the part canvas

QWidget * gLeft() [public]

returns the canvas in which the tracks are displayed (on the left). For internal use only

QtPartCanvas * gPartCanvas() [public]

returns the canvas in which the parts are displayed (on the right). For internal use only

void msg(char * txt) [public]

lets message appear in the status line

void tbMenu(int) [public slot]

runs the tasks from the toolbar

void panelMenu(int) [public slot]

runs the tasks from the panel

void playExit() [public slot virtual]

communicates with the play process


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