![]() |
Computer Assited Medical Intervention Tool Kit
version 4.0
|
Inherits QWidget.
Public Slots | |
void | setValue (const QChar &value) |
Signals | |
void | valueChanged (const QChar &value) |
Public Member Functions | |
bool | eventFilter (QObject *o, QEvent *e) |
QtCharEdit (QWidget *parent=0) | |
QChar | value () const |
Protected Member Functions | |
bool | event (QEvent *e) |
void | focusInEvent (QFocusEvent *e) |
void | focusOutEvent (QFocusEvent *e) |
void | keyPressEvent (QKeyEvent *e) |
void | keyReleaseEvent (QKeyEvent *e) |
void | paintEvent (QPaintEvent *) |
Private Slots | |
void | slotClearChar () |
Private Member Functions | |
void | handleKeyEvent (QKeyEvent *e) |
Private Attributes | |
QLineEdit * | m_lineEdit |
QChar | m_value |
QtCharEdit::QtCharEdit | ( | QWidget * | parent = 0 | ) |
References m_lineEdit.
|
protected |
bool QtCharEdit::eventFilter | ( | QObject * | o, |
QEvent * | e | ||
) |
References m_lineEdit, m_value, and slotClearChar().
|
protected |
References m_lineEdit.
|
protected |
References m_lineEdit.
|
private |
References m_lineEdit, m_value, and valueChanged().
Referenced by keyPressEvent().
|
protected |
References handleKeyEvent().
|
protected |
References m_lineEdit.
|
protected |
|
slot |
References m_lineEdit, m_value, and value().
Referenced by QtCharEditorFactory::createEditor(), slotClearChar(), and QtCharEditorFactoryPrivate::slotPropertyChanged().
|
privateslot |
References m_value, setValue(), and valueChanged().
Referenced by eventFilter().
QChar QtCharEdit::value | ( | ) | const |
References m_value.
Referenced by setValue().
|
signal |
Referenced by handleKeyEvent(), and slotClearChar().
|
private |
Referenced by eventFilter(), focusInEvent(), focusOutEvent(), handleKeyEvent(), keyReleaseEvent(), QtCharEdit(), and setValue().
|
private |
Referenced by eventFilter(), handleKeyEvent(), setValue(), slotClearChar(), and value().