|
Public Methods
|
| |
exclusion_dialog (wxWindow *parent, wxString configuration_section) |
| |
Constructor.
|
| |
~exclusion_dialog () |
| |
Destructor.
|
Protected Methods
|
| void |
listctrl_init () |
| void |
listctrl_load_rows () |
| void |
listctrl_parse_single_loaded_row (wxString string_to_parse) |
| void |
listctrl_save_rows (exclusion_listctrl *listctrl) |
| void |
save_exclusion_file () |
| void |
on_extensions_tab_add_button (wxCommandEvent &event) |
| void |
on_extensions_tab_edit_button (wxCommandEvent &event) |
| void |
on_extensions_tab_delete_button (wxCommandEvent &event) |
| void |
on_urls_tab_add_button (wxCommandEvent &event) |
| void |
on_urls_tab_edit_button (wxCommandEvent &event) |
| void |
on_urls_tab_delete_button (wxCommandEvent &event) |
| void |
on_update_ui_all_listctrls (wxUpdateUIEvent &event) |
| void |
on_update_ui_extensions_tab_listctrl (wxUpdateUIEvent &event) |
| void |
on_update_ui_urls_tab_listctrl (wxUpdateUIEvent &event) |
| void |
OnOK (wxCommandEvent &event) |
| void |
on_help_button (wxCommandEvent &event) |
Protected Attributes
|
| exclusion_listctrl
* |
m_extensions_exclusion_listctrl |
| exclusion_listctrl
* |
m_urls_exclusion_listctrl |
| wxString |
m_configuration_section |
| wxString |
m_exclusion_filename |
| wxTextFile |
m_textfile |