QCameraKeyPathDropSite Class Reference

#include <QCameraKeyPathDropSite.h>

List of all members.

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


Detailed Description

Dropsite for camerapaths.
Author:
Alexander Buck, Thomas Woerner, Markus Janich


Constructor & Destructor Documentation

QCameraKeyPathDropSite::QCameraKeyPathDropSite ( QWidget *  parent = 0,
const char *  name = 0 
)

default constructor.

QCameraKeyPathDropSite::~QCameraKeyPathDropSite (  )  [inline]

default destructor.


Member Function Documentation

void QCameraKeyPathDropSite::dragEnterEvent ( QDragEnterEvent *  pqEvent  )  [protected]

To handle Drag 'n Drop.

void QCameraKeyPathDropSite::dragLeaveEvent ( QDragLeaveEvent *  pqEvent  )  [protected]

To handle Drag 'n Drop.

void QCameraKeyPathDropSite::dropEvent ( QDropEvent *  pqEvent  )  [protected]

To handle Drag 'n Drop.

void QCameraKeyPathDropSite::mousePressEvent ( QMouseEvent *  pqEvent  )  [protected]

To handle Drag 'n Drop.

void QCameraKeyPathDropSite::mouseReleaseEvent ( QMouseEvent *  pqEvent  )  [protected]

To handle Drag 'n Drop.

void QCameraKeyPathDropSite::setCameraPath ( CList< CCameraKeyPathPoint > *  pCamerapath  )  [inline]

Set member CCameraKeyPath to given CCameraKeyPath.

void QCameraKeyPathDropSite::sigCameraKeyPathDropped ( const CList< CCameraKeyPathPoint > &  list  )  [signal]

Is emitted when a CCameraKeyPath is dropped.


Member Data Documentation

CList<CCameraKeyPathPoint>* QCameraKeyPathDropSite::m_pCList [private]

Current camerapath.


The documentation for this class was generated from the following files:
Generated on Mon Jul 10 22:37:39 2006 for QGLViewer by  doxygen 1.4.7