VPTissue Reference Manual
SimShell::Gui::MyFindDialog Class Reference

Dialog window for searching strings. More...

#include <MyFindDialog.h>

Inheritance diagram for SimShell::Gui::MyFindDialog:
Inheritance graph
Collaboration diagram for SimShell::Gui::MyFindDialog:
Collaboration graph

Signals

void FindNext (QString const &text, bool match_case)
 Emitted when user performs a search query by clicking 'Search' or pressing the Enter button. More...
 

Public Member Functions

 MyFindDialog (QWidget *parent=0)
 
void CorrectFocus ()
 Sets focus to the text input box so the user can start typing right away.
 

Detailed Description

Dialog window for searching strings.

Also has a 'match case' checkbox.

Definition at line 36 of file MyFindDialog.h.

Member Function Documentation

void SimShell::Gui::MyFindDialog::FindNext ( QString const &  text,
bool  match_case 
)
signal

Emitted when user performs a search query by clicking 'Search' or pressing the Enter button.

Parameters
textText the user searches for.
match_caseSearch to be case-sensitive or not.

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