summaryrefslogtreecommitdiff
path: root/noncore/multimedia/opieplayer2/mediaplayerstate.cpp
Unidiff
Diffstat (limited to 'noncore/multimedia/opieplayer2/mediaplayerstate.cpp') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/multimedia/opieplayer2/mediaplayerstate.cpp57
1 files changed, 0 insertions, 57 deletions
diff --git a/noncore/multimedia/opieplayer2/mediaplayerstate.cpp b/noncore/multimedia/opieplayer2/mediaplayerstate.cpp
index 85d9bac..0d21027 100644
--- a/noncore/multimedia/opieplayer2/mediaplayerstate.cpp
+++ b/noncore/multimedia/opieplayer2/mediaplayerstate.cpp
@@ -90,59 +90,2 @@ void MediaPlayerState::writeConfig( Config& cfg ) const {
90 90
91
92// public stuff
93
94
95bool MediaPlayerState::isStreaming() const {
96 return streaming;
97}
98
99bool MediaPlayerState::isSeekable() const {
100 return seekable;
101}
102
103bool MediaPlayerState::isFullscreen() const {
104 return fullscreen;
105}
106
107bool MediaPlayerState::isScaled() const {
108 return scaled;
109}
110
111bool MediaPlayerState::isLooping() const {
112 return looping;
113}
114
115bool MediaPlayerState::isShuffled() const {
116 return shuffled;
117}
118
119
120bool MediaPlayerState::isUsingPlaylist() const {
121 return usePlaylist;
122}
123
124bool MediaPlayerState::isPaused() const {
125 return paused;
126}
127
128bool MediaPlayerState::isPlaying() const {
129 return playing;
130}
131
132bool MediaPlayerState::isStop() const {
133 return stoped;
134}
135
136long MediaPlayerState::position() const {
137 return curPosition;
138}
139
140long MediaPlayerState::length() const {
141 return curLength;
142}
143
144char MediaPlayerState::view() const {
145 return curView;
146}
147
148// slots 91// slots