|
Gnash
0.8.10
|
#include <kdesup.h>
Public Slots | |
| void | menuitem_restart_callback () |
| restart the movie from the beginning | |
| void | menuitem_refresh_callback () |
| force redraw of current frame | |
| void | menuitem_quit_callback () |
| quit complete, and close the application | |
| void | menuitem_play_callback () |
| Start the movie playing from the current frame. | |
| void | menuitem_pause_callback () |
| toggle that's playing or paused. | |
| void | menuitem_stop_callback () |
| stop the movie that's playing. | |
Public Member Functions | |
| qwidget (KdeGui *godfather) | |
| void | setInterval (unsigned int interval) |
Protected Member Functions | |
| void | mousePressEvent (QMouseEvent *event) |
| void | mouseReleaseEvent (QMouseEvent *) |
| void | mouseMoveEvent (QMouseEvent *event) |
| void | keyPressEvent (QKeyEvent *event) |
| void | keyReleaseEvent (QKeyEvent *event) |
| void | timerEvent (QTimerEvent *) |
| void | resizeEvent (QResizeEvent *event) |
| void | paintEvent (QPaintEvent *event) |
| gnash::qwidget::qwidget | ( | KdeGui * | godfather | ) |
| void gnash::qwidget::keyPressEvent | ( | QKeyEvent * | event | ) | [protected] |
References gnash::KdeGui::handleKeyEvent().
| void gnash::qwidget::keyReleaseEvent | ( | QKeyEvent * | event | ) | [protected] |
References gnash::KdeGui::handleKeyEvent().
| void gnash::qwidget::menuitem_pause_callback | ( | ) | [slot] |
| void gnash::qwidget::menuitem_play_callback | ( | ) | [slot] |
Start the movie playing from the current frame.
References gnash::Gui::play().
Referenced by qwidget().
| void gnash::qwidget::menuitem_quit_callback | ( | ) | [slot] |
| void gnash::qwidget::menuitem_refresh_callback | ( | ) | [slot] |
| void gnash::qwidget::menuitem_restart_callback | ( | ) | [slot] |
| void gnash::qwidget::menuitem_stop_callback | ( | ) | [slot] |
| void gnash::qwidget::mouseMoveEvent | ( | QMouseEvent * | event | ) | [protected] |
References assert, gnash::Gui::notifyMouseMove(), and position.
| void gnash::qwidget::mousePressEvent | ( | QMouseEvent * | event | ) | [protected] |
References gnash::Gui::notifyMouseClick().
| void gnash::qwidget::mouseReleaseEvent | ( | QMouseEvent * | ) | [protected] |
References gnash::Gui::notifyMouseClick().
| void gnash::qwidget::paintEvent | ( | QPaintEvent * | event | ) | [protected] |
| void gnash::qwidget::resizeEvent | ( | QResizeEvent * | event | ) | [protected] |
References gnash::KdeGui::resize().
| void gnash::qwidget::setInterval | ( | unsigned int | interval | ) |
| void gnash::qwidget::timerEvent | ( | QTimerEvent * | ) | [protected] |
References gnash::Gui::advance_movie().
1.7.6.1