Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

MediaPlayerState Class Reference

#include </home/clem/local/src/opie/core/multimedia/opieplayer/mediaplayerstate.h>

Collaboration diagram for MediaPlayerState:

Collaboration graph
[legend]
List of all members.

Public Types

enum  DisplayType { Audio, Video, MediaSelection }

Public Slots

void setFullscreen (bool b)
void setScaled (bool b)
void setLooping (bool b)
void setShuffled (bool b)
void setPlaylist (bool b)
void setPaused (bool b)
void setPlaying (bool b)
void setPosition (long p)
void updatePosition (long p)
void setLength (long l)
void setView (char v)
void setPrev ()
void setNext ()
void setList ()
void setVideo ()
void setAudio ()
void toggleFullscreen ()
void toggleScaled ()
void toggleLooping ()
void toggleShuffled ()
void togglePlaylist ()
void togglePaused ()
void togglePlaying ()
void setIsStreaming (bool b)
void setIsSeekable (bool b)
void setFullscreen (bool b)
void setScaled (bool b)
void setLooping (bool b)
void setShuffled (bool b)
void setPaused (bool b)
void setPlaying (bool b)
void setStopped (bool b)
void setPosition (long p)
void updatePosition (long p)
void setLength (long l)
void setDisplayType (MediaPlayerState::DisplayType displayType)
void setBlanked (bool b)
void setVideoGamma (int v)
void setPrev ()
void setNext ()
void setList ()
void setVideo ()
void setAudio ()
void toggleFullscreen ()
void toggleScaled ()
void toggleLooping ()
void toggleShuffled ()
void togglePaused ()
void togglePlaying ()
void toggleBlank ()
void writeConfig (Config &cfg) const

Signals

void fullscreenToggled (bool)
void scaledToggled (bool)
void loopingToggled (bool)
void shuffledToggled (bool)
void playlistToggled (bool)
void pausedToggled (bool)
void playingToggled (bool)
void positionChanged (long)
void positionUpdated (long)
void lengthChanged (long)
void viewChanged (char)
void prev ()
void next ()
void fullscreenToggled (bool)
void scaledToggled (bool)
void loopingToggled (bool)
void shuffledToggled (bool)
void pausedToggled (bool)
void playingToggled (bool)
void stopToggled (bool)
void positionChanged (long)
void positionUpdated (long)
void lengthChanged (long)
void displayTypeChanged (MediaPlayerState::DisplayType type)
void isSeekableToggled (bool)
void blankToggled (bool)
void videoGammaChanged (int)
void prev ()
void next ()

Public Member Functions

 MediaPlayerState (QObject *parent, const char *name)
 ~MediaPlayerState ()
bool fullscreen ()
bool scaled ()
bool looping ()
bool shuffled ()
bool playlist ()
bool paused ()
bool playing ()
long position ()
long length ()
char view ()
MediaPlayerDecodernewDecoder (const QString &file)
MediaPlayerDecodercurDecoder ()
MediaPlayerDecoderlibMpeg3Decoder ()
 MediaPlayerState (QObject *parent, const char *name)
 ~MediaPlayerState ()
bool isStreaming () const
bool isSeekable () const
bool isFullscreen () const
bool isScaled () const
bool isLooping () const
bool isShuffled () const
bool isPaused () const
bool isPlaying () const
bool isStopped () const
long position () const
long length () const
DisplayType displayType () const

Public Attributes

bool isPaused
bool isStreaming

Private Member Functions

void loadPlugins ()
void readConfig (Config &cfg)
void writeConfig (Config &cfg) const
void readConfig (Config &cfg)

Private Attributes

bool isFullscreen
bool isScaled
bool isLooping
bool isShuffled
bool usePlaylist
bool isPlaying
long curPosition
long curLength
char curView
MediaPlayerDecoderdecoder
MediaPlayerDecoderlibmpeg3decoder
bool streaming: 1
bool seekable: 1
bool fullscreen: 1
bool scaled: 1
bool blanked: 1
bool looping: 1
bool shuffled: 1
bool paused: 1
bool playing: 1
bool stopped: 1
DisplayType m_displayType
int videoGamma

Member Enumeration Documentation

enum MediaPlayerState::DisplayType
 

Enumeration values:
Audio 
Video 
MediaSelection 

Definition at line 50 of file mediaplayerstate.h.


Constructor & Destructor Documentation

MediaPlayerState::MediaPlayerState QObject *  parent,
const char *  name
 

Definition at line 45 of file mediaplayerstate.cpp.

References loadPlugins(), and readConfig().

MediaPlayerState::~MediaPlayerState  ) 
 

Definition at line 53 of file mediaplayerstate.cpp.

References writeConfig().

MediaPlayerState::MediaPlayerState QObject *  parent,
const char *  name
 

MediaPlayerState::~MediaPlayerState  ) 
 


Member Function Documentation

void MediaPlayerState::blankToggled bool   )  [signal]
 

Referenced by setBlanked().

MediaPlayerDecoder * MediaPlayerState::curDecoder  ) 
 

Definition at line 116 of file mediaplayerstate.cpp.

References decoder.

Referenced by LoopControl::init(), VideoWidget::playVideo(), currentFrameObj::set(), LoopControl::setPaused(), MediaPlayer::setPlaying(), LoopControl::setPosition(), LoopControl::startAudio(), LoopControl::startVideo(), and LoopControl::stop().

MediaPlayerState::DisplayType MediaPlayerState::displayType  )  const
 

Definition at line 84 of file mediaplayerstate.cpp.

References m_displayType.

Referenced by PlayListWidgetGui::setActiveWindow().

void MediaPlayerState::displayTypeChanged MediaPlayerState::DisplayType  type  )  [signal]
 

Referenced by setDisplayType().

bool MediaPlayerState::fullscreen  )  [inline]
 

Definition at line 39 of file mediaplayerstate.h.

References isFullscreen().

Referenced by isFullscreen().

void MediaPlayerState::fullscreenToggled bool   )  [signal]
 

void MediaPlayerState::fullscreenToggled bool   )  [signal]
 

Referenced by setFullscreen().

bool MediaPlayerState::isFullscreen  )  const [inline]
 

Definition at line 57 of file mediaplayerstate.h.

References fullscreen().

Referenced by fullscreen(), readConfig(), setFullscreen(), toggleFullscreen(), and writeConfig().

bool MediaPlayerState::isLooping  )  const [inline]
 

Definition at line 59 of file mediaplayerstate.h.

References looping().

Referenced by looping(), readConfig(), setLooping(), toggleLooping(), and writeConfig().

bool MediaPlayerState::isPaused  )  const [inline]
 

Definition at line 61 of file mediaplayerstate.h.

References paused().

Referenced by paused(), readConfig(), setPaused(), and togglePaused().

bool MediaPlayerState::isPlaying  )  const [inline]
 

Definition at line 62 of file mediaplayerstate.h.

References playing().

Referenced by playing(), readConfig(), setPlaying(), and togglePlaying().

bool MediaPlayerState::isScaled  )  const [inline]
 

Definition at line 58 of file mediaplayerstate.h.

References scaled().

Referenced by readConfig(), scaled(), setScaled(), toggleScaled(), and writeConfig().

bool MediaPlayerState::isSeekable  )  const [inline]
 

Definition at line 56 of file mediaplayerstate.h.

References seekable.

void MediaPlayerState::isSeekableToggled bool   )  [signal]
 

Referenced by setIsSeekable().

bool MediaPlayerState::isShuffled  )  const [inline]
 

Definition at line 60 of file mediaplayerstate.h.

References shuffled().

Referenced by readConfig(), setShuffled(), shuffled(), toggleShuffled(), and writeConfig().

bool MediaPlayerState::isStopped  )  const [inline]
 

Definition at line 63 of file mediaplayerstate.h.

References stopped.

bool MediaPlayerState::isStreaming  )  const [inline]
 

Definition at line 55 of file mediaplayerstate.h.

References streaming.

Referenced by newDecoder().

long MediaPlayerState::length  )  const [inline]
 

Definition at line 65 of file mediaplayerstate.h.

References curLength.

long MediaPlayerState::length  )  [inline]
 

Definition at line 47 of file mediaplayerstate.h.

References curLength.

Referenced by AudioWidget::AudioWidget(), VideoWidget::setPosition(), AudioWidget::setPosition(), VideoWidget::sliderReleased(), AudioWidget::sliderReleased(), and VideoWidget::VideoWidget().

void MediaPlayerState::lengthChanged long   )  [signal]
 

void MediaPlayerState::lengthChanged long   )  [signal]
 

Referenced by setLength().

MediaPlayerDecoder * MediaPlayerState::libMpeg3Decoder  ) 
 

Definition at line 122 of file mediaplayerstate.cpp.

References libmpeg3decoder.

void MediaPlayerState::loadPlugins  )  [private]
 

Definition at line 131 of file mediaplayerstate.cpp.

References QValueList< T >::append(), QValueList< T >::begin(), QValueList< T >::clear(), QValueList< T >::count(), MediaPlayerPluginInterface::decoder(), MediaPlayerPlugin::decoder, MediaPlayerPluginInterface::encoder(), MediaPlayerPlugin::encoder, QValueList< T >::end(), QDir::entryList(), MediaPlayerPlugin::iface, IID_MediaPlayerPlugin, libmpeg3decoder, MediaPlayerPlugin::library, list, MediaPlayerDebug, QLibrary, QPEApplication::qpeDir(), QS_OK, and QLibrary::queryInterface().

Referenced by MediaPlayerState().

bool MediaPlayerState::looping  )  [inline]
 

Definition at line 41 of file mediaplayerstate.h.

References isLooping().

Referenced by isLooping().

void MediaPlayerState::loopingToggled bool   )  [signal]
 

void MediaPlayerState::loopingToggled bool   )  [signal]
 

Referenced by setLooping().

MediaPlayerDecoder * MediaPlayerState::newDecoder const QString file  ) 
 

Definition at line 99 of file mediaplayerstate.cpp.

References QValueList< T >::begin(), decoder, QValueList< T >::end(), FALSE, isStreaming(), NULL, and TRUE.

Referenced by MediaPlayer::setPlaying().

void MediaPlayerState::next  )  [signal]
 

void MediaPlayerState::next  )  [signal]
 

Referenced by setNext().

bool MediaPlayerState::paused  )  [inline]
 

Definition at line 44 of file mediaplayerstate.h.

References isPaused().

Referenced by isPaused().

void MediaPlayerState::pausedToggled bool   )  [signal]
 

void MediaPlayerState::pausedToggled bool   )  [signal]
 

Referenced by setPaused().

bool MediaPlayerState::playing  )  [inline]
 

Definition at line 45 of file mediaplayerstate.h.

References isPlaying().

Referenced by isPlaying().

void MediaPlayerState::playingToggled bool   )  [signal]
 

void MediaPlayerState::playingToggled bool   )  [signal]
 

Referenced by setPlaying().

bool MediaPlayerState::playlist  )  [inline]
 

Definition at line 43 of file mediaplayerstate.h.

References usePlaylist.

Referenced by PlayListWidget::addToSelection(), PlayListWidget::current(), PlayListWidget::first(), PlayListWidget::last(), PlayListWidget::next(), and PlayListWidget::prev().

void MediaPlayerState::playlistToggled bool   )  [signal]
 

Referenced by setPlaylist().

long MediaPlayerState::position  )  const [inline]
 

Definition at line 64 of file mediaplayerstate.h.

References curPosition.

long MediaPlayerState::position  )  [inline]
 

Definition at line 46 of file mediaplayerstate.h.

References curPosition.

Referenced by AudioWidget::AudioWidget(), VideoWidget::setLength(), AudioWidget::setLength(), LoopControl::setMute(), LoopControl::setPaused(), AudioWidget::skipBack(), AudioWidget::skipFor(), and VideoWidget::VideoWidget().

void MediaPlayerState::positionChanged long   )  [signal]
 

void MediaPlayerState::positionChanged long   )  [signal]
 

Referenced by setPosition().

void MediaPlayerState::positionUpdated long   )  [signal]
 

void MediaPlayerState::positionUpdated long   )  [signal]
 

Referenced by updatePosition().

void MediaPlayerState::prev  )  [signal]
 

void MediaPlayerState::prev  )  [signal]
 

Referenced by setPrev().

void MediaPlayerState::readConfig Config cfg  )  [private]
 

void MediaPlayerState::readConfig Config cfg  )  [private]
 

Definition at line 59 of file mediaplayerstate.cpp.

References curLength, curPosition, curView, FALSE, isFullscreen(), isLooping(), isPaused(), isPlaying(), isScaled(), isShuffled(), Config::readBoolEntry(), Config::setGroup(), TRUE, and usePlaylist.

Referenced by MediaPlayerState().

bool MediaPlayerState::scaled  )  [inline]
 

Definition at line 40 of file mediaplayerstate.h.

References isScaled().

Referenced by isScaled().

void MediaPlayerState::scaledToggled bool   )  [signal]
 

void MediaPlayerState::scaledToggled bool   )  [signal]
 

Referenced by setScaled().

void MediaPlayerState::setAudio  )  [slot]
 

void MediaPlayerState::setAudio  )  [inline, slot]
 

Definition at line 73 of file mediaplayerstate.h.

References setView().

void MediaPlayerState::setBlanked bool  b  )  [slot]
 

Definition at line 109 of file mediaplayerstate.cpp.

References blanked, and blankToggled().

Referenced by toggleBlank().

void MediaPlayerState::setDisplayType MediaPlayerState::DisplayType  displayType  )  [slot]
 

Definition at line 201 of file mediaplayerstate.cpp.

References displayTypeChanged(), and m_displayType.

Referenced by XineControl::play(), and PlayListWidgetGui::setActiveWindow().

void MediaPlayerState::setFullscreen bool  b  )  [slot]
 

void MediaPlayerState::setFullscreen bool  b  )  [inline, slot]
 

Definition at line 55 of file mediaplayerstate.h.

References fullscreenToggled(), and isFullscreen().

Referenced by VideoWidget::backToNormal(), MediaWidget::handleCommand(), VideoWidget::mouseMoveEvent(), VideoWidget::mouseReleaseEvent(), and toggleFullscreen().

void MediaPlayerState::setIsSeekable bool  b  )  [slot]
 

Definition at line 94 of file mediaplayerstate.cpp.

References isSeekableToggled(), and seekable.

Referenced by XineControl::play().

void MediaPlayerState::setIsStreaming bool  b  )  [slot]
 

Definition at line 90 of file mediaplayerstate.cpp.

References streaming.

void MediaPlayerState::setLength long  l  )  [slot]
 

void MediaPlayerState::setLength long  l  )  [inline, slot]
 

Definition at line 66 of file mediaplayerstate.h.

References curLength, and lengthChanged().

Referenced by LoopControl::init(), and XineControl::length().

void MediaPlayerState::setList  )  [slot]
 

void MediaPlayerState::setList  )  [inline, slot]
 

Definition at line 71 of file mediaplayerstate.h.

References FALSE, setPlaying(), and setView().

Referenced by MediaWidget::closeEvent(), VideoWidget::closeEvent(), AudioWidget::closeEvent(), MediaWidget::handleCommand(), AudioWidget::mouseMoveEvent(), MediaPlayer::next(), and MediaPlayer::prev().

void MediaPlayerState::setLooping bool  b  )  [slot]
 

void MediaPlayerState::setLooping bool  b  )  [inline, slot]
 

Definition at line 57 of file mediaplayerstate.h.

References isLooping(), and loopingToggled().

Referenced by MediaWidget::handleCommand(), AudioWidget::mouseMoveEvent(), and toggleLooping().

void MediaPlayerState::setNext  )  [slot]
 

void MediaPlayerState::setNext  )  [inline, slot]
 

Definition at line 70 of file mediaplayerstate.h.

References next().

Referenced by MediaWidget::handleCommand(), VideoWidget::keyReleaseEvent(), AudioWidget::keyReleaseEvent(), VideoWidget::mouseMoveEvent(), AudioWidget::mouseMoveEvent(), XineControl::nextMedia(), PlayListWidget::qcopReceive(), and LoopControl::timerEvent().

