|
Nana C++ Library. Reference for users.
What we need to use nana
|
Classes | |
| struct | implementation |
Public Member Functions | |
| shortkey_container () | |
| shortkey_container (shortkey_container &&) | |
| ~shortkey_container () | |
| void | clear () |
| bool | make (window wd, unsigned long key) |
| void | umake (window wd) |
| const std::vector< unsigned long > * | keys (window wd) const |
| window | find (unsigned long key) const |
| nana::detail::shortkey_container::shortkey_container | ( | ) |
| nana::detail::shortkey_container::shortkey_container | ( | shortkey_container && | other | ) |
| nana::detail::shortkey_container::~shortkey_container | ( | ) |
| void nana::detail::shortkey_container::clear | ( | ) |
| window nana::detail::shortkey_container::find | ( | unsigned long | key | ) | const |
| const std::vector< unsigned long > * nana::detail::shortkey_container::keys | ( | window | wd | ) | const |
| bool nana::detail::shortkey_container::make | ( | window | wd, |
| unsigned long | key | ||
| ) |
| void nana::detail::shortkey_container::umake | ( | window | wd | ) |