|
Nana C++ Library. Reference for users.
What we need to use nana
|
Public Types | |
| using | container = widgets::detail::tree_cont< item_tag > |
| using | node_handle = container::node_type * |
Public Member Functions | |
| tree_wrapper () | |
| bool | seq (std::size_t index, std::vector< node_handle > &seqv) const |
| void | splitstr (const std::string &ss) |
| const std::string & | splitstr () const |
| std::string | path () const |
| void | path (const std::string &key) |
| node_handle | at (std::size_t pos) const |
| node_handle | tail (std::size_t index) |
| node_handle | cur () const |
| void | cur (node_handle node) |
| void | insert (const std::string &name, const nana::any &value) |
| bool | childset (const std::string &name, const nana::any &value) |
| bool | childset_erase (const std::string &name) |
| node_handle | find_child (const std::string &name) const |
| bool | clear () |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |