kdeui Library API Documentation

KEdReplace Class Reference

Inheritance diagram for KEdReplace:

Inheritance graph
[legend]
Collaboration diagram for KEdReplace:

Collaboration graph
[legend]
List of all members.

Signals

void replace ()
void find ()
void replaceAll ()
void done ()

Public Member Functions

 KEdReplace (QWidget *parent=0, const char *name=0, bool modal=true)
 ~KEdReplace ()
QString getText ()
QString getReplaceText ()
void setText (QString)
KHistoryCombosearchCombo () const
KHistoryComboreplaceCombo () const
bool case_sensitive ()
bool get_direction ()

Protected Slots

void slotCancel (void)
void slotClose (void)
void slotUser1 (void)
void slotUser2 (void)
void slotUser3 (void)
void textSearchChanged (const QString &)

Protected Member Functions

virtual void virtual_hook (int id, void *data)

Detailed Description

Definition at line 109 of file keditcl.h.


Member Function Documentation

KHistoryCombo * KEdReplace::searchCombo  )  const
 

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

Definition at line 964 of file keditcl2.cpp.

KHistoryCombo * KEdReplace::replaceCombo  )  const
 

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

Definition at line 969 of file keditcl2.cpp.

void KEdReplace::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 891 of file keditcl2.cpp.

References KDialogBase::slotCancel().

Referenced by slotClose().

void KEdReplace::slotClose void   )  [protected, virtual, slot]
 

Activated when the Close button has been clicked.

The QDialog::reject() is activated.

Reimplemented from KDialogBase.

Definition at line 899 of file keditcl2.cpp.

References slotCancel().

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

Activated when the User1 button has been clicked.

Reimplemented from KDialogBase.

Definition at line 904 of file keditcl2.cpp.

void KEdReplace::slotUser2 void   )  [protected, virtual, slot]
 

Activated when the User2 button has been clicked.

Reimplemented from KDialogBase.

Definition at line 914 of file keditcl2.cpp.

void KEdReplace::slotUser3 void   )  [protected, virtual, slot]
 

Activated when the User3 button has been clicked.

Reimplemented from KDialogBase.

Definition at line 923 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.2.
Documentation copyright © 1996-2004 the KDE developers.
Generated on Thu Sep 15 10:29:52 2005 by doxygen 1.4.4 written by Dimitri van Heesch, © 1997-2003