Inheritance diagram for SimpleSearchPanel:

Definition at line 54 of file searchpanel.cc.
Public Member Functions | |
| SimpleSearchPanel (wxWindow *parent, int id, Dictionary d) | |
| virtual void | compute_char (wxCommandEvent &) |
| virtual void | compute_enter (wxCommandEvent &) |
Protected Member Functions | |
| int | check_dic () |
| void | check_end () |
| void | panel_build () |
| virtual void | panel_options ()=0 |
Protected Attributes | |
| ConfigDB | config |
| Dictionary | dic |
| wxTextCtrl * | t |
| wxListBox * | l |
| wxBoxSizer * | sizer |
|
||||||||||||||||
|
Definition at line 68 of file searchpanel.cc. References dic. |
|
|
Definition at line 102 of file searchpanel.cc. Referenced by PRegExp::compute_enter(), PPlus1::compute_enter(), and PCross::compute_enter(). |
|
|
Definition at line 116 of file searchpanel.cc. References l. Referenced by PRegExp::compute_enter(). |
|
|
Reimplemented in PCross, PPlus1, and PRegExp. Definition at line 69 of file searchpanel.cc. |
|
|
Reimplemented in PCross, PPlus1, and PRegExp. Definition at line 70 of file searchpanel.cc. |
|
|
Referenced by PCross::PCross(), PPlus1::PPlus1(), and PRegExp::PRegExp(). |
|
|
|
|
|
Definition at line 57 of file searchpanel.cc. |
|
|
Definition at line 58 of file searchpanel.cc. Referenced by check_dic(), PRegExp::compute_enter(), and SimpleSearchPanel(). |
|
|
Definition at line 60 of file searchpanel.cc. Referenced by check_dic(), check_end(), PRegExp::compute_enter(), PPlus1::compute_enter(), and PCross::compute_enter(). |
|
|
Definition at line 61 of file searchpanel.cc. Referenced by PRegExp::panel_options(). |
|
|
Definition at line 59 of file searchpanel.cc. Referenced by PRegExp::compute_enter(), PPlus1::compute_enter(), and PCross::compute_enter(). |
1.4.5