QtFactory Class Reference

[kooBase Index] [kooBase Hierarchy] [Headers]


Qt Factory More...

#include <qtFactory.h>

Inherits: IfFactory

Public Members


Detailed Description

This Qt Class serves as a concrete implementation of a factory. Its methods create all possible aspects of the kooBase Qt GUI


QtFactory() [public]

Constructor.

IfMain * createMain(KbMain*,int,char**) [public virtual]

Creates the qt presentation of the main object.

IfTrack * createTrack(KbTrack*) [public virtual]

Creates the qt presentation of a track.

IfPart * createPart(KbPart*) [public virtual]

Creates the qt presentation of a part

IfPrefs * createPrefs() [public virtual]

Creates the qt presentation of the preferences

IfEditor * createScoreEditor(KbPart*) [public virtual]

Creates the qt presentation of the Score Editor

IfEditor * createPianoEditor(KbPart*) [public virtual]

Creates the qt presentation of the PianoRoll Editor

IfEditor * createDrumEditor(KbPart*) [public virtual]

Creates the qt presentation of the Drum Editor


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