QCodeEdit  2.2
List of all members
QStatusPanel Class Reference

A panel that display some status informations. More...

Inheritance diagram for QStatusPanel:
Inheritance graph
[legend]
 QStatusPanel (QWidget *p=0)
 Constructor.
 
virtual ~QStatusPanel ()
 Empty destructor.
 
virtual QString type () const
 
virtual void editorChange (QEditor *e)
 Callback. More...
 
virtual bool paint (QPainter *p, QEditor *e)
 
virtual void mousePressEvent (QMouseEvent *e)
 
virtual void mouseReleaseEvent (QMouseEvent *e)
 

Additional Inherited Members

- Public Member Functions inherited from QPanel
virtual QString id () const =0
 
 QPanel (QWidget *p=0)
 Constructor. More...
 
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 mouseMoveEvent (QMouseEvent *e)
 
virtual void showEvent (QShowEvent *e)
 
virtual void hideEvent (QHideEvent *e)
 
virtual void paintEvent (QPaintEvent *e)
 

Detailed Description

A panel that display some status informations.

Member Function Documentation

◆ editorChange()

void QStatusPanel::editorChange ( QEditor e)
protectedvirtual

Callback.

Each time attach() is called, this function is called as well so that the panel can fine tune its behaviour according to the editor monitored.

Note
the Default implementation does nothing...

Reimplemented from QPanel.


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