|
QCodeEdit
2.2
|
A panel that provide inline search/replace functionalities. More...

| 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 bool | forward (QMouseEvent *e) |
| virtual void | editorChange (QEditor *e) |
| Callback. More... | |
| virtual bool | eventFilter (QObject *o, QEvent *e) |
| virtual void | hideEvent (QHideEvent *e) |
Additional Inherited Members | |
Public Member Functions inherited from QPanel | |
| 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 Public Member Functions inherited from QPanel | |
| static QPanel * | panel (const QString &id, QWidget *p=0) |
| static void | registerCreator (QPanelCreator *c) |
Protected Member Functions inherited from QPanel | |
| virtual void | mouseMoveEvent (QMouseEvent *e) |
| virtual void | mousePressEvent (QMouseEvent *e) |
| virtual void | mouseReleaseEvent (QMouseEvent *e) |
| virtual void | showEvent (QShowEvent *e) |
| virtual void | paintEvent (QPaintEvent *e) |
| virtual bool | paint (QPainter *p, QEditor *e) |
A panel that provide inline search/replace functionalities.
|
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.
Reimplemented from QPanel.
References QDocumentCursor::anchorColumnNumber(), QDocumentCursor::columnNumber(), QDocumentSearch::cursor(), QEditor::cursor(), QDocument::cursor(), QDocumentCursor::document(), QDocumentSearch::indexedMatchCount(), QDocumentCursor::isNull(), QDocumentCursor::isValid(), QDocumentSearch::next(), QDocumentSearch::scope(), QDocumentCursor::setColumnNumber(), QDocumentSearch::setCursor(), QEditor::setCursor(), QDocumentSearch::setOption(), QDocumentSearch::setOrigin(), QDocumentSearch::setReplaceText(), QDocumentSearch::setScope(), and QDocumentSearch::setSearchText().
1.8.11