Nana C++ Library. Reference for users.
What we need to use nana
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Pages
nana::drawerbase::treebox::trigger::treebox_node_type Struct Reference

Public Member Functions

 treebox_node_type ()
 
 treebox_node_type (std::string)
 
treebox_node_typeoperator= (const treebox_node_type &)
 

Public Attributes

::std::string text
 
nana::any value
 
bool expanded
 
checkstate checked
 
::std::string img_idstr
 

Constructor & Destructor Documentation

nana::drawerbase::treebox::trigger::treebox_node_type::treebox_node_type ( )
nana::drawerbase::treebox::trigger::treebox_node_type::treebox_node_type ( std::string  text)

Member Function Documentation

trigger::treebox_node_type & nana::drawerbase::treebox::trigger::treebox_node_type::operator= ( const treebox_node_type rhs)

Member Data Documentation

checkstate nana::drawerbase::treebox::trigger::treebox_node_type::checked
bool nana::drawerbase::treebox::trigger::treebox_node_type::expanded
::std::string nana::drawerbase::treebox::trigger::treebox_node_type::img_idstr
::std::string nana::drawerbase::treebox::trigger::treebox_node_type::text
nana::any nana::drawerbase::treebox::trigger::treebox_node_type::value