GotoLineDialog Class Reference
#include <gotolinedialog.h>
Inheritance diagram for GotoLineDialog:

Public Slots | |
virtual void | init () |
virtual void | destroy () |
virtual void | setEditor (QEditor *editor) |
virtual void | accept () |
Public Member Functions | |
GotoLineDialog (QWidget *parent=0, const char *name=0, bool modal=FALSE, WFlags fl=0) | |
~GotoLineDialog () | |
Public Attributes | |
QLabel * | TextLabel2 |
QSpinBox * | spinLineNumber |
QPushButton * | buttonOk |
QPushButton * | buttonCancel |
Protected Slots | |
virtual void | languageChange () |
Protected Attributes | |
QEditor * | m_editor |
QVBoxLayout * | GotoLineDialogLayout |
QSpacerItem * | Spacer2 |
QHBoxLayout * | Layout3 |
QHBoxLayout * | Layout1 |
QSpacerItem * | Horizontal_Spacing2 |
Constructor & Destructor Documentation
|
Definition at line 31 of file gotolinedialog.cpp. References accept(), buttonCancel, buttonOk, GotoLineDialog(), GotoLineDialogLayout, Horizontal_Spacing2, init(), languageChange(), Layout1, Layout3, Spacer2, spinLineNumber, and TextLabel2. Referenced by GotoLineDialog(). |
|
Definition at line 77 of file gotolinedialog.cpp. References destroy(). |
Member Function Documentation
|
Referenced by GotoLineDialog(). |
|
Referenced by ~GotoLineDialog(). |
|
Referenced by GotoLineDialog(). |
|
Definition at line 87 of file gotolinedialog.cpp. References buttonCancel, buttonOk, and TextLabel2. Referenced by GotoLineDialog(). |
|
Referenced by QEditorView::gotoLine(). |
Member Data Documentation
|
Definition at line 36 of file gotolinedialog.h. Referenced by GotoLineDialog(), and languageChange(). |
|
Definition at line 35 of file gotolinedialog.h. Referenced by GotoLineDialog(), and languageChange(). |
|
Definition at line 47 of file gotolinedialog.h. Referenced by GotoLineDialog(). |
|
Definition at line 51 of file gotolinedialog.h. Referenced by GotoLineDialog(). |
|
Definition at line 50 of file gotolinedialog.h. Referenced by GotoLineDialog(). |
|
Definition at line 49 of file gotolinedialog.h. Referenced by GotoLineDialog(). |
|
Definition at line 45 of file gotolinedialog.h. |
|
Definition at line 48 of file gotolinedialog.h. Referenced by GotoLineDialog(). |
|
Definition at line 34 of file gotolinedialog.h. Referenced by GotoLineDialog(). |
|
Definition at line 33 of file gotolinedialog.h. Referenced by GotoLineDialog(), and languageChange(). |
The documentation for this class was generated from the following files:
- editors/qeditor/gotolinedialog.h
- editors/qeditor/gotolinedialog.cpp