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

QCameraDrag Class Reference

Dragobject for cameras. More...

#include <QCameraDrag.h>

Inheritance diagram for QCameraDrag::

QStoredDrag QDragObject QMimeSource QObject Qt List of all members.

Public Methods

 QCameraDrag (const CCamera *pcCamera, QWidget *parent=0, const char *name=0)
 ~QCameraDrag ()

Static Public Methods

bool canDecode (QDragMoveEvent *event)
bool decode (QDropEvent *event, CCamera &cCamera)

Static Public Attributes

const char * picture_xpm []

Detailed Description

Dragobject for cameras.

Author:
Markus Janich


Constructor & Destructor Documentation

QCameraDrag::QCameraDrag const CCamera *   pcCamera,
QWidget *   parent = 0,
const char *   name = 0
 

QCameraDrag::~QCameraDrag  
 


Member Function Documentation

bool QCameraDrag::canDecode QDragMoveEvent *   pqEvent [static]
 

bool QCameraDrag::decode QDropEvent *   pqEvent,
CCamera &   cCamera
[static]
 


Member Data Documentation

const char * QCameraDrag::picture_xpm [static]
 

Initial value:

 {
   "16 16 3 1",
   "       c None",
   ".      c #FFFFFF",
   "X      c #000000",
   "     ..    ..   ",
   "    .XX.  .XX.  ",
   "   .XXXX..XXXX. ",
   "   .XXXX..XXXX. ",
   "..  .XX....XX.  ",
   ".X..XXXXXXXXXX. ",
   ".XX.XXXXXXXXXX. ",
   ".XXXXXXXXXXXXX. ",
   ".XX.XXXXXXXXXX. ",
   ".X..XXXXXXXXXX. ",
   "..  ..XX..XX..  ",
   "     .XX..XX.   ",
   "    .XX.  .XX.  ",
   "   .XX.    .XX. ",
   "  .XX.      .XX.",
   " ....        ..."}


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