#include <NameConstraintsPanel.h>


TSP-enforcing: No
Definition at line 37 of file NameConstraintsPanel.h.
Public Member Functions | |
| CPKIFNameConstraintsPanel (wxWindow *parent, wxWindowID id=-1, const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxDefaultSize, long style=wxTAB_TRAVERSAL|wxNO_BORDER) | |
| wxListBox * | GetListboxPermNC () |
| wxListBox * | GetListboxExclNC () |
| CPKIFGeneralSubtreeListPtr | GetExcludedNameConstraints () |
| CPKIFGeneralSubtreeListPtr | GetPermittedNameConstraints () |
| void | SetInitialPathSettings (CPKIFPathSettingsPtr &ps) |
| void | OnInitDialog (wxInitDialogEvent &event) |
| CPKIFNameConstraintsPanel::CPKIFNameConstraintsPanel | ( | wxWindow * | parent, | |
| wxWindowID | id = -1, |
|||
| const wxPoint & | position = wxDefaultPosition, |
|||
| const wxSize & | size = wxDefaultSize, |
|||
| long | style = wxTAB_TRAVERSAL | wxNO_BORDER | |||
| ) |
Interface: External
Panel constructor
Definition at line 65 of file NameConstraintsPanel.cpp.
| wxListBox* CPKIFNameConstraintsPanel::GetListboxPermNC | ( | ) | [inline] |
Definition at line 47 of file NameConstraintsPanel.h.
Referenced by GetPermittedNameConstraints(), and OnInitDialog().
| wxListBox* CPKIFNameConstraintsPanel::GetListboxExclNC | ( | ) | [inline] |
Definition at line 48 of file NameConstraintsPanel.h.
Referenced by GetExcludedNameConstraints(), and OnInitDialog().
| CPKIFGeneralSubtreeListPtr CPKIFNameConstraintsPanel::GetExcludedNameConstraints | ( | ) |
Interface: Module
This function returns excluded Name Constraints
Definition at line 287 of file NameConstraintsPanel.cpp.
References data, CPKIFGeneralSubtree::GetBase(), and GetListboxExclNC().
Referenced by CPKIFPathSettingsNotebook::GetPathSettings().
| CPKIFGeneralSubtreeListPtr CPKIFNameConstraintsPanel::GetPermittedNameConstraints | ( | ) |
Interface: Module
This function returns permitted Name Constraints
Definition at line 314 of file NameConstraintsPanel.cpp.
References data, CPKIFGeneralSubtree::GetBase(), and GetListboxPermNC().
Referenced by CPKIFPathSettingsNotebook::GetPathSettings().
| void CPKIFNameConstraintsPanel::SetInitialPathSettings | ( | CPKIFPathSettingsPtr & | ps | ) |
Interface: External
This function sets initial path settings
Definition at line 167 of file NameConstraintsPanel.cpp.
Referenced by CPKIFPathSettingsNotebook::SetInitialPathSettings().
| void CPKIFNameConstraintsPanel::OnInitDialog | ( | wxInitDialogEvent & | event | ) |
Interface: External
Panel initialization
Definition at line 178 of file NameConstraintsPanel.cpp.
References GetListboxExclNC(), GetListboxPermNC(), and UpdateList().
Referenced by CPKIFPathSettingsNotebook::OnInitDialog().
1.5.6