|
| trigger () |
|
| ~trigger () |
|
void | insert (const ::std::string &, nana::any) |
|
bool | childset (const ::std::string &, nana::any) |
|
bool | childset_erase (const ::std::string &) |
|
bool | clear () |
|
void | splitstr (const ::std::string &) |
|
const ::std::string & | splitstr () const |
|
void | path (const ::std::string &) |
|
::std::string | path () const |
|
template<typename T > |
void | create_event_agent (::nana::categorize< T > &wdg) |
|
nana::any & | value () const |
|
| drawer_trigger ()=default |
|
virtual | ~drawer_trigger ()=default |
|
virtual void | typeface_changed (graph_reference) |
|
virtual void | resizing (graph_reference, const arg_resizing &) |
|
virtual void | resized (graph_reference, const arg_resized &) |
|
virtual void | move (graph_reference, const arg_move &) |
|
virtual void | click (graph_reference, const arg_click &) |
|
virtual void | dbl_click (graph_reference, const arg_mouse &) |
|
virtual void | mouse_enter (graph_reference, const arg_mouse &) |
|
virtual void | mouse_wheel (graph_reference, const arg_wheel &) |
|
virtual void | mouse_dropfiles (graph_reference, const arg_dropfiles &) |
|
virtual void | focus (graph_reference, const arg_focus &) |
|
virtual void | key_ime (graph_reference, const arg_ime &) |
|
virtual void | key_press (graph_reference, const arg_keyboard &) |
|
virtual void | key_char (graph_reference, const arg_keyboard &) |
|
virtual void | key_release (graph_reference, const arg_keyboard &) |
|
virtual void | shortkey (graph_reference, const arg_keyboard &) |
|
void | filter_event (const event_code evt_code, const bool bDisabled) |
|
void | filter_event (const std::vector< event_code > &evt_codes, const bool bDisabled) |
|
void | filter_event (const event_filter_status &evt_all_states) |
|
bool | filter_event (const event_code evt_code) |
|
event_filter_status | filter_event () |
|
void | clear_filter () |
|