#include <blocked_dialog.h>
Inheritance diagram for blocked_dialog:

Public Methods |
|
| blocked_dialog (wxWindow *parent, wxString exclusion_string, long &action, long &priority) | |
| Constructor. |
|
| ~blocked_dialog () | |
| Destructor. |
|
| void | transfer_to (wxString &exclusion_string, long &action, long &priority) |
| Transfers the data to the parent dialog. |
|
This dialog is shown when user clicks an 'Add exclusion...' or 'Edit exclusion...' button on an exclusion_dialog .
|
||||||||||||||||||||
|
Constructor.
|
|
||||||||||||||||
|
Transfers the data to the parent dialog.
|