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

QCameraKeyPathDropSite Class Reference

#include <QCameraKeyPathDropSite.h>

Inheritance diagram for QCameraKeyPathDropSite::

QLabel QFrame QWidget QObject QPaintDevice Qt List of all members.

Signals

void sigCameraKeyPathDropped (const CList< CCameraKeyPathPoint > &list)

Public Methods

 QCameraKeyPathDropSite (QWidget *parent=0, const char *name=0)
 ~QCameraKeyPathDropSite ()
void setCameraPath (CList< CCameraKeyPathPoint > *pCamerapath)

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< 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 *   sName = 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 at Thu Oct 4 17:17:30 2001 for QGLViewer by doxygen1.2.10 written by Dimitri van Heesch, © 1997-2001