kget
DropTarget Class Reference
#include <droptarget.h>
Inheritance diagram for DropTarget:

Detailed Description
Definition at line 27 of file droptarget.h.
Public Member Functions | |
| DropTarget (MainWindow *parent) | |
| void | playAnimationHide () |
| void | playAnimationShow () |
| void | playAnimationSync () |
| void | setDropTargetVisible (bool shown, bool internal=true) |
| ~DropTarget () | |
Protected Member Functions | |
| void | closeEvent (QCloseEvent *) |
| void | dragEnterEvent (QDragEnterEvent *) |
| void | dropEvent (QDropEvent *) |
| void | mouseDoubleClickEvent (QMouseEvent *e) |
| void | mouseMoveEvent (QMouseEvent *e) |
| void | mousePressEvent (QMouseEvent *e) |
| void | mouseReleaseEvent (QMouseEvent *e) |
| void | paintEvent (QPaintEvent *) |
Constructor & Destructor Documentation
| DropTarget::DropTarget | ( | MainWindow * | parent | ) |
Definition at line 40 of file droptarget.cpp.
| DropTarget::~DropTarget | ( | ) |
Definition at line 111 of file droptarget.cpp.
Member Function Documentation
| void DropTarget::closeEvent | ( | QCloseEvent * | e | ) | [protected] |
| void DropTarget::dragEnterEvent | ( | QDragEnterEvent * | event | ) | [protected] |
| void DropTarget::dropEvent | ( | QDropEvent * | event | ) | [protected] |
| void DropTarget::mouseDoubleClickEvent | ( | QMouseEvent * | e | ) | [protected] |
| void DropTarget::mouseMoveEvent | ( | QMouseEvent * | e | ) | [protected] |
| void DropTarget::mousePressEvent | ( | QMouseEvent * | e | ) | [protected] |
| void DropTarget::mouseReleaseEvent | ( | QMouseEvent * | e | ) | [protected] |
| void DropTarget::paintEvent | ( | QPaintEvent * | ) | [protected] |
| void DropTarget::playAnimationHide | ( | ) |
Definition at line 162 of file droptarget.cpp.
| void DropTarget::playAnimationShow | ( | ) |
Definition at line 148 of file droptarget.cpp.
| void DropTarget::playAnimationSync | ( | ) |
Definition at line 178 of file droptarget.cpp.
| void DropTarget::setDropTargetVisible | ( | bool | shown, | |
| bool | internal = true | |||
| ) |
Definition at line 122 of file droptarget.cpp.
The documentation for this class was generated from the following files:
KDE 4.2 API Reference