|
| trigger () |
|
| ~trigger () |
|
implementation * | impl () const |
|
void | check (node_type *, checkstate) |
|
pat::cloneable
< renderer_interface > & | renderer () const |
|
void | placer (::nana::pat::cloneable< compset_placer_interface > &&) |
|
const ::nana::pat::cloneable
< compset_placer_interface > & | placer () const |
|
node_type * | insert (node_type *, const std::string &key, std::string &&) |
|
node_type * | insert (const std::string &path, std::string &&) |
|
node_image_tag & | icon (const ::std::string &) |
|
void | icon_erase (const ::std::string &) |
|
void | node_icon (node_type *, const ::std::string &id) |
|
unsigned | node_width (const node_type *) const |
|
bool | rename (node_type *, const char *key, const char *name) |
|
| drawer_trigger ()=default |
|
virtual | ~drawer_trigger ()=default |
|
virtual void | typeface_changed (graph_reference) |
|
virtual void | resizing (graph_reference, const arg_resizing &) |
|
virtual void | move (graph_reference, const arg_move &) |
|
virtual void | click (graph_reference, const arg_click &) |
|
virtual void | mouse_enter (graph_reference, const arg_mouse &) |
|
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_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 () |
|