A BTextCtrl that allows to input a regex.
More...
#include <RegexCtrl.h>
|
| RegexCtrl (wxWindow *parent, wxWindowID id, Configuration *cfg, const wxString &configName) |
|
bool | Matches (wxString text) |
|
void | SetSkipTab (bool skip) |
|
|
void | OnTextChange (wxCommandEvent &ev) |
| Is called when the contents of the textbox changes.
|
|
void | OnMouseRightDown (wxMouseEvent &event) |
| Called, if the user releases the right mouse button.
|
|
void | OnMenu (wxCommandEvent &event) |
| Called, if the user selects a menu item.
|
|
void | OnChange () |
| Called, if the search text or method changes.
|
|
A BTextCtrl that allows to input a regex.
The documentation for this class was generated from the following files: