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

Public Member Functions

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

Additional Inherited Members

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

Member Function Documentation

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