Nana C++ Library. Reference for users.
What we need to use nana
|
Public Types | |
using | index_type = Index |
A type to index a item. More... | |
using | value_type = Value |
A type to the value of the item. More... | |
Public Member Functions | |
virtual | ~inline_widget_indicator ()=default |
The destructor. More... | |
virtual ::nana::widget & | host () const =0 |
Returns the host widget of the indicator. More... | |
virtual std::size_t | column () const =0 |
Returns the position of column. More... | |
virtual void | modify (index_type pos, const value_type &) const =0 |
Modifies the value of a item specified by pos. More... | |
virtual void | selected (index_type)=0 |
Sends a signal that a specified item is selected. More... | |
virtual void | hovered (index_type)=0 |
Sends a signal that a specified item is hovered. More... | |
using nana::detail::inline_widget_indicator< Index, Value >::index_type = Index |
A type to index a item.
using nana::detail::inline_widget_indicator< Index, Value >::value_type = Value |
A type to the value of the item.
|
virtualdefault |
The destructor.
|
pure virtual |
Returns the position of column.
Implemented in nana::drawerbase::listbox::inline_indicator.
|
pure virtual |
Returns the host widget of the indicator.
Implemented in nana::drawerbase::listbox::inline_indicator.
|
pure virtual |
Sends a signal that a specified item is hovered.
|
pure virtual |
Modifies the value of a item specified by pos.
|
pure virtual |
Sends a signal that a specified item is selected.