#include <klfsearchbar.h>
Public Member Functions | |
KLFPosSearchableProxy () | |
virtual | ~KLFPosSearchableProxy () |
virtual Pos | searchStartFrom (bool forward) |
virtual Pos | searchFind (const QString &queryString, const Pos &fromPos, bool forward) |
virtual void | searchMoveToPos (const Pos &pos) |
virtual void | searchPerformed (const QString &queryString, bool found, const Pos &pos) |
virtual void | searchAborted () |
virtual void | searchReinitialized () |
virtual QString | searchQueryString () const |
virtual void | setSearchQueryString (const QString &s) |
virtual bool | searchHasInterruptRequested () |
virtual void | setSearchInterruptRequested (bool on) |
virtual void | setSearchTarget (KLFPosSearchable *t) |
Protected Member Functions | |
virtual KLFPosSearchable * | target () |
virtual const KLFPosSearchable * | target () const |
Definition at line 298 of file klfsearchbar.h.
KLFPosSearchableProxy::KLFPosSearchableProxy | ( | ) | [inline] |
Definition at line 301 of file klfsearchbar.h.
KLFPosSearchableProxy::~KLFPosSearchableProxy | ( | ) | [virtual] |
Definition at line 166 of file klfsearchbar.cpp.
void KLFPosSearchableProxy::searchAborted | ( | ) | [virtual] |
Implements KLFPosSearchable.
Definition at line 194 of file klfsearchbar.cpp.
References KLF_ASSERT_NOT_NULL, KLFPosSearchable::searchAborted(), and target().
KLFPosSearchable::Pos KLFPosSearchableProxy::searchFind | ( | const QString & | queryString, |
const Pos & | fromPos, | ||
bool | forward | ||
) | [virtual] |
Implements KLFPosSearchable.
Definition at line 176 of file klfsearchbar.cpp.
References KLF_ASSERT_NOT_NULL, KLFPosSearchable::searchFind(), and target().
bool KLFPosSearchableProxy::searchHasInterruptRequested | ( | ) | [virtual] |
Reimplemented from KLFPosSearchable.
Definition at line 218 of file klfsearchbar.cpp.
References KLF_ASSERT_NOT_NULL, KLFPosSearchable::searchHasInterruptRequested(), and target().
void KLFPosSearchableProxy::searchMoveToPos | ( | const Pos & | pos | ) | [virtual] |
Reimplemented from KLFPosSearchable.
Definition at line 182 of file klfsearchbar.cpp.
References KLF_ASSERT_NOT_NULL, KLFPosSearchable::searchMoveToPos(), and target().
void KLFPosSearchableProxy::searchPerformed | ( | const QString & | queryString, |
bool | found, | ||
const Pos & | pos | ||
) | [virtual] |
Reimplemented from KLFPosSearchable.
Definition at line 188 of file klfsearchbar.cpp.
References KLF_ASSERT_NOT_NULL, KLFPosSearchable::searchPerformed(), and target().
QString KLFPosSearchableProxy::searchQueryString | ( | ) | const [virtual] |
Reimplemented from KLFPosSearchable.
Definition at line 206 of file klfsearchbar.cpp.
References KLF_ASSERT_NOT_NULL, KLFPosSearchable::searchQueryString(), and target().
void KLFPosSearchableProxy::searchReinitialized | ( | ) | [virtual] |
Reimplemented from KLFPosSearchable.
Definition at line 200 of file klfsearchbar.cpp.
References KLF_ASSERT_NOT_NULL, KLFPosSearchable::searchReinitialized(), and target().
KLFPosSearchable::Pos KLFPosSearchableProxy::searchStartFrom | ( | bool | forward | ) | [virtual] |
Reimplemented from KLFPosSearchable.
Definition at line 170 of file klfsearchbar.cpp.
References KLF_ASSERT_NOT_NULL, KLFPosSearchable::searchStartFrom(), and target().
void KLFPosSearchableProxy::setSearchInterruptRequested | ( | bool | on | ) | [virtual] |
Reimplemented from KLFPosSearchable.
Definition at line 224 of file klfsearchbar.cpp.
References KLF_ASSERT_NOT_NULL, KLFPosSearchable::setSearchInterruptRequested(), and target().
void KLFPosSearchableProxy::setSearchQueryString | ( | const QString & | s | ) | [virtual] |
Reimplemented from KLFPosSearchable.
Definition at line 212 of file klfsearchbar.cpp.
References KLF_ASSERT_NOT_NULL, KLFPosSearchable::setSearchQueryString(), and target().
virtual void KLFPosSearchableProxy::setSearchTarget | ( | KLFPosSearchable * | t | ) | [inline, virtual] |
Definition at line 315 of file klfsearchbar.h.
References KLFTargeter::setTarget().
virtual KLFPosSearchable* KLFPosSearchableProxy::target | ( | ) | [inline, protected, virtual] |
Definition at line 318 of file klfsearchbar.h.
References KLFTargeter::pTarget.
Referenced by searchAborted(), searchFind(), searchHasInterruptRequested(), searchMoveToPos(), searchPerformed(), searchQueryString(), searchReinitialized(), searchStartFrom(), setSearchInterruptRequested(), and setSearchQueryString().
virtual const KLFPosSearchable* KLFPosSearchableProxy::target | ( | ) | const [inline, protected, virtual] |
Definition at line 319 of file klfsearchbar.h.
References KLFTargeter::pTarget.