#include <qt_widget.hpp>
Public Member Functions | |
| void | set_callback (const std::string &s, window::callback *c) throw () |
| void | notify (const std::string &s, QEvent *e) throw () |
| bool | notify (const std::string &s) throw () |
| void | closeEvent (QCloseEvent *e) throw () |
| close event hendler | |
| qt_widget (QWidget *p=0, window *w=0) | |
Protected Member Functions | |
| void | mousePressEvent (QMouseEvent *e) throw () |
| void | mouseReleaseEvent (QMouseEvent *e) throw () |
| void | set_key_state (QKeyEvent *e) throw () |
| void | set_key_text (QKeyEvent *e) throw () |
| void | keyPressEvent (QKeyEvent *e) throw () |
| void | keyReleaseEvent (QKeyEvent *e) throw () |