#include <photoDescEdit.h>
Definition at line 133 of file photoDescEdit.h.
§ TextEdit()
TextEdit::TextEdit |
( |
QWidget * |
parent = 0 , |
|
|
const char * |
name = 0 |
|
) |
| |
Definition at line 572 of file photoDescEdit.cpp.
References contextMenu.
574 setHScrollBarMode( Q3ScrollView::AlwaysOff );
575 setTextFormat( Qt::PlainText );
Q3PopupMenu * contextMenu
§ contextMenuHiding
void TextEdit::contextMenuHiding |
( |
| ) |
|
|
privateslot |
§ createPopupMenu()
Q3PopupMenu * TextEdit::createPopupMenu |
( |
const QPoint & |
pos | ) |
|
|
protected |
§ finished
void TextEdit::finished |
( |
| ) |
|
|
signal |
§ focusOutEvent()
void TextEdit::focusOutEvent |
( |
QFocusEvent * |
| ) |
|
|
protected |
§ keyPressEvent()
void TextEdit::keyPressEvent |
( |
QKeyEvent * |
e | ) |
|
|
protected |
Definition at line 585 of file photoDescEdit.cpp.
References finished().
588 if( e->key() == Qt::Key_Escape )
593 else if( (e->state() & Qt::ControlModifier) && e->key() == Qt::Key_A )
599 Q3TextEdit::keyPressEvent( e );
§ paintNow()
void TextEdit::paintNow |
( |
| ) |
|
§ contextMenu
Q3PopupMenu* TextEdit::contextMenu |
|
private |
The documentation for this class was generated from the following files: