summaryrefslogtreecommitdiff
path: root/noncore/multimedia/opieplayer2/mediaplayerstate.h
Unidiff
Diffstat (limited to 'noncore/multimedia/opieplayer2/mediaplayerstate.h') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/multimedia/opieplayer2/mediaplayerstate.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/noncore/multimedia/opieplayer2/mediaplayerstate.h b/noncore/multimedia/opieplayer2/mediaplayerstate.h
index 163586b..d15894f 100644
--- a/noncore/multimedia/opieplayer2/mediaplayerstate.h
+++ b/noncore/multimedia/opieplayer2/mediaplayerstate.h
@@ -62,46 +62,44 @@ public:
62 bool isStopped() const { return stopped; } 62 bool isStopped() const { return stopped; }
63 long position() const { return curPosition; } 63 long position() const { return curPosition; }
64 long length() const { return curLength; } 64 long length() const { return curLength; }
65 char view() const { return curView; } 65 char view() const { return curView; }
66 66
67public slots: 67public slots:
68 void setIsStreaming( bool b ); 68 void setIsStreaming( bool b );
69 void setIsSeekable( bool b ); 69 void setIsSeekable( bool b );
70 void setFullscreen( bool b ); 70 void setFullscreen( bool b );
71 void setScaled( bool b ); 71 void setScaled( bool b );
72 void setLooping( bool b ); 72 void setLooping( bool b );
73 void setShuffled( bool b ); 73 void setShuffled( bool b );
74 void setUsingPlaylist( bool b );
75 void setPaused( bool b ); 74 void setPaused( bool b );
76 void setPlaying( bool b ); 75 void setPlaying( bool b );
77 void setStopped( bool b ); 76 void setStopped( bool b );
78 void setPosition( long p ); 77 void setPosition( long p );
79 void updatePosition( long p ); 78 void updatePosition( long p );
80 void setLength( long l ); 79 void setLength( long l );
81 void setView( char v ); 80 void setView( char v );
82 void setBlanked( bool b ); 81 void setBlanked( bool b );
83 void setVideoGamma( int v ); 82 void setVideoGamma( int v );
84 83
85 void setPrev(); 84 void setPrev();
86 void setNext(); 85 void setNext();
87 void setList(); 86 void setList();
88 void setVideo(); 87 void setVideo();
89 void setAudio(); 88 void setAudio();
90 89
91 void toggleFullscreen(); 90 void toggleFullscreen();
92 void toggleScaled(); 91 void toggleScaled();
93 void toggleLooping(); 92 void toggleLooping();
94 void toggleShuffled(); 93 void toggleShuffled();
95 void togglePlaylist();
96 void togglePaused(); 94 void togglePaused();
97 void togglePlaying(); 95 void togglePlaying();
98 void toggleBlank(); 96 void toggleBlank();
99 void writeConfig( Config& cfg ) const; 97 void writeConfig( Config& cfg ) const;
100 98
101 99
102signals: 100signals:
103 void fullscreenToggled( bool ); 101 void fullscreenToggled( bool );
104 void scaledToggled( bool ); 102 void scaledToggled( bool );
105 void loopingToggled( bool ); 103 void loopingToggled( bool );
106 void shuffledToggled( bool ); 104 void shuffledToggled( bool );
107 void playlistToggled( bool ); 105 void playlistToggled( bool );