defuze.me  Client
Public Member Functions | Protected Member Functions | Protected Attributes
Gui::DropLocation Class Reference

The place where it's possible to drop a grid element. More...

#include <droplocation.hpp>

Collaboration diagram for Gui::DropLocation:
Collaboration graph
[legend]

List of all members.

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

Tabtab
QPoint targetPosition
bool newColumn

Detailed Description

The place where it's possible to drop a grid element.

The widget will accept drop with mime-type 'application/x-defuzeme-gridelement'.

Todo:
Document the data for the mime-type 'application/x-defuzeme-gridelement'

Definition at line 26 of file droplocation.hpp.


The documentation for this class was generated from the following files: