kdeui Library API Documentation

KEdFind Class Reference

Inheritance diagram for KEdFind:

KDialogBase KDialog QDialog List of all members.

Signals

void search ()
void done ()

Public Member Functions

 KEdFind (QWidget *parent=0, const char *name=0, bool modal=true)
 ~KEdFind ()
QString getText () const
void setText (QString string)
void setCaseSensitive (bool b)
bool case_sensitive () const
void setDirection (bool b)
bool get_direction () const
KHistoryCombosearchCombo () const

Protected Slots

void slotCancel (void)
void slotUser1 (void)
void textSearchChanged (const QString &)

Protected Member Functions

virtual void virtual_hook (int id, void *data)

Protected Attributes

QVButtonGroupgroup

Properties

QString text
bool caseSensitivity
bool direction

Detailed Description

Definition at line 59 of file keditcl.h.


Member Function Documentation

KHistoryCombo * KEdFind::searchCombo  )  const
 

Returns:
the combobox containing the history of searches. Can be used to save and restore the history.

Definition at line 799 of file keditcl2.cpp.

void KEdFind::slotCancel void   )  [protected, virtual, slot]
 

Activated when the Cancel button has been clicked.

The QDialog::reject() is activated in regular mode and QDialog::done( Cancel ) when in message box mode.

Reimplemented from KDialogBase.

Definition at line 750 of file keditcl2.cpp.

References KDialogBase::slotCancel().

Referenced by KEdFind().

void KEdFind::slotUser1 void   )  [protected, virtual, slot]
 

Activated when the User1 button has been clicked.

Reimplemented from KDialogBase.

Definition at line 756 of file keditcl2.cpp.


The documentation for this class was generated from the following files:
KDE Logo
This file is part of the documentation for kdeui Library Version 3.4.1.
Documentation copyright © 1996-2004 the KDE developers.
Generated on Mon Jan 23 19:32:47 2006 by doxygen 1.4.3 written by Dimitri van Heesch, © 1997-2003