messageviewer
MessageViewer::FindBarSourceView Class Reference
#include <findbarsourceview.h>
Inheritance diagram for MessageViewer::FindBarSourceView:

Public Member Functions | |
| FindBarSourceView (QPlainTextEdit *view, QWidget *parent=0) | |
| ~FindBarSourceView () | |
Public Member Functions inherited from MessageViewer::FindBarBase | |
| FindBarBase (QWidget *parent=0) | |
| virtual | ~FindBarBase () |
| void | focusAndSetCursor () |
| void | setText (const QString &text) |
| QString | text () const |
Additional Inherited Members | |
Public Slots inherited from MessageViewer::FindBarBase | |
| void | autoSearch (const QString &str) |
| void | closeBar () |
| void | findNext () |
| void | findPrev () |
| void | slotSearchText (bool backward=false, bool isAutoSearch=true) |
Protected Member Functions inherited from MessageViewer::FindBarBase | |
| virtual bool | event (QEvent *e) |
| void | messageInfo (bool backward, bool isAutoSearch, bool found) |
| QMenu * | optionsMenu () |
| void | setFoundMatch (bool match) |
Protected Attributes inherited from MessageViewer::FindBarBase | |
| QAction * | mCaseSensitiveAct |
| QPushButton * | mFindNextBtn |
| QPushButton * | mFindPrevBtn |
| QString | mLastSearchStr |
| QString | mNegativeBackground |
| QMenu * | mOptionsMenu |
| QString | mPositiveBackground |
| KLineEdit * | mSearch |
Detailed Description
Definition at line 29 of file findbarsourceview.h.
Constructor & Destructor Documentation
|
explicit |
Definition at line 27 of file findbarsourceview.cpp.
| FindBarSourceView::~FindBarSourceView | ( | ) |
Definition at line 32 of file findbarsourceview.cpp.
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:55:58 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:55:58 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.
KDE API Reference
Public Member Functions inherited from