Eneboo - Documentación para desarrolladores
Métodos públicos | Métodos protegidos
Referencia de la Clase QDateTimeSpinWidget
Diagrama de herencias de QDateTimeSpinWidget
QSpinWidget QWidget QWidget QPaintDevice QObject QPaintDevice QObject QPaintDevice QObject QPaintDevice QObject

Lista de todos los miembros.

Métodos públicos

 QDateTimeSpinWidget (QWidget *parent, const char *name)
void enabledChange (bool notenabled)

Métodos protegidos

void wheelEvent (QWheelEvent *e)

Documentación del constructor y destructor

QDateTimeSpinWidget::QDateTimeSpinWidget ( QWidget parent,
const char *  name 
) [inline]

Documentación de las funciones miembro

void QDateTimeSpinWidget::enabledChange ( bool  oldEnabled) [inline, virtual]

This virtual function is called from setEnabled(). oldEnabled is the previous setting; you can get the new setting from isEnabled().

Reimplement this function if your widget needs to know when it becomes enabled or disabled. You will almost certainly need to update the widget using update().

The default implementation repaints the visible part of the widget.

Ver también:
setEnabled(), isEnabled(), repaint(), update(), clipRegion()

Reimplementado de QWidget.

void QDateTimeSpinWidget::wheelEvent ( QWheelEvent e) [inline, protected, virtual]

The event is passed in e.

Reimplementado de QSpinWidget.


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'