|
| trigger () |
|
| ~trigger () |
|
void | activate (std::size_t) |
|
std::size_t | activated () const |
|
nana::any & | at (std::size_t) const |
|
nana::any & | at_no_bound_check (std::size_t) const |
|
const pat::cloneable
< item_renderer > & | ext_renderer () const |
|
void | ext_renderer (const pat::cloneable< item_renderer > &) |
|
void | set_event_agent (event_agent_interface *) |
|
void | insert (std::size_t, native_string_type &&, nana::any &&) |
|
std::size_t | length () const |
|
bool | close_fly (bool) |
|
window | attach (std::size_t, window, bool drop_other) |
|
void | erase (std::size_t) |
|
void | tab_color (std::size_t, bool is_bgcolor, const ::nana::color &) |
|
void | tab_image (size_t, const nana::paint::image &) |
|
void | text (std::size_t, const native_string_type &) |
|
native_string_type | text (std::size_t) const |
|
bool | toolbox (kits, bool) |
|
| 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 () |
|