QStatusPanel Class Reference
[Widgets]
A panel that display some status informations.
More...
List of all members.
|
|
| QStatusPanel (QWidget *p=0) |
| | Constructor.
|
|
virtual | ~QStatusPanel () |
| | Empty destructor.
|
|
virtual QString | type () const |
| virtual void | editorChange (QEditor *e) |
| | Callback.
|
|
virtual void | paint (QPainter *p, QEditor *e) |
|
virtual void | mousePressEvent (QMouseEvent *e) |
|
virtual void | mouseReleaseEvent (QMouseEvent *e) |
Detailed Description
A panel that display some status informations.
Member Function Documentation
| void QStatusPanel::editorChange |
( |
QEditor * |
e |
) |
[protected, virtual] |
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: