QtCharEdit Class Reference
+ Inheritance 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=0)
 
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
 

Detailed Description

Definition at line 1883 of file qteditorfactory.cpp.

Constructor & Destructor Documentation

◆ QtCharEdit()

QtCharEdit ( QWidget *  parent = 0)

Definition at line 1911 of file qteditorfactory.cpp.

Member Function Documentation

◆ event()

bool event ( QEvent *  e)
overrideprotected

Definition at line 2073 of file qteditorfactory.cpp.

◆ eventFilter()

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

Definition at line 1924 of file qteditorfactory.cpp.

◆ focusInEvent()

void focusInEvent ( QFocusEvent *  e)
overrideprotected

Definition at line 2041 of file qteditorfactory.cpp.

◆ focusOutEvent()

void focusOutEvent ( QFocusEvent *  e)
overrideprotected

Definition at line 2048 of file qteditorfactory.cpp.

◆ keyPressEvent()

void keyPressEvent ( QKeyEvent *  e)
overrideprotected

Definition at line 2054 of file qteditorfactory.cpp.

◆ keyReleaseEvent()

void keyReleaseEvent ( QKeyEvent *  e)
overrideprotected

Definition at line 2060 of file qteditorfactory.cpp.

◆ paintEvent()

void paintEvent ( QPaintEvent *  )
overrideprotected

Definition at line 2065 of file qteditorfactory.cpp.

◆ setValue

void setValue ( const QChar &  value)
slot

Definition at line 2024 of file qteditorfactory.cpp.

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

◆ value()

QChar value ( ) const

Definition at line 2036 of file qteditorfactory.cpp.

+ Here is the caller graph for this function:

◆ valueChanged

void valueChanged ( const QChar &  value)
signal

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