KMediaPlayer
#include <view.h>
View is part of the user interface of a Player.
Definition at line 34 of file view.h.
The Possible buttons that can appear in the UI.
Definition at line 44 of file view.h.
KMediaPlayer::View::View |
( |
QWidget * |
parent | ) |
|
KMediaPlayer::View::~View |
( |
void |
| ) |
|
|
virtual |
bool KMediaPlayer::View::button |
( |
int |
b | ) |
|
|
slot |
Returns if a particular button is being displayed.
Definition at line 59 of file view.cpp.
int KMediaPlayer::View::buttons |
( |
void |
| ) |
|
Return which buttons are being displayed.
Definition at line 45 of file view.cpp.
void KMediaPlayer::View::buttonsChanged |
( |
int |
| ) |
|
|
signal |
Emitted when the set of displayed buttons changes.
void KMediaPlayer::View::hideButton |
( |
int |
b | ) |
|
|
slot |
Stop displaying a particular button.
Definition at line 69 of file view.cpp.
void KMediaPlayer::View::setButtons |
( |
int |
buttons | ) |
|
|
slot |
Set which buttons to display.
See Button.
Definition at line 50 of file view.cpp.
void KMediaPlayer::View::setVideoWidget |
( |
QWidget * |
videoWidget | ) |
|
|
protected |
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.
void KMediaPlayer::View::showButton |
( |
int |
b | ) |
|
|
slot |
Display a particular button.
Definition at line 64 of file view.cpp.
void KMediaPlayer::View::toggleButton |
( |
int |
b | ) |
|
|
slot |
Toggle the display of a particular button.
Definition at line 74 of file view.cpp.
QWidget * KMediaPlayer::View::videoWidget |
( |
| ) |
|
Return the QWidget in which video is displayed.
May Return 0L if there is none.
Definition at line 84 of file view.cpp.
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:52:16 by
doxygen 1.8.7 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.