Miam-Player
0.8.0
A nice music player
Main Page
Namespaces
Classes
Files
File List
File Members
playbutton.h
Go to the documentation of this file.
1
#ifndef PLAYBUTTON_H
2
#define PLAYBUTTON_H
3
4
#include "
mediabutton.h
"
5
#include "
mediaplayer.h
"
6
12
class
MIAMCORE_LIBRARY
PlayButton
:
public
MediaButton
13
{
14
Q_OBJECT
15
private
:
16
MediaPlayer
*_mediaPlayer;
17
18
public
:
19
explicit
PlayButton
(QWidget *parent =
nullptr
);
20
21
void
setMediaPlayer(
MediaPlayer
*mediaPlayer);
22
};
23
24
#endif // PLAYBUTTON_H
PlayButton
The PlayButton class can change its icon automatically when the status of the player has changed...
Definition:
playbutton.h:12
MediaButton
The MediaButton class is useful for buttons like "Play", "Stop", etc.
Definition:
mediabutton.h:13
mediaplayer.h
mediabutton.h
MIAMCORE_LIBRARY
#define MIAMCORE_LIBRARY
Definition:
miamcore_global.h:10
MediaPlayer
The MediaPlayer class is a central class which controls local and remote sources. ...
Definition:
mediaplayer.h:22
src
Core
mediabuttons
playbutton.h
Generated on Thu Sep 29 2016 11:18:50 for Miam-Player by
1.8.11