Nana C++ Library. Reference for users.
What we need to use nana
|
Public Types | |
enum | states { states::none, states::highlight, states::actived, states::selected } |
using | graph_reference = paint::graphics & |
Public Member Functions | |
drawer (bool vert) | |
buttons | what (graph_reference, const point &) |
void | scroll_delta_pos (graph_reference, int) |
void | auto_scroll () |
void | draw (graph_reference) |
Public Attributes | |
metrics_type | metrics |
bool const | vert |
Static Public Attributes | |
static const unsigned | fixedsize = 16 |
|
strong |
nana::drawerbase::scroll::drawer::drawer | ( | bool | vert | ) |
void nana::drawerbase::scroll::drawer::auto_scroll | ( | ) |
void nana::drawerbase::scroll::drawer::draw | ( | graph_reference | graph | ) |
void nana::drawerbase::scroll::drawer::scroll_delta_pos | ( | graph_reference | graph, |
int | mouse_pos | ||
) |
buttons nana::drawerbase::scroll::drawer::what | ( | graph_reference | graph, |
const point & | screen_pos | ||
) |
|
static |
metrics_type nana::drawerbase::scroll::drawer::metrics |
bool const nana::drawerbase::scroll::drawer::vert |