FindDialog Class Reference

Dialog used to search through text blocks. More...

#include <editdialogs.h>

List of all members.

Public Member Functions

 FindDialog (const BufferMap &buffers)
 Constructor.
Glib::ustring get_selected ()
 Get the selected block result.

Private Member Functions

void construct ()
 Build the dialog's UI.
void on_search_clicked ()
void on_entry_text_changed ()
void on_selection_changed ()

Private Attributes

Glib::ustring m_CurBlock
Gtk::Label * m_QueryLabel
Gtk::Label * m_ResultsLabel
Gtk::Button * m_SearchButton
Gtk::Button * m_GoButton
Gtk::Entry * m_QueryEntry
Gtk::ScrolledWindow * m_SWindow
Gtk::ListViewText * m_ResultsList
BufferMap m_Buffers
 Record of case text blocks.


Detailed Description

Dialog used to search through text blocks.

Queries can be carried out using this dialog, which performs a literal search of all text blocks for user provided substrings.


Constructor & Destructor Documentation

FindDialog::FindDialog ( const BufferMap &  buffers  ) 

Constructor.

Parameters:
buffers Map of all case buffers


Member Function Documentation

Glib::ustring FindDialog::get_selected (  )  [inline]

Get the selected block result.

Returns:
The selected result, which is the ID of a text block


The documentation for this class was generated from the following files:
Generated on Fri Feb 22 22:34:18 2008 for Phoenix Wright Case Editor API by  doxygen 1.5.3