#include <item.hpp>
Public Member Functions | |
| void | notify (const std::string &s, QEvent *e) throw () |
| bool | notify (const std::string &s) throw () |
| void | set_callback (const std::string &s, window::callback *c) throw () |
| void | set_user_data (void *d) throw () |
| void * | get_user_data () const throw () |
| item (const std::string &s, toolkit::window *w) throw () | |