KVideoWidget Class Reference
Inheritance diagram for KVideoWidget:

Detailed Description
Definition at line 21 of file kvideowidget.h.
Public Slots | |
| void | setFullscreen () |
| void | setWindowed () |
| void | setHalfSize () |
| void | setNormalSize () |
| void | setDoubleSize () |
| void | resizeNotify (int width, int height) |
Signals | |
| void | adaptSize (int width, int height) |
| void | mouseButtonPressed (int type, const QPoint &, int state) |
| void | mouseButtonDoubleClick (const QPoint &, int state) |
| void | rightButtonPressed (const QPoint &) |
Public Member Functions | |
| KVideoWidget (KXMLGUIClient *clientParent, QWidget *parent=0, const char *name=0, WFlags f=0) | |
| KVideoWidget (QWidget *parent=0, const char *name=0, WFlags f=0) | |
| virtual | ~KVideoWidget () |
| void | embed (Arts::VideoPlayObject vpo) |
| bool | isEmbedded () |
| bool | isFullscreen () |
| bool | isHalfSize () |
| bool | isNormalSize () |
| bool | isDoubleSize () |
| QSize | sizeHint () const |
| virtual int | heightForWidth (int w) const |
Static Public Member Functions | |
| static QImage | snapshot (Arts::VideoPlayObject vpo) |
Protected Slots | |
| void | fullscreenActivated () |
| void | halfSizeActivated () |
| void | normalSizeActivated () |
| void | doubleSizeActivated () |
Protected Member Functions | |
| virtual void | mousePressEvent (QMouseEvent *event) |
| virtual void | mouseDoubleClickEvent (QMouseEvent *event) |
| virtual void | resizeEvent (QResizeEvent *event) |
| virtual bool | x11Event (XEvent *event) |
Member Function Documentation
| void KVideoWidget::rightButtonPressed | ( | const QPoint & | ) | [signal] |
- Deprecated:
- use mouseButtonPressed( int type, const QPoint & ) instead.
The documentation for this class was generated from the following files:

