drag_and_drop_handler< SourceType, TargetType > Class Template Reference
Detailed Descriptiontemplate<typename SourceType, typename TargetType>
|
typedef boost::function<void (const target_type&)> client_callback_proc_t |
Definition at line 45 of file drag_and_drop.hpp.
Definition at line 44 of file drag_and_drop.hpp.
typedef SourceType source_type |
Definition at line 42 of file drag_and_drop.hpp.
typedef TargetType target_type |
Definition at line 43 of file drag_and_drop.hpp.
Constructor & Destructor Documentation
Definition at line 47 of file drag_and_drop.hpp.
drag_and_drop_handler | ( | InputIterator | first, |
InputIterator | last | ||
) |
Definition at line 53 of file drag_and_drop.hpp.
Definition at line 59 of file drag_and_drop.hpp.
Member Function Documentation
void attach | ( | const Client & | client, |
const client_callback_proc_t & | proc | ||
) |
Definition at line 65 of file drag_and_drop.hpp.
void erase_flavor | ( | boost::uint32_t | flavor ) |
Definition at line 75 of file drag_and_drop.hpp.
void insert_flavor | ( | boost::uint32_t | flavor ) |
Definition at line 70 of file drag_and_drop.hpp.
Member Data Documentation
Definition at line 80 of file drag_and_drop.hpp.