Wt::Audio::Music Class Reference

#include <audio.h>

Inheritance diagram for Wt::Audio::Music:

Inheritance graph
[legend]
List of all members.

Public Member Functions

virtual ~Music ()
virtual int type () const

Protected Member Functions

 Music ()

Friends

class Audio

Detailed Description

Definition at line 201 of file audio.h.


Constructor & Destructor Documentation

Wt::Audio::Music::Music (  )  [protected]

Definition at line 122 of file audio.cpp.

00122 {}

Wt::Audio::Music::~Music (  )  [virtual]

Reimplemented in Wt::SDLMixer::Music.

Definition at line 123 of file audio.cpp.

00123 {}


Member Function Documentation

int Wt::Audio::Music::type (  )  const [virtual]

Reimplemented in Wt::SDLMixer::Music.

Definition at line 157 of file audio.cpp.

00157                            {
00158     return 0;
00159 }


Friends And Related Function Documentation

friend class Audio [friend]

Definition at line 202 of file audio.h.


The documentation for this class was generated from the following files:

Generated Fri Jul 28 19:25:50 2006.
Copyright © 1998-2003 by the respective authors.

This document is licensed under the terms of the GNU Free Documentation License and may be freely distributed under the conditions given by this license.