#include <qt_graphics_view.hpp>
Public Member Functions | |
void | set_callback (const std::string &s, window::callback *c) throw () |
void | notify (const std::string &s, QEvent *) throw () |
void | set_key_state (QMouseEvent *e) throw () |
void | mousePressEvent (QMouseEvent *e) throw () |
void | mouseReleaseEvent (QMouseEvent *e) throw () |
void | mouseMoveEvent (QMouseEvent *e) throw () |
void | mouseDoubleClickEvent (QMouseEvent *e) throw () |
qt_graphics_view (const std::string &n, toolkit::window *w, QGraphicsScene *s, QWidget *p=0) throw () |