Nana C++ Library. Reference for users.
What we need to use nana
|
Classes | |
struct | ui_element |
Public Types | |
typedef nana::paint::graphics & | graph_reference |
Public Member Functions | |
virtual | ~renderer ()=0 |
virtual void | background (graph_reference, window wd, const nana::rectangle &, const ui_element &)=0 |
virtual void | root_arrow (graph_reference, const nana::rectangle &, mouse_action)=0 |
virtual void | item (graph_reference, const nana::rectangle &, std::size_t index, const ::std::string &name, unsigned textheight, bool has_child, mouse_action)=0 |
virtual void | border (graph_reference)=0 |
|
pure virtual |
|
pure virtual |
|
pure virtual |
|
pure virtual |
|
pure virtual |