KDevelop API Documentation

GotoLineDialog Class Reference

#include <gotolinedialog.h>

Inheritance diagram for GotoLineDialog:

QDialog List of all members.

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

QLabelTextLabel2
QSpinBoxspinLineNumber
QPushButtonbuttonOk
QPushButtonbuttonCancel

Protected Slots

virtual void languageChange ()

Protected Attributes

QEditorm_editor
QVBoxLayoutGotoLineDialogLayout
QSpacerItemSpacer2
QHBoxLayoutLayout3
QHBoxLayoutLayout1
QSpacerItemHorizontal_Spacing2

Constructor & Destructor Documentation

GotoLineDialog::GotoLineDialog QWidget parent = 0,
const char *  name = 0,
bool  modal = FALSE,
WFlags  fl = 0
 

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().

GotoLineDialog::~GotoLineDialog  ) 
 

Definition at line 77 of file gotolinedialog.cpp.

References destroy().


Member Function Documentation

virtual void GotoLineDialog::accept  )  [virtual, slot]
 

Referenced by GotoLineDialog().

virtual void GotoLineDialog::destroy  )  [virtual, slot]
 

Referenced by ~GotoLineDialog().

virtual void GotoLineDialog::init  )  [virtual, slot]
 

Referenced by GotoLineDialog().

void GotoLineDialog::languageChange  )  [protected, virtual, slot]
 

Definition at line 87 of file gotolinedialog.cpp.

References buttonCancel, buttonOk, and TextLabel2.

Referenced by GotoLineDialog().

virtual void GotoLineDialog::setEditor QEditor editor  )  [virtual, slot]
 

Referenced by QEditorView::gotoLine().


Member Data Documentation

QPushButton* GotoLineDialog::buttonCancel
 

Definition at line 36 of file gotolinedialog.h.

Referenced by GotoLineDialog(), and languageChange().

QPushButton* GotoLineDialog::buttonOk
 

Definition at line 35 of file gotolinedialog.h.

Referenced by GotoLineDialog(), and languageChange().

QVBoxLayout* GotoLineDialog::GotoLineDialogLayout [protected]
 

Definition at line 47 of file gotolinedialog.h.

Referenced by GotoLineDialog().

QSpacerItem* GotoLineDialog::Horizontal_Spacing2 [protected]
 

Definition at line 51 of file gotolinedialog.h.

Referenced by GotoLineDialog().

QHBoxLayout* GotoLineDialog::Layout1 [protected]
 

Definition at line 50 of file gotolinedialog.h.

Referenced by GotoLineDialog().

QHBoxLayout* GotoLineDialog::Layout3 [protected]
 

Definition at line 49 of file gotolinedialog.h.

Referenced by GotoLineDialog().

QEditor* GotoLineDialog::m_editor [protected]
 

Definition at line 45 of file gotolinedialog.h.

QSpacerItem* GotoLineDialog::Spacer2 [protected]
 

Definition at line 48 of file gotolinedialog.h.

Referenced by GotoLineDialog().

QSpinBox* GotoLineDialog::spinLineNumber
 

Definition at line 34 of file gotolinedialog.h.

Referenced by GotoLineDialog().

QLabel* GotoLineDialog::TextLabel2
 

Definition at line 33 of file gotolinedialog.h.

Referenced by GotoLineDialog(), and languageChange().


The documentation for this class was generated from the following files:
KDE Logo
This file is part of the documentation for KDevelop Version 3.0.4.
Documentation copyright © 1996-2004 the KDE developers.
Generated on Tue Oct 19 08:02:03 2004 by doxygen 1.3.7 written by Dimitri van Heesch, © 1997-2003