Computer Assisted Medical Intervention Tool Kit  version 5.2
QtCharEdit Class Reference
+ Inheritance diagram for QtCharEdit:
+ Collaboration diagram for QtCharEdit:

Public Slots

void setValue (const QChar &value)
 

Signals

void valueChanged (const QChar &value)
 

Public Member Functions

bool eventFilter (QObject *o, QEvent *e) override
 
 QtCharEdit (QWidget *parent=nullptr)
 
QChar value () const
 

Protected Member Functions

bool event (QEvent *e) override
 
void focusInEvent (QFocusEvent *e) override
 
void focusOutEvent (QFocusEvent *e) override
 
void keyPressEvent (QKeyEvent *e) override
 
void keyReleaseEvent (QKeyEvent *e) override
 
void paintEvent (QPaintEvent *) override
 

Constructor & Destructor Documentation

◆ QtCharEdit()

QtCharEdit::QtCharEdit ( QWidget *  parent = nullptr)

Member Function Documentation

◆ event()

bool QtCharEdit::event ( QEvent *  e)
overrideprotected

◆ eventFilter()

bool QtCharEdit::eventFilter ( QObject *  o,
QEvent *  e 
)
override

◆ focusInEvent()

void QtCharEdit::focusInEvent ( QFocusEvent *  e)
overrideprotected

◆ focusOutEvent()

void QtCharEdit::focusOutEvent ( QFocusEvent *  e)
overrideprotected

◆ keyPressEvent()

void QtCharEdit::keyPressEvent ( QKeyEvent *  e)
overrideprotected

◆ keyReleaseEvent()

void QtCharEdit::keyReleaseEvent ( QKeyEvent *  e)
overrideprotected

◆ paintEvent()

void QtCharEdit::paintEvent ( QPaintEvent *  )
overrideprotected

◆ setValue

void QtCharEdit::setValue ( const QChar &  value)
slot

References value().

Referenced by QtCharEditorFactory::createEditor(), and QtCharEditorFactoryPrivate::slotPropertyChanged().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ value()

QChar QtCharEdit::value ( ) const

Referenced by setValue().

+ Here is the caller graph for this function:

◆ valueChanged

void QtCharEdit::valueChanged ( const QChar &  value)
signal

The documentation for this class was generated from the following file: