KMediaPlayer::View Class Reference
View is part of the user interface of a Player. More...
#include <view.h>
Inheritance diagram for KMediaPlayer::View:


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 Member Functions | |
View (QWidget *parent, const char *name) | |
int | buttons (void) |
QWidget * | videoWidget () |
Protected Member Functions | |
void | setVideoWidget (QWidget *videoWidget) |
Detailed Description
View is part of the user interface of a Player.
Definition at line 34 of file kmediaplayer/view.h.
Member Enumeration Documentation
|
The Possible buttons that can appear in the UI.
Definition at line 44 of file kmediaplayer/view.h. |
Constructor & Destructor Documentation
|
Your typical QWidget constructor.
Definition at line 33 of file view.cpp. Referenced by View(). |
Member Function Documentation
|
Return which buttons are being displayed.
|
|
Return the QWidget in which video is displayed. May Return 0L if there is none. |
|
Set which buttons to display.
Definition at line 50 of file view.cpp. References buttonsChanged(), and setButtons(). Referenced by hideButton(), setButtons(), showButton(), and toggleButton(). |
|
Returns if a particular button is being displayed.
Definition at line 59 of file view.cpp. References button(). Referenced by button(). |
|
Display a particular button.
Definition at line 64 of file view.cpp. References setButtons(), and showButton(). Referenced by showButton(). |
|
Stop displaying a particular button.
Definition at line 69 of file view.cpp. References hideButton(), and setButtons(). Referenced by hideButton(). |
|
Toggle the display of a particular button.
Definition at line 74 of file view.cpp. References setButtons(), and toggleButton(). Referenced by toggleButton(). |
|
Emitted when the set of displayed buttons changes.
Referenced by setButtons(). |
|
The implementing view should set the widget in which the video will be displayed. KMediaPlayer users may reparent() it to somewhere else, for example. Definition at line 79 of file view.cpp. References setVideoWidget(). Referenced by setVideoWidget(). |
The documentation for this class was generated from the following files: