#include <nub.h>
Inheritance diagram for nub:

Public Member Functions | |
| nub (window_handle parent, window_handle self) | |
| ~nub () | |
| window_handle | self () const |
| window_handle | parent () const |
| c_rectangle | device_dimensions () const |
| void | device_dimensions (const c_rectangle &new_size) |
Protected Member Functions | |
| void | self (window_handle to_set) |
| void | parent (window_handle w) |
Definition at line 31 of file nub.h.
| nub::nub | ( | window_handle | parent, | |
| window_handle | self | |||
| ) |
| window_handle nub::self | ( | ) | const |
Definition at line 40 of file nub.cpp.
Referenced by mouse::mouse(), radio_box::press(), and mouse::~mouse().
| window_handle nub::parent | ( | ) | const |
Definition at line 38 of file nub.cpp.
Referenced by manager::dimensions(), manager::name(), radio_box::radio_box(), and manager::~manager().
| c_rectangle nub::device_dimensions | ( | ) | const |
Referenced by worker::dimensions(), manager::dimensions(), and mouse::position().
| void nub::device_dimensions | ( | const c_rectangle & | new_size | ) |
| void nub::self | ( | window_handle | to_set | ) | [protected] |
| void nub::parent | ( | window_handle | w | ) | [protected] |
1.5.1