Nana C++ Library. Reference for users.
What we need to use nana
|
Classes | |
struct | event_handlers |
Public Member Functions | |
implementation (window source) | |
void | make_drop () |
Public Attributes | |
window const | source_handle |
bool | dragging { false } |
dragdrop_session * | ddrop {nullptr} |
std::function< bool()> | predicate |
std::function< data()> | generator |
std::function< void(bool, dnd_action, data &)> | drop_finished |
struct nana::dragdrop::implementation::event_handlers | events |
|
inline |
|
inline |
dragdrop_session* nana::dragdrop::implementation::ddrop {nullptr} |
bool nana::dragdrop::implementation::dragging { false } |
std::function<void(bool, dnd_action, data&)> nana::dragdrop::implementation::drop_finished |
struct nana::dragdrop::implementation::event_handlers nana::dragdrop::implementation::events |
std::function<data()> nana::dragdrop::implementation::generator |
std::function<bool()> nana::dragdrop::implementation::predicate |
window const nana::dragdrop::implementation::source_handle |