QSearchReplacePanel Class Reference
[Widgets]
A panel that provide inline search/replace functionalities.
More...
List of all members.
|
|
| QSearchReplacePanel (QWidget *p=0) |
| | Constructor.
|
|
virtual | ~QSearchReplacePanel () |
| | Empty destructor.
|
|
virtual QString | type () const |
|
void | display (int mode, bool replace) |
|
void | find (int backward=-1) |
| virtual void | editorChange (QEditor *e) |
| | Callback.
|
|
virtual bool | eventFilter (QObject *o, QEvent *e) |
|
virtual void | hideEvent (QHideEvent *e) |
|
virtual void | paintEvent (QPaintEvent *e) |
Detailed Description
A panel that provide inline search/replace functionalities.
Member Function Documentation
| void QSearchReplacePanel::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: