QCodeEdit  2.2
List of all members
QGotoLinePanel Class Reference

A panel that provide inline goto line functionalities. More...

Inheritance diagram for QGotoLinePanel:
Inheritance graph
[legend]
 QGotoLinePanel (QWidget *p=0)
 Constructor.
virtual ~QGotoLinePanel ()
 Empty destructor.
virtual QString type () const
virtual bool forward (QMouseEvent *e)
virtual void editorChange (QEditor *e)
virtual void showEvent (QShowEvent *e)
virtual void keyPressEvent (QKeyEvent *e)

Additional Inherited Members

- Public Member Functions inherited from QPanel
virtual QString id () const =0
virtual QString type () const =0
 QPanel (QWidget *p=0)
 Constructor.
virtual ~QPanel ()
 Destructor.
QEditoreditor ()
void attach (QEditor *e)
 Connect the panel to a text editor.
virtual bool shallShow () const
bool defaultVisibility () const
void setDefaultVisibility (bool on)
- Static Public Member Functions inherited from QPanel
static QPanelpanel (const QString &id, QWidget *p=0)
static void registerCreator (QPanelCreator *c)
- Protected Member Functions inherited from QPanel
virtual bool forward (QMouseEvent *e)
virtual void editorChange (QEditor *e)
 Callback.
virtual void mouseMoveEvent (QMouseEvent *e)
virtual void mousePressEvent (QMouseEvent *e)
virtual void mouseReleaseEvent (QMouseEvent *e)
virtual void showEvent (QShowEvent *e)
virtual void hideEvent (QHideEvent *e)
virtual void paintEvent (QPaintEvent *e)
virtual bool paint (QPainter *p, QEditor *e)
- Private Member Functions inherited from Ui_GotoLine
void setupUi (QWidget *GotoLine)
void retranslateUi (QWidget *GotoLine)
- Private Attributes inherited from Ui_GotoLine
QHBoxLayout * horizontalLayout
QToolButtonbClose
QLabel * label
QSpinBox * spLine
QPushButton * bGo
QSlider * slLine

Detailed Description

A panel that provide inline goto line functionalities.


The documentation for this class was generated from the following files: