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

Classes

struct  event_handlers
 

Public Attributes

window window_handle { nullptr }
 
dragdrop_sessionddrop { nullptr }
 
std::function< bool()> predicate
 
std::map< window,
std::function< void()> > 
targets
 
bool dragging { false }
 
struct
nana::simple_dragdrop::implementation::event_handlers 
events
 

Member Data Documentation

dragdrop_session* nana::simple_dragdrop::implementation::ddrop { nullptr }
bool nana::simple_dragdrop::implementation::dragging { false }
struct nana::simple_dragdrop::implementation::event_handlers nana::simple_dragdrop::implementation::events
std::function<bool()> nana::simple_dragdrop::implementation::predicate
std::map<window, std::function<void()> > nana::simple_dragdrop::implementation::targets
window nana::simple_dragdrop::implementation::window_handle { nullptr }