void MediaPlayerState::setPaused bool  b  )  [slot]
 

void MediaPlayerState::setPaused bool  b  )  [inline, slot]
 

Definition at line 60 of file mediaplayerstate.h.

References isPaused(), and pausedToggled().

Referenced by VideoWidget::mouseMoveEvent(), AudioWidget::mouseMoveEvent(), MediaPlayer::pauseCheck(), MediaPlayer::setPlaying(), and togglePaused().

void MediaPlayerState::setPlaying bool  b  )  [slot]
 

void MediaPlayerState::setPlaying bool  b  )  [inline, slot]
 

Definition at line 62 of file mediaplayerstate.h.

References isPlaying(), and playingToggled().

Referenced by PlayListWidget::addToSelection(), PlayListWidget::btnPlay(), MediaWidget::handleCommand(), VideoWidget::keyReleaseEvent(), AudioWidget::keyReleaseEvent(), VideoWidget::mouseMoveEvent(), AudioWidget::mouseMoveEvent(), XineControl::play(), MediaPlayer::play(), PlayListWidget::playIt(), PlayListWidget::qcopReceive(), PlayListWidget::setDocumentEx(), setList(), MediaPlayer::setPlaying(), LoopControl::timerEvent(), and togglePlaying().

void MediaPlayerState::setPlaylist bool  b  )  [inline, slot]
 

Definition at line 59 of file mediaplayerstate.h.

References playlistToggled(), and usePlaylist.

Referenced by togglePlaylist().

void MediaPlayerState::setPosition long  p  )  [slot]
 

void MediaPlayerState::setPosition long  p  )  [inline, slot]
 

Definition at line 64 of file mediaplayerstate.h.

References curPosition, and positionChanged().

Referenced by LoopControl::play(), LoopControl::setMute(), LoopControl::setPaused(), AudioWidget::skipBack(), AudioWidget::skipFor(), VideoWidget::sliderReleased(), and AudioWidget::sliderReleased().

void MediaPlayerState::setPrev  )  [slot]
 

void MediaPlayerState::setPrev  )  [inline, slot]
 

Definition at line 69 of file mediaplayerstate.h.

References prev().

Referenced by MediaWidget::handleCommand(), VideoWidget::keyReleaseEvent(), AudioWidget::keyReleaseEvent(), VideoWidget::mouseMoveEvent(), AudioWidget::mouseMoveEvent(), and PlayListWidget::qcopReceive().

void MediaPlayerState::setScaled bool  b  )  [slot]
 

void MediaPlayerState::setScaled bool  b  )  [inline, slot]
 

Definition at line 56 of file mediaplayerstate.h.

References isScaled(), and scaledToggled().

Referenced by toggleScaled().

void MediaPlayerState::setShuffled bool  b  )  [slot]
 

void MediaPlayerState::setShuffled bool  b  )  [inline, slot]
 

Definition at line 58 of file mediaplayerstate.h.

References isShuffled(), and shuffledToggled().

Referenced by toggleShuffled().

void MediaPlayerState::setStopped bool  b  )  [slot]
 

Definition at line 161 of file mediaplayerstate.cpp.

References stopped, and stopToggled().

void MediaPlayerState::setVideo  )  [slot]
 

void MediaPlayerState::setVideo  )  [inline, slot]
 

Definition at line 72 of file mediaplayerstate.h.

References setView().

void MediaPlayerState::setVideoGamma int  v  )  [slot]
 

Definition at line 185 of file mediaplayerstate.cpp.

References videoGamma, and videoGammaChanged().

void MediaPlayerState::setView char  v  )  [inline, slot]
 

Definition at line 67 of file mediaplayerstate.h.

References curView, and viewChanged().

Referenced by PlayListWidget::setActiveWindow(), setAudio(), setList(), MediaPlayer::setPlaying(), and setVideo().

bool MediaPlayerState::shuffled  )  [inline]
 

Definition at line 42 of file mediaplayerstate.h.

References isShuffled().

Referenced by isShuffled().

void MediaPlayerState::shuffledToggled bool   )  [signal]
 

