|
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) |
| 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 |
| virtual QString | type () const =0 |
| QPanel (QWidget *p=0) | |
| Constructor. | |
| 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 bool | forward (QMouseEvent *e) |
| virtual void | editorChange (QEditor *e) |
| Callback. | |
| virtual void | mouseMoveEvent (QMouseEvent *e) |
| virtual void | mousePressEvent (QMouseEvent *e) |
| virtual void | mouseReleaseEvent (QMouseEvent *e) |
| virtual void | showEvent (QShowEvent *e) |
| virtual void | hideEvent (QHideEvent *e) |
| virtual void | paintEvent (QPaintEvent *e) |
| virtual bool | paint (QPainter *p, QEditor *e) |
Private Member Functions inherited from Ui_SearchReplace | |
| void | setupUi (QWidget *SearchReplace) |
| void | retranslateUi (QWidget *SearchReplace) |
Private Attributes inherited from Ui_SearchReplace | |
| QVBoxLayout * | vboxLayout |
| QFrame * | frameSearch |
| QHBoxLayout * | hboxLayout |
| QToolButton * | bClose |
| QToolButton * | bRefresh |
| QLabel * | label |
| QLineEdit * | leFind |
| QToolButton * | bNext |
| QToolButton * | bPrevious |
| QSpacerItem * | spacerItem |
| QCheckBox * | cbWords |
| QCheckBox * | cbCursor |
| QCheckBox * | cbSelection |
| QCheckBox * | cbHighlight |
| QCheckBox * | cbRegExp |
| QCheckBox * | cbCase |
| QFrame * | frameReplace |
| QHBoxLayout * | hboxLayout1 |
| QCheckBox * | cbReplace |
| QLineEdit * | leReplace |
| QSpacerItem * | spacerItem1 |
| QCheckBox * | cbPrompt |
| QCheckBox * | cbReplaceAll |
| QCheckBox * | cbEscapeSeq |
A panel that provide inline search/replace functionalities.
1.8.1.2