#include <QCameraPathDropSite.h>
Inheritance diagram for QCameraPathDropSite::
Signals | |
void | sigCameraPathDropped (const CList< CCamera > &list) |
Public Methods | |
QCameraPathDropSite (QWidget *parent=0, const char *name=0) | |
~QCameraPathDropSite () | |
void | setCameraPath (CList< CCamera > *pList) |
Protected Methods | |
void | dragEnterEvent (QDragEnterEvent *pqEvent) |
void | dragLeaveEvent (QDragLeaveEvent *pqEvent) |
void | dropEvent (QDropEvent *pqEvent) |
void | mousePressEvent (QMouseEvent *pqEvent) |
void | mouseReleaseEvent (QMouseEvent *pqEvent) |
Private Attributes | |
CList< CCamera > | m_CameraList |
|
|
|
|
|
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. |
|
|
|
|
|
|