OpenCPN Partial API docs
|
Dialogs handing user defined filters. More...
Go to the source code of this file.
Classes | |
class | FilterEvents |
Functions | |
void | CreateFilterDlg (wxWindow *parent) |
void | RemoveFilterDlg (wxWindow *parent) |
void | EditFilterDlg (wxWindow *parent) |
void | EditOneFilterDlg (wxWindow *parent, const std::string &filter) |
Dialogs handing user defined filters.
Definition in file filter_dlg.h.
void CreateFilterDlg | ( | wxWindow * | parent | ) |
Definition at line 627 of file filter_dlg.cpp.
void EditFilterDlg | ( | wxWindow * | parent | ) |
Definition at line 687 of file filter_dlg.cpp.
void EditOneFilterDlg | ( | wxWindow * | parent, |
const std::string & | filter | ||
) |
Definition at line 668 of file filter_dlg.cpp.
void RemoveFilterDlg | ( | wxWindow * | parent | ) |
Definition at line 646 of file filter_dlg.cpp.