defuze.me
Client
|
The place where it's possible to drop a grid element. More...
#include <droplocation.hpp>
Public Member Functions | |
DropLocation (Tab *tab, QPoint targetPosition, bool newColumn, QWidget *parent=0) | |
void | dragEnterEvent (QDragEnterEvent *event) |
void | dragLeaveEvent (QDragLeaveEvent *event) |
void | dropEvent (QDropEvent *event) |
Protected Member Functions | |
void | changeEvent (QEvent *e) |
Protected Attributes | |
Tab * | tab |
QPoint | targetPosition |
bool | newColumn |
The place where it's possible to drop a grid element.
The widget will accept drop with mime-type 'application/x-defuzeme-gridelement'.
Definition at line 26 of file droplocation.hpp.