Kate
ISearchPluginView Class Reference
#include <ISearchPlugin.h>
Inheritance diagram for ISearchPluginView:
Public Slots | |
void | setAutoWrap (bool) |
void | setCaseSensitive (bool) |
void | setFromBeginning (bool) |
void | setRegExp (bool) |
Public Member Functions | |
virtual bool | eventFilter (QObject *, QEvent *) |
ISearchPluginView (KTextEditor::View *view) | |
void | setView (KTextEditor::View *view) |
virtual | ~ISearchPluginView () |
Detailed Description
Definition at line 50 of file ISearchPlugin.h.
Constructor & Destructor Documentation
ISearchPluginView::ISearchPluginView | ( | KTextEditor::View * | view | ) |
ISearchPluginView::~ISearchPluginView | ( | ) | [virtual] |
Definition at line 145 of file ISearchPlugin.cpp.
Member Function Documentation
void ISearchPluginView::setAutoWrap | ( | bool | autoWrap | ) | [slot] |
Definition at line 200 of file ISearchPlugin.cpp.
void ISearchPluginView::setCaseSensitive | ( | bool | caseSensitive | ) | [slot] |
Definition at line 181 of file ISearchPlugin.cpp.
void ISearchPluginView::setFromBeginning | ( | bool | fromBeginning | ) | [slot] |
Definition at line 186 of file ISearchPlugin.cpp.
void ISearchPluginView::setRegExp | ( | bool | regExp | ) | [slot] |
Definition at line 195 of file ISearchPlugin.cpp.
void ISearchPluginView::setView | ( | KTextEditor::View * | view | ) |
Definition at line 153 of file ISearchPlugin.cpp.
The documentation for this class was generated from the following files: