Nana C++ Library. Reference for users.
What we need to use nana
|
Namespaces | |
detail | |
Classes | |
class | timepiece |
used for measuring and signaling the end of time intervals. More... | |
class | dataexch |
a data exchange mechanism through Windows Clipboard, X11 Selection. More... | |
class | shared_wrapper |
Functions | |
void | sleep (unsigned milliseconds) |
thread_t | this_thread_id () |
unsigned long | timestamp () |
bool | get_async_mouse_state (int button) |
void | open_url (const std::string &url) |
bool nana::system::get_async_mouse_state | ( | int | button | ) |
void nana::system::open_url | ( | const std::string & | url | ) |
void nana::system::sleep | ( | unsigned | milliseconds | ) |
thread_t nana::system::this_thread_id | ( | ) |
unsigned long nana::system::timestamp | ( | ) |