#include <QCameraKeyPathDropSite.h>
Inheritance diagram for QCameraKeyPathDropSite:
Signals | |
void | sigCameraKeyPathDropped (const CList< CCameraKeyPathPoint > &list) |
Public Member Functions | |
QCameraKeyPathDropSite (QWidget *parent=0, const char *name=0) | |
~QCameraKeyPathDropSite () | |
void | setCameraPath (CList< CCameraKeyPathPoint > *pCamerapath) |
Protected Member Functions | |
void | dragEnterEvent (QDragEnterEvent *pqEvent) |
void | dragLeaveEvent (QDragLeaveEvent *pqEvent) |
void | dropEvent (QDropEvent *pqEvent) |
void | mousePressEvent (QMouseEvent *pqEvent) |
void | mouseReleaseEvent (QMouseEvent *pqEvent) |
Private Attributes | |
CList< CCameraKeyPathPoint > * | m_pCList |
|
default constructor. |
|
default destructor. |
|
To handle Drag 'n Drop. |
|
To handle Drag 'n Drop. |
|
To handle Drag 'n Drop. |
|
To handle Drag 'n Drop. |
|
To handle Drag 'n Drop. |
|
Set member CCameraKeyPath to given CCameraKeyPath. |
|
Is emitted when a CCameraKeyPath is dropped. |
|
Current camerapath. |