Lista de todos los miembros.
Documentación del constructor y destructor
Constructs an empty datetime editor with parent parent and called name.
QDateTimeEditor::~QDateTimeEditor |
( |
| ) |
|
Destroys the object and frees any allocated resources.
Documentación de las funciones miembro
Appends the number section sec to the editor.
void QDateTimeEditor::clearSections |
( |
| ) |
|
Removes all sections from the editor.
bool QDateTimeEditor::event |
( |
QEvent * |
e | ) |
[protected, virtual] |
int QDateTimeEditor::focusSection |
( |
| ) |
const |
Returns the number of the section that has focus.
void QDateTimeEditor::init |
( |
| ) |
[protected] |
int QDateTimeEditor::mapSection |
( |
int |
sec | ) |
|
void QDateTimeEditor::mousePressEvent |
( |
QMouseEvent * |
e | ) |
[protected, virtual] |
void QDateTimeEditor::paintEvent |
( |
QPaintEvent * |
| ) |
[protected, virtual] |
void QDateTimeEditor::resizeEvent |
( |
QResizeEvent * |
e | ) |
[protected, virtual] |
int QDateTimeEditor::sectionAt |
( |
const QPoint & |
p | ) |
|
Returns the section index at point p.
QString QDateTimeEditor::separator |
( |
| ) |
const |
Returns the editor's separator.
bool QDateTimeEditor::setFocusSection |
( |
int |
sec | ) |
|
Sets the focus to section sec. If sec does not exist, nothing happens.
void QDateTimeEditor::setSectionSelection |
( |
int |
sec, |
|
|
int |
selstart, |
|
|
int |
selend |
|
) |
| |
Sets the selection of sec to start at selstart and end at selend.
void QDateTimeEditor::setSeparator |
( |
const QString & |
s | ) |
|
Sets the separator for all numbered sections to s. Note that currently, only the first character of s is used.
La documentación para esta clase fue generada a partir del siguiente fichero: