Qucs-GUI  0.0.19
Signals | Public Member Functions | Private Slots | Private Attributes
SearchDialog Class Reference

#include <searchdialog.h>

Collaboration diagram for SearchDialog:
Collaboration graph
[legend]

Signals

void search (const QString &str, bool CaseSensitive, bool wordOnly, bool backward)
void replace (const QString &str, const QString &str2, bool needConfirmed, bool CaseSensitive, bool wordOnly, bool backward)

Public Member Functions

 SearchDialog (QWidget *)
 ~SearchDialog ()
void initSearch (QWidget *doc, const QString &text, bool replace=false)

Private Slots

void slotSearch ()
void slotDisconnect ()

Private Attributes

Ui::SearchDialogui
QWidget * doc

Detailed Description

Definition at line 33 of file searchdialog.h.


Constructor & Destructor Documentation

SearchDialog::SearchDialog ( QWidget *  parent)

Definition at line 27 of file searchdialog.cpp.

Here is the call graph for this function:

Definition at line 37 of file searchdialog.cpp.


Member Function Documentation

void SearchDialog::initSearch ( QWidget *  doc,
const QString &  text,
bool  replace = false 
)

Definition at line 43 of file searchdialog.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

void SearchDialog::replace ( const QString &  str,
const QString &  str2,
bool  needConfirmed,
bool  CaseSensitive,
bool  wordOnly,
bool  backward 
) [signal]

Here is the caller graph for this function:

void SearchDialog::search ( const QString &  str,
bool  CaseSensitive,
bool  wordOnly,
bool  backward 
) [signal]

Here is the caller graph for this function:

void SearchDialog::slotDisconnect ( ) [private, slot]

Definition at line 93 of file searchdialog.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

void SearchDialog::slotSearch ( ) [private, slot]

Definition at line 74 of file searchdialog.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:


Field Documentation

QWidget* SearchDialog::doc [private]

Definition at line 54 of file searchdialog.h.

Definition at line 53 of file searchdialog.h.


The documentation for this class was generated from the following files:
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines