Planeshift
Public Member Functions | Public Attributes

SoundQueueItem Class Reference

Queue object for. More...

#include <queue.h>

List of all members.

Public Member Functions

 SoundQueueItem (const char *file)
 Constructor.
 SoundQueueItem (const char *file)
 Constructor.
 ~SoundQueueItem ()
 Destructor.
 ~SoundQueueItem ()
 Destructor.

Public Attributes

csString filename
 a filename of a file which may exist within our vfs */
SoundHandlehandle
 pointer to its SoundHandle - not guaranteed to be valid */

Detailed Description

Queue object for.

See also:
SoundQueue. These objects are used by
SoundQueue and represent a single sound to be be be played.

Definition at line 39 of file queue.h.


Constructor & Destructor Documentation

SoundQueueItem::SoundQueueItem ( const char *  file)

Constructor.

Parameters:
filename of a file which may exist within our vfs
SoundQueueItem::~SoundQueueItem ( )

Destructor.

SoundQueueItem::SoundQueueItem ( const char *  file)

Constructor.

Parameters:
filename of a file which may exist within our vfs
SoundQueueItem::~SoundQueueItem ( )

Destructor.


Member Data Documentation

a filename of a file which may exist within our vfs */

Definition at line 42 of file queue.h.

pointer to its SoundHandle - not guaranteed to be valid */

Definition at line 43 of file queue.h.


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