#include <DigraphLineEdit.h>
Public Slots | |
| void | setDigraphEnabled (bool isEnabled) | 
Public Member Functions | |
| DigraphLineEdit (QWidget *parent, const char *name=0) | |
| DigraphLineEdit (const QString &content, QWidget *parent, const char *name=0) | |
| ~DigraphLineEdit () | |
| bool | isDigraphEnabled () const | 
Protected Member Functions | |
| virtual void | keyPressEvent (QKeyEvent *event) | 
Definition at line 9 of file DigraphLineEdit.h.
| DigraphLineEdit::DigraphLineEdit | ( | QWidget * | parent, | |
| const char * |  name = 0 | |||
| ) | 
Definition at line 3 of file DigraphLineEdit.cpp.
| DigraphLineEdit::DigraphLineEdit | ( | const QString & | content, | |
| QWidget * | parent, | |||
| const char * |  name = 0 | |||
| ) | 
Definition at line 7 of file DigraphLineEdit.cpp.
| DigraphLineEdit::~DigraphLineEdit | ( | ) | 
Definition at line 11 of file DigraphLineEdit.cpp.
| bool DigraphLineEdit::isDigraphEnabled | ( | ) | const | 
Definition at line 51 of file DigraphLineEdit.cpp.
| void DigraphLineEdit::setDigraphEnabled | ( | bool | isEnabled | ) |  [slot] | 
        
Definition at line 47 of file DigraphLineEdit.cpp.
| void DigraphLineEdit::keyPressEvent | ( | QKeyEvent * | event | ) |  [protected, virtual] | 
        
Definition at line 14 of file DigraphLineEdit.cpp.
 1.5.6