Eneboo - Documentación para desarrolladores
Métodos públicos | Métodos protegidos
Referencia de la Clase QColorWell
Diagrama de herencias de QColorWell
QWellArray QGridView QScrollView QScrollView QFrame QFrame QFrame QFrame QWidget QWidget QWidget QWidget QWidget QWidget QWidget QWidget

Lista de todos los miembros.

Métodos públicos

 QColorWell (QWidget *parent, int r, int c, QRgb *vals)

Métodos protegidos

void paintCellContents (QPainter *, int row, int col, const QRect &)
void mousePressEvent (QMouseEvent *e)
void mouseMoveEvent (QMouseEvent *e)
void mouseReleaseEvent (QMouseEvent *e)
void dragEnterEvent (QDragEnterEvent *e)
void dragLeaveEvent (QDragLeaveEvent *e)
void dragMoveEvent (QDragMoveEvent *e)
void dropEvent (QDropEvent *e)

Documentación del constructor y destructor

QColorWell::QColorWell ( QWidget parent,
int  r,
int  c,
QRgb vals 
) [inline]

Documentación de las funciones miembro

void QColorWell::dragEnterEvent ( QDragEnterEvent ) [protected, virtual]

This event handler is called when a drag is in progress and the mouse enters this widget.

See the Drag-and-drop documentation for an overview of how to provide drag-and-drop in your application.

Ver también:
QTextDrag, QImageDrag, QDragEnterEvent

Reimplementado de QWidget.

void QColorWell::dragLeaveEvent ( QDragLeaveEvent ) [protected, virtual]

This event handler is called when a drag is in progress and the mouse leaves this widget.

See the Drag-and-drop documentation for an overview of how to provide drag-and-drop in your application.

Ver también:
QTextDrag, QImageDrag, QDragLeaveEvent

Reimplementado de QWidget.

void QColorWell::dragMoveEvent ( QDragMoveEvent ) [protected, virtual]

This event handler is called when a drag is in progress and the mouse enters this widget, and whenever it moves within the widget.

See the Drag-and-drop documentation for an overview of how to provide drag-and-drop in your application.

Ver también:
QTextDrag, QImageDrag, QDragMoveEvent

Reimplementado de QWidget.

void QColorWell::dropEvent ( QDropEvent ) [protected, virtual]

This event handler is called when the drag is dropped on this widget.

See the Drag-and-drop documentation for an overview of how to provide drag-and-drop in your application.

Ver también:
QTextDrag, QImageDrag, QDropEvent

Reimplementado de QWidget.

void QColorWell::mouseMoveEvent ( QMouseEvent e) [protected, virtual]

Reimplementado de QWellArray.

void QColorWell::mousePressEvent ( QMouseEvent e) [protected, virtual]

Reimplementado de QWellArray.

void QColorWell::mouseReleaseEvent ( QMouseEvent e) [protected, virtual]

Reimplementado de QWellArray.

void QColorWell::paintCellContents ( QPainter p,
int  row,
int  col,
const QRect r 
) [protected, virtual]

Reimplement this function to change the contents of the well array.

Reimplementado de QWellArray.


La documentación para esta clase fue generada a partir del siguiente fichero:
 Todo Clases Namespaces Archivos Funciones Variables 'typedefs' Enumeraciones Valores de enumeraciones Propiedades Amigas 'defines'