#include <editdialogs.h>
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. | |
Queries can be carried out using this dialog, which performs a literal search of all text blocks for user provided substrings.
| FindDialog::FindDialog | ( | const BufferMap & | buffers | ) |
Constructor.
| buffers | Map of all case buffers |
| Glib::ustring FindDialog::get_selected | ( | ) | [inline] |
Get the selected block result.
1.5.3