Nana C++ Library. Reference for users.
What we need to use nana
|
Public Member Functions | |
rectangle_rotator (bool rotated, const ::nana::rectangle &area) | |
int | x () const |
int & | x_ref () |
int | y () const |
int & | y_ref () |
unsigned | w () const |
unsigned & | w_ref () |
unsigned | h () const |
unsigned & | h_ref () |
int | right () const |
int | bottom () const |
const ::nana::rectangle & | result () const |
nana::rectangle_rotator::rectangle_rotator | ( | bool | rotated, |
const ::nana::rectangle & | area | ||
) |
int nana::rectangle_rotator::bottom | ( | ) | const |
unsigned nana::rectangle_rotator::h | ( | ) | const |
unsigned & nana::rectangle_rotator::h_ref | ( | ) |
const ::nana::rectangle & nana::rectangle_rotator::result | ( | ) | const |
int nana::rectangle_rotator::right | ( | ) | const |
unsigned nana::rectangle_rotator::w | ( | ) | const |
unsigned & nana::rectangle_rotator::w_ref | ( | ) |
int nana::rectangle_rotator::x | ( | ) | const |
int & nana::rectangle_rotator::x_ref | ( | ) |
int nana::rectangle_rotator::y | ( | ) | const |
int & nana::rectangle_rotator::y_ref | ( | ) |