#include <UserPolicySetPanel.h>
TSP-enforcing: No
Definition at line 37 of file UserPolicySetPanel.h.
Public Member Functions | |
CPKIFUserPolicySetPanel (wxWindow *parent, wxWindowID id=-1, const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxDefaultSize, long style=wxTAB_TRAVERSAL|wxNO_BORDER) | |
wxListBox * | GetListboxUserPolicies () |
CPKIFPolicyInformationListPtr | GetPolicies () |
void | SetInitialPathSettings (CPKIFPathSettingsPtr &ps) |
void | OnInitDialog (wxInitDialogEvent &event) |
CPKIFUserPolicySetPanel::CPKIFUserPolicySetPanel | ( | 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 47 of file UserPolicySetPanel.cpp.
wxListBox* CPKIFUserPolicySetPanel::GetListboxUserPolicies | ( | ) | [inline] |
Definition at line 47 of file UserPolicySetPanel.h.
Referenced by GetPolicies(), and OnInitDialog().
CPKIFPolicyInformationListPtr CPKIFUserPolicySetPanel::GetPolicies | ( | ) |
Interface: External
This function returns user policy list
Definition at line 61 of file UserPolicySetPanel.cpp.
References GetListboxUserPolicies().
Referenced by CPKIFPathSettingsNotebook::GetPathSettings().
void CPKIFUserPolicySetPanel::SetInitialPathSettings | ( | CPKIFPathSettingsPtr & | ps | ) |
Interface: External
This function sets initial path setting
Definition at line 184 of file UserPolicySetPanel.cpp.
Referenced by CPKIFPathSettingsNotebook::SetInitialPathSettings().
void CPKIFUserPolicySetPanel::OnInitDialog | ( | wxInitDialogEvent & | event | ) |
Interface: External
Dialog initialization
Definition at line 195 of file UserPolicySetPanel.cpp.
References GetListboxUserPolicies().
Referenced by CPKIFPathSettingsNotebook::OnInitDialog().