svcore  1.9
PlayParameterRepository Class Reference

#include <PlayParameterRepository.h>

Collaboration diagram for PlayParameterRepository:

List of all members.

Classes

class  EditCommand

Signals

void playParametersChanged (PlayParameters *)
void playClipIdChanged (const Playable *, QString)

Public Member Functions

virtual ~PlayParameterRepository ()
void addPlayable (const Playable *playable)
void removePlayable (const Playable *playable)
void copyParameters (const Playable *from, const Playable *to)
PlayParametersgetPlayParameters (const Playable *playable)
void clear ()

Static Public Member Functions

static PlayParameterRepositorygetInstance ()

Protected Types

typedef std::map< const
Playable *, PlayParameters * > 
PlayableParameterMap

Protected Slots

void playParametersChanged ()
void playClipIdChanged (QString)

Protected Attributes

PlayableParameterMap m_playParameters

Static Protected Attributes

static PlayParameterRepositorym_instance = new PlayParameterRepository

Detailed Description

Definition at line 29 of file PlayParameterRepository.h.


Member Typedef Documentation

typedef std::map<const Playable *, PlayParameters *> PlayParameterRepository::PlayableParameterMap [protected]

Definition at line 74 of file PlayParameterRepository.h.


Constructor & Destructor Documentation


Member Function Documentation

void PlayParameterRepository::copyParameters ( const Playable from,
const Playable to 
)

Definition at line 93 of file PlayParameterRepository.cpp.

References m_playParameters.

Referenced by addPlayable(), and copyParameters().

Definition at line 120 of file PlayParameterRepository.cpp.

References m_playParameters.

void PlayParameterRepository::playClipIdChanged ( const Playable ,
QString   
) [signal]

Referenced by addPlayable(), and playClipIdChanged().

Definition at line 100 of file PlayParameterRepository.cpp.

Referenced by addPlayable().

void PlayParameterRepository::playClipIdChanged ( QString  id) [protected, slot]

Definition at line 107 of file PlayParameterRepository.cpp.

References m_playParameters, and playClipIdChanged().


Member Data Documentation


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