Nana C++ Library. Reference for users.
What we need to use nana
|
Classes | |
struct | event_handlers |
Public Attributes | |
window | window_handle { nullptr } |
dragdrop_session * | ddrop { nullptr } |
std::function< bool()> | predicate |
std::map< window, std::function< void()> > | targets |
bool | dragging { false } |
struct nana::simple_dragdrop::implementation::event_handlers | events |
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 } |