Gnash  0.8.11dev
Public Slots | Public Member Functions | Protected Member Functions | List of all members
gnash::qwidget Class Reference

#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)

Constructor & Destructor Documentation

gnash::qwidget::qwidget ( KdeGui godfather)

Member Function Documentation

void gnash::qwidget::keyPressEvent ( QKeyEvent *  event)
protected
void gnash::qwidget::keyReleaseEvent ( QKeyEvent *  event)
protected
void gnash::qwidget::menuitem_pause_callback ( )
slot

toggle that's playing or paused.

References gnash::Gui::pause().

Referenced by qwidget().

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

quit complete, and close the application

References gnash::Gui::quit().

Referenced by qwidget().

void gnash::qwidget::menuitem_refresh_callback ( )
slot

force redraw of current frame

References gnash::Gui::refreshView().

Referenced by qwidget().

void gnash::qwidget::menuitem_restart_callback ( )
slot

restart the movie from the beginning

References gnash::Gui::restart().

Referenced by qwidget().

void gnash::qwidget::menuitem_stop_callback ( )
slot

stop the movie that's playing.

References gnash::Gui::stop().

Referenced by qwidget().

void gnash::qwidget::mouseMoveEvent ( QMouseEvent *  event)
protected
void gnash::qwidget::mousePressEvent ( QMouseEvent *  event)
protected
void gnash::qwidget::mouseReleaseEvent ( QMouseEvent *  )
protected
void gnash::qwidget::paintEvent ( QPaintEvent *  event)
protected
void gnash::qwidget::resizeEvent ( QResizeEvent *  event)
protected
void gnash::qwidget::setInterval ( unsigned int  interval)
void gnash::qwidget::timerEvent ( QTimerEvent *  )
protected

The documentation for this class was generated from the following files: