Main Page   Modules   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members  

QtMod Class Reference

The main window of the QtMod application. More...

#include <QtMod.h>

Inheritance diagram for QtMod

Inheritance graph
[legend]
Collaboration diagram for QtMod:

Collaboration graph
[legend]
List of all members.

Public Methods

 QtMod (QWidget* parent = 0, const char* name = "QtMod")
 ~QtMod ()
void Load (const QString& filename)
 Load a module and prepare it for playback.
Parameters:
filename   The name of a module to load.



Public Slots

void OnLoadModule ()
void OnCreateNewModule ()
 Create a new module with 1 pattern. More...

void OnAbout ()
 Display a message box with information about the application.

void OnConfig ()
void OnPlayList ()
void OnComments ()
void OnPlay ()
 Start playing the module.

void OnStop ()
 Stop playing the module.

void OnPause ()
 Pause playback of the module.

void OnNewOrder ()
void OnNewRow ()
void OnNewBpm ()
void OnNewSpeed ()
void OnNewVolume ()
void OnEnd ()
void OnSliderChange (int value)

Signals

void PlayerStarted ()

Detailed Description

The main window of the QtMod application.


Member Function Documentation

void QtMod::OnCreateNewModule ( ) [slot]
 

Create a new module with 1 pattern.

Need to be able to add samples, instruments and more patterns to the module.

Perhaps I should create a new specialist Module for creating new modules. I think that MikMod has its own internal module format.


The documentation for this class was generated from the following files:
Generated at Mon Nov 27 01:47:10 2000 for LibPenguinPlay by doxygen1.2.3 written by Dimitri van Heesch, © 1997-2000