Nana C++ Library. Reference for users.
What we need to use nana
|
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 &) | |
cell & | operator= (const cell &) |
cell & | operator= (cell &&) noexcept |
Public Attributes | |
::std::string | text |
format_ptr | custom_format |
|
default |
nana::drawerbase::listbox::cell::cell | ( | const cell & | rhs | ) |
|
noexcept |
|
noexcept |
nana::drawerbase::listbox::cell::cell | ( | ::std::string | , |
const format & | |||
) |
format_ptr nana::drawerbase::listbox::cell::custom_format |
::std::string nana::drawerbase::listbox::cell::text |