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

Classes

struct  format
 

Public Types

using format_ptr = ::std::unique_ptr< format >
 

Public Member Functions

 cell ()=default
 
 cell (const cell &)
 
 cell (cell &&) noexcept
 
 cell (::std::string) noexcept
 
 cell (::std::string, const format &)
 
celloperator= (const cell &)
 
celloperator= (cell &&) noexcept
 

Public Attributes

::std::string text
 
format_ptr custom_format
 

Member Typedef Documentation

Constructor & Destructor Documentation

nana::drawerbase::listbox::cell::cell ( )
default
nana::drawerbase::listbox::cell::cell ( const cell rhs)
nana::drawerbase::listbox::cell::cell ( cell &&  other)
noexcept
nana::drawerbase::listbox::cell::cell ( ::std::string  )
noexcept
nana::drawerbase::listbox::cell::cell ( ::std::string  ,
const format  
)

Member Function Documentation

cell & nana::drawerbase::listbox::cell::operator= ( const cell rhs)
cell & nana::drawerbase::listbox::cell::operator= ( cell &&  other)
noexcept

Member Data Documentation

format_ptr nana::drawerbase::listbox::cell::custom_format
::std::string nana::drawerbase::listbox::cell::text