|
Nana C++ Library. Reference for users.
What we need to use nana
|
A component set used for accessing the components of items of a widget. More...
Classes | |
| struct | comp_attribute_t |
| A type of a componenet state for rendering. More... | |
Public Types | |
| typedef Component | component_t |
| A type of widget-defined components. More... | |
| typedef ItemAttribute | item_attribute_t |
| A type of widget-defined item attribute. More... | |
Public Member Functions | |
| virtual | ~compset () |
| The destrcutor. More... | |
| virtual const item_attribute_t & | item_attribute () const =0 |
| Access the widget-defined item attribute. More... | |
| virtual bool | comp_attribute (component_t, comp_attribute_t &) const =0 |
| Access a specified component of the item. More... | |
A component set used for accessing the components of items of a widget.
| typedef Component nana::widgets::detail::compset< Component, ItemAttribute >::component_t |
A type of widget-defined components.
| typedef ItemAttribute nana::widgets::detail::compset< Component, ItemAttribute >::item_attribute_t |
A type of widget-defined item attribute.
|
inlinevirtual |
The destrcutor.
|
pure virtual |
Access a specified component of the item.
|
pure virtual |
Access the widget-defined item attribute.