tbx
0.7.6
|
Tree node has been dragged event. More...
#include <treeviewlisteners.h>
Public Member Functions | |
TreeViewNodeDraggedEvent (IdBlock &id_block, PollBlock &data) | |
Construct the event. | |
bool | outside () const |
Check if a node was dragged outside the treeview. | |
bool | multiple () const |
Check if a multiple nodes are being dragged. | |
TreeNodeId | node () const |
Node that was dragged. | |
TreeNodeId | destination_node () const |
Node it was dragged to. | |
int | mouse_buttons () const |
Buttons pressed. | |
bool | select () const |
Was the select mouse button pressed. | |
bool | adjust () const |
Was the adjust mouse button pressed. | |
const tbx::PointerInfo & | destination () const |
Destination information. | |
![]() | |
EventInfo (const IdBlock &id_block, PollBlock &data) | |
Contruct the event information from the id_block and data update by the toolbox. | |
const IdBlock & | id_block () const |
IdBlock for the current event. More... | |
Additional Inherited Members | |
![]() | |
PollBlock & | _data |
raw data from the event | |
Tree node has been dragged event.