void MediaPlayerState::shuffledToggled bool   )  [signal]
 

Referenced by setShuffled().

void MediaPlayerState::stopToggled bool   )  [signal]
 

Referenced by setStopped().

void MediaPlayerState::toggleBlank  )  [slot]
 

Definition at line 256 of file mediaplayerstate.cpp.

References blanked, and setBlanked().

void MediaPlayerState::toggleFullscreen  )  [slot]
 

void MediaPlayerState::toggleFullscreen  )  [inline, slot]
 

Definition at line 75 of file mediaplayerstate.h.

References isFullscreen(), and setFullscreen().

Referenced by PlayListWidget::pmViewActivated().

void MediaPlayerState::toggleLooping  )  [slot]
 

void MediaPlayerState::toggleLooping  )  [inline, slot]
 

Definition at line 77 of file mediaplayerstate.h.

References isLooping(), and setLooping().

Referenced by PlayListWidget::qcopReceive().

void MediaPlayerState::togglePaused  )  [slot]
 

void MediaPlayerState::togglePaused  )  [inline, slot]
 

Definition at line 80 of file mediaplayerstate.h.

References isPaused(), and setPaused().

Referenced by MediaWidget::handleCommand(), and PlayListWidget::qcopReceive().

void MediaPlayerState::togglePlaying  )  [slot]
 

void MediaPlayerState::togglePlaying  )  [inline, slot]
 

Definition at line 81 of file mediaplayerstate.h.

References isPlaying(), and setPlaying().

void MediaPlayerState::togglePlaylist  )  [inline, slot]
 

Definition at line 79 of file mediaplayerstate.h.

References setPlaylist(), and usePlaylist.

void MediaPlayerState::toggleScaled  )  [slot]
 

void MediaPlayerState::toggleScaled  )  [inline, slot]
 

Definition at line 76 of file mediaplayerstate.h.

References isScaled(), and setScaled().

void MediaPlayerState::toggleShuffled  )  [slot]
 

void MediaPlayerState::toggleShuffled  )  [inline, slot]
 

Definition at line 78 of file mediaplayerstate.h.

References isShuffled(), and setShuffled().

Referenced by PlayListWidget::qcopReceive().

void MediaPlayerState::updatePosition long  p  )  [slot]
 

void MediaPlayerState::updatePosition long  p  )  [inline, slot]
 

Definition at line 65 of file mediaplayerstate.h.

References curPosition, and positionUpdated().

Referenced by XineControl::position(), and LoopControl::timerEvent().

void MediaPlayerState::videoGammaChanged int   )  [signal]
 

Referenced by setVideoGamma().

char MediaPlayerState::view  )  [inline]
 

Definition at line 48 of file mediaplayerstate.h.

References curView.

Referenced by PlayListWidget::setActiveWindow().

void MediaPlayerState::viewChanged char   )  [signal]
 

Referenced by setView().

void MediaPlayerState::writeConfig Config cfg  )  const [slot]
 

void MediaPlayerState::writeConfig Config cfg  )  const [private]
 

Definition at line 75 of file mediaplayerstate.cpp.

References isFullscreen(), isLooping(), isScaled(), isShuffled(), Config::setGroup(), usePlaylist, and Config::writeEntry().

Referenced by ~MediaPlayerState().


Member Data Documentation

bool MediaPlayerState::blanked [private]
 

Definition at line 123 of file mediaplayerstate.h.

Referenced by setBlanked(), and toggleBlank().

long MediaPlayerState::curLength [private]
 

Definition at line 131 of file mediaplayerstate.h.

Referenced by length(), readConfig(), and setLength().

long MediaPlayerState::curPosition [private]
 

Definition at line 130 of file mediaplayerstate.h.

Referenced by position(), readConfig(), setPosition(), and updatePosition().

char MediaPlayerState::curView [private]
 

Definition at line 108 of file mediaplayerstate.h.

Referenced by readConfig(), setView(), and view().

MediaPlayerDecoder* MediaPlayerState::decoder [private]
 

Definition at line 110 of file mediaplayerstate.h.

Referenced by curDecoder(), and newDecoder().

