#include <abstractdnditem.h>
Inheritance diagram for QDesignerDnDItemInterface:

Definition at line 35 of file abstractdnditem.h.
Public Types | |
| enum | DropType |
Public Member Functions | |
| QDesignerDnDItemInterface () | |
| virtual | ~QDesignerDnDItemInterface () |
| virtual DomUI * | domUi () const=0 |
| virtual QWidget * | widget () const=0 |
| virtual QWidget * | decoration () const=0 |
| virtual QPoint | hotSpot () const=0 |
| virtual DropType | type () const=0 |
| virtual QWidget * | source () const=0 |
| QDesignerDnDItemInterface::QDesignerDnDItemInterface | ( | ) | [inline] |
| virtual QDesignerDnDItemInterface::~QDesignerDnDItemInterface | ( | ) | [inline, virtual] |
| virtual DomUI* QDesignerDnDItemInterface::domUi | ( | ) | const [pure virtual] |
| virtual QWidget* QDesignerDnDItemInterface::widget | ( | ) | const [pure virtual] |
| virtual QWidget* QDesignerDnDItemInterface::decoration | ( | ) | const [pure virtual] |
| virtual QPoint QDesignerDnDItemInterface::hotSpot | ( | ) | const [pure virtual] |
Referenced by qdesigner_internal::FormWindowManager::setItemsPos().
| virtual DropType QDesignerDnDItemInterface::type | ( | ) | const [pure virtual] |
| virtual QWidget* QDesignerDnDItemInterface::source | ( | ) | const [pure virtual] |
1.5.1