Nana C++ Library. Reference for users.
What we need to use nana
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Pages
nana::element::crook_interface Class Referenceabstract
Inheritance diagram for nana::element::crook_interface:
nana::element::detail::element_abstract nana::element::crook nana::element::menu_crook

Classes

struct  data
 

Public Types

using state = checkstate
 
- Public Types inherited from nana::element::detail::element_abstract
using graph_reference = ::nana::paint::graphics &
 

Public Member Functions

virtual bool draw (graph_reference, const nana::color &bgcolor, const nana::color &fgcolor, const nana::rectangle &, element_state, const data &)=0
 
- Public Member Functions inherited from nana::element::detail::element_abstract
virtual ~element_abstract ()=default
 

Member Typedef Documentation

Member Function Documentation

virtual bool nana::element::crook_interface::draw ( graph_reference  ,
const nana::color bgcolor,
const nana::color fgcolor,
const nana::rectangle ,
element_state  ,
const data  
)
pure virtual