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 2058 of file qteditorfactory.cpp.

Constructor & Destructor Documentation

◆ QtCharEdit()

QtCharEdit ( QWidget * parent = 0)

Definition at line 2088 of file qteditorfactory.cpp.

Member Function Documentation

◆ event()

bool event ( QEvent * e)
overrideprotected

Definition at line 2260 of file qteditorfactory.cpp.

◆ eventFilter()

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

Definition at line 2101 of file qteditorfactory.cpp.

◆ focusInEvent()

void focusInEvent ( QFocusEvent * e)
overrideprotected

Definition at line 2223 of file qteditorfactory.cpp.

◆ focusOutEvent()

void focusOutEvent ( QFocusEvent * e)
overrideprotected

Definition at line 2231 of file qteditorfactory.cpp.

◆ keyPressEvent()

void keyPressEvent ( QKeyEvent * e)
overrideprotected

Definition at line 2238 of file qteditorfactory.cpp.

◆ keyReleaseEvent()

void keyReleaseEvent ( QKeyEvent * e)
overrideprotected

Definition at line 2245 of file qteditorfactory.cpp.

◆ paintEvent()

void paintEvent ( QPaintEvent * )
overrideprotected

Definition at line 2251 of file qteditorfactory.cpp.

◆ setValue

void setValue ( const QChar & value)
slot

Definition at line 2204 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 2217 of file qteditorfactory.cpp.

+ Here is the caller graph for this function:

◆ valueChanged

void valueChanged ( const QChar & value)
signal
+ Here is the call graph for this function:

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