#include <controlKaffeine.h>
Public Member Functions | |
| cControlKaffeine () | |
| Constructor. | |
| ~cControlKaffeine () | |
| Destructor. | |
| bool | KaffeineIsRunning () |
| Returns if KAFFEINE is running. | |
| bool | KaffeineIsPlaying () |
| Returns if KAFFEINE is playing. | |
| QString | KaffeineGetTitle () |
| Gets Kaffeine song title. | |
| QString | KaffeineGetFileName () |
| Gets Kaffeine song title. | |
Private Attributes | |
| DCOPClient * | client |
| QString | title |
| QString | filename |
|
|
Constructor. Construct the class.
|
|
|
Destructor. Delete the class.
|
|
|
Gets Kaffeine song title. This methods gets and returns the filename of currently played song in KAFFEINE (WARNING: without extension!)
|
|
|
Gets Kaffeine song title. This methods gets and returns the tilte of currently played song in KAFFEINE (WARNING: only the title!!!)
|
|
|
Returns if KAFFEINE is playing.
|
|
|
Returns if KAFFEINE is running.
|
|
|
|
|
|
|
|
|
|
1.3.9.1