bool MediaPlayerState::fullscreen [private]
 

Definition at line 121 of file mediaplayerstate.h.

Referenced by AudioWidget::AudioWidget(), VideoWidget::makeVisible(), VideoWidget::mouseReleaseEvent(), VideoWidget::paintEvent(), VideoWidget::playVideo(), VideoWidget::updateSlider(), and VideoWidget::VideoWidget().

bool MediaPlayerState::isFullscreen [private]
 

Definition at line 100 of file mediaplayerstate.h.

Referenced by AudioWidget::AudioWidget(), PlayListWidget::pmViewActivated(), and VideoWidget::VideoWidget().

bool MediaPlayerState::isLooping [private]
 

Definition at line 102 of file mediaplayerstate.h.

bool MediaPlayerState::isPaused
 

Definition at line 36 of file mediaplayerstate.h.

Referenced by VideoWidget::mouseMoveEvent(), and AudioWidget::mouseMoveEvent().

bool MediaPlayerState::isPlaying [private]
 

Definition at line 105 of file mediaplayerstate.h.

Referenced by AudioWidget::AudioWidget(), XineControl::position(), and VideoWidget::VideoWidget().

bool MediaPlayerState::isScaled [private]
 

Definition at line 101 of file mediaplayerstate.h.

bool MediaPlayerState::isShuffled [private]
 

Definition at line 103 of file mediaplayerstate.h.

bool MediaPlayerState::isStreaming
 

Definition at line 38 of file mediaplayerstate.h.

Referenced by AudioWidget::setView(), and LoopControl::startAudio().

MediaPlayerDecoder* MediaPlayerState::libmpeg3decoder [private]
 

Definition at line 111 of file mediaplayerstate.h.

Referenced by libMpeg3Decoder(), and loadPlugins().

bool MediaPlayerState::looping [private]
 

Definition at line 124 of file mediaplayerstate.h.

Referenced by PlayListWidget::first(), PlayListWidget::initializeStates(), PlayListWidget::last(), PlayListWidget::next(), MediaPlayer::next(), PlayListWidget::prev(), and MediaPlayer::prev().

DisplayType MediaPlayerState::m_displayType [private]
 

Definition at line 132 of file mediaplayerstate.h.

Referenced by displayType(), and setDisplayType().

bool MediaPlayerState::paused [private]
 

Definition at line 127 of file mediaplayerstate.h.

Referenced by MediaPlayer::setPlaying().

bool MediaPlayerState::playing [private]
 

Definition at line 128 of file mediaplayerstate.h.

Referenced by AudioWidget::AudioWidget(), PlayListWidget::initializeStates(), VideoWidget::keyReleaseEvent(), AudioWidget::keyReleaseEvent(), VideoWidget::mouseMoveEvent(), and MediaPlayer::pauseCheck().

bool MediaPlayerState::scaled [private]
 

Definition at line 122 of file mediaplayerstate.h.

Referenced by VideoWidget::playVideo().

bool MediaPlayerState::seekable [private]
 

Definition at line 120 of file mediaplayerstate.h.

Referenced by isSeekable(), and setIsSeekable().

bool MediaPlayerState::shuffled [private]
 

Definition at line 125 of file mediaplayerstate.h.

Referenced by PlayListWidget::initializeStates(), PlayListWidget::next(), and PlayListWidget::prev().

bool MediaPlayerState::stopped [private]
 

Definition at line 129 of file mediaplayerstate.h.

Referenced by isStopped(), and setStopped().

bool MediaPlayerState::streaming [private]
 

Definition at line 119 of file mediaplayerstate.h.

Referenced by isStreaming(), and setIsStreaming().

bool MediaPlayerState::usePlaylist [private]
 

Definition at line 126 of file mediaplayerstate.h.

Referenced by playlist(), readConfig(), setPlaylist(), togglePlaylist(), and writeConfig().

int MediaPlayerState::videoGamma [private]
 

Definition at line 133 of file mediaplayerstate.h.

Referenced by setVideoGamma().


The documentation for this class was generated from the following files:
Generated on Sat Nov 5 17:39:51 2005 for OPIE by  doxygen 1.4.2