CLAM-Development  1.1
Public Member Functions | Protected Member Functions | Protected Attributes
CLAM::BaseAudioApplication Class Reference

#include <BaseAudioApplication.hxx>

List of all members.

Public Member Functions

void Stop (void)

Protected Member Functions

 BaseAudioApplication ()
bool Canceled ()
virtual void Run (int argc=0, char **argv=0)
void Start (void)

Protected Attributes

bool cancel

Detailed Description

Definition at line 32 of file BaseAudioApplication.hxx.


Constructor & Destructor Documentation

Definition at line 40 of file BaseAudioApplication.cxx.

References cancel.


Member Function Documentation

bool CLAM::BaseAudioApplication::Canceled ( ) [inline, protected]

Definition at line 36 of file BaseAudioApplication.hxx.

References cancel.

void CLAM::BaseAudioApplication::Run ( int  argc = 0,
char **  argv = 0 
) [protected, virtual]

Reimplemented in CLAM::Win32ConsoleApp, and CLAM::AudioApplication.

Definition at line 63 of file BaseAudioApplication.cxx.

References Start(), and Stop().

void CLAM::BaseAudioApplication::Start ( void  ) [protected]

Definition at line 46 of file BaseAudioApplication.cxx.

References cancel, and NULL.

Referenced by Run(), and CLAM::Win32ConsoleApp::Run().

Definition at line 52 of file BaseAudioApplication.cxx.

References cancel, and NULL.

Referenced by Run(), and CLAM::Win32ConsoleApp::Run().


Member Data Documentation

Definition at line 47 of file BaseAudioApplication.hxx.

Referenced by BaseAudioApplication(), Canceled(), Start(), and Stop().


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