|
Public Methods
|
| |
exclusion_listctrl (wxWindow *parent, wxWindowID id=-1, const wxPoint &pos=wxDefaultPosition, const wxSize
&size=wxDefaultSize, long style=wxLC_REPORT, const wxValidator &validator=wxDefaultValidator, const wxString &name="the_exclusion_listctrl", const wxString
&exclusion_column_caption="URL") |
| |
Constructor.
|
| |
exclusion_listctrl () |
| |
~exclusion_listctrl () |
| |
Destuctor.
|
| bool |
get_is_listctrl_dirty () |
| |
Query whether listctrl is dirty, that is a user modified at least one entry.
|
| void |
on_add_command () |
| |
Action performed when parent window or popup tells it should do an add command.
|
| void |
on_edit_command () |
| |
Action performed when parent window or popup tells it should do an edit command.
|
| void |
on_delete_command () |
| |
Action performed when parent window or popup tells it should do a delete command.
|
Protected Methods
|
| long |
get_selected_item_id () |
| long |
add_empty_row () |
| void |
edit_row (long row) |
| void |
delete_selected_row () |
| void |
OnOK (wxCommandEvent &event) |
| void |
on_help_button (wxCommandEvent &event) |
| void |
popup_menu (wxMouseEvent &event) |
| void |
OnSize (wxSizeEvent &event) |
| void |
set_column_widths () |
Protected Attributes
|
| wxWindow * |
m_parent |
| bool |
m_listctrl_is_dirty |