Nana C++ Library. Reference for users.
What we need to use nana
|
Public Types | |
enum | state_t { state_t::normal, state_t::highlighted, state_t::selected } |
Public Member Functions | |
item_renderer (nana::paint::graphics &graph, unsigned scale, const ::nana::color &bgcolor, const ::nana::color &fgcolor) | |
void | operator() (int x, int y, unsigned width, unsigned height, item_type &item, state_t state) |
Static Public Attributes | |
static const unsigned | extra_size = 6 |
Protected Attributes | |
nana::paint::graphics & | graph |
unsigned | scale |
::nana::color | bgcolor |
::nana::color | fgcolor |
|
inline |
|
inline |
|
protected |
|
static |
|
protected |
|
protected |
|
protected |