player.cpp
void setState(int)
Implementers use this to control what users see as the current state.
Definition: player.cpp:65
void setLooping(bool)
Set whether the Player should continue playing at the beginning of the track when the end of the trac...
Definition: player.cpp:51
Player(TQObject *parent, const char *name)
This constructor is what to use when no GUI is required, as in the case of a KMediaPlayer/Engine.
Definition: player.cpp:39