#include <view.h>
Public Types | |
| enum | Button { Play = 1, Stop = 2, Pause = 4, Seeker = 8, All = 255 } |
Public Slots | |
| void | setButtons (int) |
| bool | button (int) |
| void | showButton (int) |
| void | hideButton (int) |
| void | toggleButton (int) |
Signals | |
| void | buttonsChanged (int) |
Public Methods | |
| View (QWidget *parent, const char *name) | |
| int | buttons (void) |
Definition at line 33 of file kmediaplayer/view.h.
|
|
The Possible buttons that can appear in the UI.
Definition at line 43 of file kmediaplayer/view.h. |
|
||||||||||||
|
Your typical QWidget constructor. |
|
|
Returns if a particular button is being displayed. |
|
|
Return which buttons are being displayed. |
|
|
Emitted when the set of displayed buttons changes. |
|
|
Stop displaying a particular button. |
|
|
Set which buttons to display.
|
|
|
Display a particular button. |
|
|
Toggle the display of a particular button. |
1.2.18