|
Nana C++ Library. Reference for users.
What we need to use nana
|
Public Member Functions | |
| item_proxy (drawer_impl *, std::size_t pos) | |
| item_proxy & | text (const ::std::string &) |
| ::std::string | text () const |
| item_proxy & | select () |
| bool | selected () const |
| item_proxy & | icon (const nana::paint::image &) |
| nana::paint::image | icon () const |
| template<typename T > | |
| T * | value_ptr () const |
| template<typename T > | |
| T & | value () const |
| template<typename T > | |
| item_proxy & | value (T &&val) |
| bool | operator== (const ::std::string &) const |
| Behavior of Iterator's value_type. More... | |
| bool | operator== (const char *) const |
| item_proxy & | operator= (const item_proxy &) |
| Behavior of Iterator. More... | |
| item_proxy & | operator++ () |
| Behavior of Iterator. More... | |
| item_proxy | operator++ (int) |
| Behavior of Iterator. More... | |
| item_proxy & | operator* () |
| Behavior of Iterator. More... | |
| const item_proxy & | operator* () const |
| Behavior of Iterator. More... | |
| item_proxy * | operator-> () |
| Behavior of Iterator. More... | |
| const item_proxy * | operator-> () const |
| Behavior of Iterator. More... | |
| bool | operator== (const item_proxy &) const |
| Behavior of Iterator. More... | |
| bool | operator!= (const item_proxy &) const |
| Behavior of Iterator. More... | |
| nana::drawerbase::combox::item_proxy::item_proxy | ( | drawer_impl * | impl, |
| std::size_t | pos | ||
| ) |
| item_proxy & nana::drawerbase::combox::item_proxy::icon | ( | const nana::paint::image & | img | ) |
| nana::paint::image nana::drawerbase::combox::item_proxy::icon | ( | ) | const |
| bool nana::drawerbase::combox::item_proxy::operator!= | ( | const item_proxy & | r | ) | const |
Behavior of Iterator.
| item_proxy & nana::drawerbase::combox::item_proxy::operator* | ( | ) |
Behavior of Iterator.
| const item_proxy & nana::drawerbase::combox::item_proxy::operator* | ( | ) | const |
Behavior of Iterator.
| item_proxy & nana::drawerbase::combox::item_proxy::operator++ | ( | ) |
Behavior of Iterator.
| item_proxy nana::drawerbase::combox::item_proxy::operator++ | ( | int | ) |
Behavior of Iterator.
| item_proxy * nana::drawerbase::combox::item_proxy::operator-> | ( | ) |
Behavior of Iterator.
| const item_proxy * nana::drawerbase::combox::item_proxy::operator-> | ( | ) | const |
Behavior of Iterator.
| item_proxy & nana::drawerbase::combox::item_proxy::operator= | ( | const item_proxy & | r | ) |
Behavior of Iterator.
| bool nana::drawerbase::combox::item_proxy::operator== | ( | const ::std::string & | s | ) | const |
Behavior of Iterator's value_type.
| bool nana::drawerbase::combox::item_proxy::operator== | ( | const char * | s | ) | const |
| bool nana::drawerbase::combox::item_proxy::operator== | ( | const item_proxy & | r | ) | const |
Behavior of Iterator.
| item_proxy & nana::drawerbase::combox::item_proxy::select | ( | ) |
| bool nana::drawerbase::combox::item_proxy::selected | ( | ) | const |
| item_proxy & nana::drawerbase::combox::item_proxy::text | ( | const ::std::string & | s | ) |
| std::string nana::drawerbase::combox::item_proxy::text | ( | ) | const |
|
inline |
|
inline |
|
inline |