[KLF Backend][KLF Tools][KLF Home]
KLatexFormula Project
Public Member Functions | Protected Member Functions
KLFSearchableProxy Class Reference

A proxy class that relays search queries to another searchable object (OBSOLETE) More...

#include <klfsearchbar.h>

Inheritance diagram for KLFSearchableProxy:
Inheritance graph
[legend]
Collaboration diagram for KLFSearchableProxy:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 KLFSearchableProxy ()
virtual ~KLFSearchableProxy ()
void setSearchTarget (KLFPosSearchable *target)
virtual void setTarget (KLFTarget *target)
virtual bool searchFind (const QString &queryString, bool forward)
virtual bool searchFindNext (bool forward)
virtual void searchAbort ()

Protected Member Functions

virtual KLFSearchabletarget ()

Detailed Description

A proxy class that relays search queries to another searchable object (OBSOLETE)

THIS CLASS IS OBSOLETE. Use KLFPosSearchableProxy instead.

This class may be used for example when you have global search bar, but many sub-windows or sub-displays displaying different data, and the search bar should search within the active one.

Definition at line 412 of file klfsearchbar.h.


Constructor & Destructor Documentation

Definition at line 415 of file klfsearchbar.h.

Definition at line 267 of file klfsearchbar.cpp.


Member Function Documentation

void KLFSearchableProxy::searchAbort ( ) [virtual]

Implements KLFSearchable.

Definition at line 290 of file klfsearchbar.cpp.

References KLF_ASSERT_NOT_NULL, KLFSearchable::searchAbort(), and target().

bool KLFSearchableProxy::searchFind ( const QString queryString,
bool  forward 
) [virtual]

Implements KLFSearchable.

Definition at line 280 of file klfsearchbar.cpp.

References KLF_ASSERT_NOT_NULL, KLFSearchable::searchFind(), and target().

bool KLFSearchableProxy::searchFindNext ( bool  forward) [virtual]

Implements KLFSearchable.

Definition at line 285 of file klfsearchbar.cpp.

References KLF_ASSERT_NOT_NULL, KLFSearchable::searchFindNext(), and target().

Definition at line 418 of file klfsearchbar.h.

References KLFTargeter::setTarget().

void KLFSearchableProxy::setTarget ( KLFTarget target) [virtual]

Reimplemented from KLFTargeter.

Definition at line 271 of file klfsearchbar.cpp.

References KLF_ASSERT_CONDITION, and target().

virtual KLFSearchable* KLFSearchableProxy::target ( ) [inline, protected, virtual]

Definition at line 426 of file klfsearchbar.h.

References KLFTargeter::pTarget.

Referenced by searchAbort(), searchFind(), searchFindNext(), and setTarget().


The documentation for this class was generated from the following files:

Generated by doxygen 1.7.6.1. The KLatexFormula website is hosted on sourceforge.net