kstars
LogEdit Class Reference
simple derivative of KTextEdit, that just adds a focusOut() signal, emitted when the edit loses focus. More...
#include <detaildialog.h>
Inheritance diagram for LogEdit:

Signals | |
void | focusOut () |
Public Member Functions | |
LogEdit (QWidget *parent=0, const char *name=0) | |
~LogEdit () | |
Protected Member Functions | |
void | focusOutEvent (QFocusEvent *e) |
Detailed Description
simple derivative of KTextEdit, that just adds a focusOut() signal, emitted when the edit loses focus.
- Version:
- 1.0
Definition at line 57 of file detaildialog.h.
Constructor & Destructor Documentation
LogEdit::LogEdit | ( | QWidget * | parent = 0 , |
|
const char * | name = 0 | |||
) |
Definition at line 60 of file detaildialog.cpp.
LogEdit::~LogEdit | ( | ) | [inline] |
Definition at line 61 of file detaildialog.h.
Member Function Documentation
void LogEdit::focusOut | ( | ) | [signal] |
void LogEdit::focusOutEvent | ( | QFocusEvent * | e | ) | [protected] |
Definition at line 67 of file detaildialog.cpp.
The documentation for this class was generated from the following files: