Computer Assisted Medical Intervention Tool Kit  version 5.2
QtKeySequenceEdit Class Reference

#include <qtpropertybrowserutils_p.h>

+ Inheritance diagram for QtKeySequenceEdit:
+ Collaboration diagram for QtKeySequenceEdit:

Public Slots

void setKeySequence (const QKeySequence &sequence)
 

Signals

void keySequenceChanged (const QKeySequence &sequence)
 

Public Member Functions

bool eventFilter (QObject *o, QEvent *e) override
 
QKeySequence keySequence () const
 
 QtKeySequenceEdit (QWidget *parent=nullptr)
 

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

◆ QtKeySequenceEdit()

QtKeySequenceEdit::QtKeySequenceEdit ( QWidget *  parent = nullptr)

Member Function Documentation

◆ event()

bool QtKeySequenceEdit::event ( QEvent *  e)
overrideprotected

◆ eventFilter()

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

◆ focusInEvent()

void QtKeySequenceEdit::focusInEvent ( QFocusEvent *  e)
overrideprotected

◆ focusOutEvent()

void QtKeySequenceEdit::focusOutEvent ( QFocusEvent *  e)
overrideprotected

◆ keyPressEvent()

void QtKeySequenceEdit::keyPressEvent ( QKeyEvent *  e)
overrideprotected

◆ keyReleaseEvent()

void QtKeySequenceEdit::keyReleaseEvent ( QKeyEvent *  e)
overrideprotected

◆ keySequence()

QKeySequence QtKeySequenceEdit::keySequence ( ) const

◆ keySequenceChanged

void QtKeySequenceEdit::keySequenceChanged ( const QKeySequence &  sequence)
signal

◆ paintEvent()

void QtKeySequenceEdit::paintEvent ( QPaintEvent *  )
overrideprotected

◆ setKeySequence

void QtKeySequenceEdit::setKeySequence ( const QKeySequence &  sequence)
slot

Referenced by QtKeySequenceEditorFactory::createEditor(), and QtKeySequenceEditorFactoryPrivate::slotPropertyChanged().

+ Here is the caller graph for this function:

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