Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages  

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 Wed Mar 5 18:23:26 2003 for QGLViewer by doxygen1.3-rc3