QCodeEdit
2.2
|
A panel that display some status informations. More...
QStatusPanel (QWidget *p=0) | |
Constructor. | |
virtual | ~QStatusPanel () |
Empty destructor. | |
virtual QString | type () const |
virtual void | editorChange (QEditor *e) |
virtual bool | paint (QPainter *p, QEditor *e) |
virtual void | mousePressEvent (QMouseEvent *e) |
virtual void | mouseReleaseEvent (QMouseEvent *e) |
Additional Inherited Members | |
![]() | |
virtual QString | id () const =0 |
QPanel (QWidget *p=0) | |
Constructor. More... | |
virtual | ~QPanel () |
Destructor. | |
QEditor * | editor () |
void | attach (QEditor *e) |
Connect the panel to a text editor. | |
virtual bool | shallShow () const |
bool | defaultVisibility () const |
void | setDefaultVisibility (bool on) |
![]() | |
static QPanel * | panel (const QString &id, QWidget *p=0) |
static void | registerCreator (QPanelCreator *c) |
![]() | |
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) |
A panel that display some status informations.
|
protectedvirtual |
Reimplemented from QPanel.
References QPanel::editor().
|
protectedvirtual |
Reimplemented from QPanel.
References QPanel::editor(), and QEditor::save().
|
protectedvirtual |
Reimplemented from QPanel.
References QPanel::editor().
|
protectedvirtual |
Reimplemented from QPanel.
References QDocumentCursor::columnNumber(), QEditor::cursor(), QPanel::editor(), QEditor::flag(), QEditor::isContentModified(), QDocumentCursor::lineNumber(), and QDocumentCursor::visualColumnNumber().
|
virtual |
Implements QPanel.