#include <PkiEnvironmentDefinitionNotebook.h>
TSP-enforcing: No
Definition at line 44 of file PkiEnvironmentDefinitionNotebook.h.
Public Member Functions | |
CPKIFPkiEnvironmentDefinitionNotebook (wxWindow *parent, wxWindowID id, const wxString &title, const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxDefaultSize, long style=wxDEFAULT_DIALOG_STYLE, bool enableBlacklists=true) | |
~CPKIFPkiEnvironmentDefinitionNotebook () | |
IPKIFMediatorPtr | GetMediator () |
void | OnInitDialog (wxInitDialogEvent &event) |
void | SetInitialMediator (IPKIFMediatorPtr &m) |
void | OnSelChange (wxNotebookEvent &event) |
CPKIFPkiEnvironmentDefinitionNotebook::CPKIFPkiEnvironmentDefinitionNotebook | ( | wxWindow * | parent, | |
wxWindowID | id, | |||
const wxString & | title, | |||
const wxPoint & | position = wxDefaultPosition , |
|||
const wxSize & | size = wxDefaultSize , |
|||
long | style = wxDEFAULT_DIALOG_STYLE , |
|||
bool | enableBlacklists = true | |||
) |
Interface: External
Dialog constructor
Definition at line 223 of file PkiEnvironmentDefinitionNotebook.cpp.
CPKIFPkiEnvironmentDefinitionNotebook::~CPKIFPkiEnvironmentDefinitionNotebook | ( | ) |
Interface: External
Dialog distructor
Definition at line 266 of file PkiEnvironmentDefinitionNotebook.cpp.
IPKIFMediatorPtr CPKIFPkiEnvironmentDefinitionNotebook::GetMediator | ( | ) |
Interface: External
This function returns created mediator set
Definition at line 727 of file PkiEnvironmentDefinitionNotebook.cpp.
void CPKIFPkiEnvironmentDefinitionNotebook::OnInitDialog | ( | wxInitDialogEvent & | event | ) |
Interface: External
Dialog initialization, Initialization functions for notebook panels are called.
Definition at line 918 of file PkiEnvironmentDefinitionNotebook.cpp.
References CPKIFSRColleagueSelectionPanel::OnInitDialog(), CPKIFPathAndRevColleagueSelectionPanel::OnInitDialog(), CPKIFSimpleCertAndCrlPanel::OnInitDialog(), CPKIFLdapAndOcspPanel::OnInitDialog(), and CPKIFColleagueSelectionPanel::OnInitDialog().
void CPKIFPkiEnvironmentDefinitionNotebook::SetInitialMediator | ( | IPKIFMediatorPtr & | m | ) |
Interface: External
This function sets the initial mediator, the mediator is then distributed to notebook panels
Definition at line 901 of file PkiEnvironmentDefinitionNotebook.cpp.
References CPKIFSRColleagueSelectionPanel::SetCryptoColleaguePanel(), CPKIFSRColleagueSelectionPanel::SetInitialMediator(), CPKIFPathAndRevColleagueSelectionPanel::SetInitialMediator(), CPKIFSimpleCertAndCrlPanel::SetInitialMediator(), CPKIFLdapAndOcspPanel::SetInitialMediator(), and CPKIFColleagueSelectionPanel::SetInitialMediator().
void CPKIFPkiEnvironmentDefinitionNotebook::OnSelChange | ( | wxNotebookEvent & | event | ) |
Interface: External
This function determins if simple store certificate and crls add/remove buttons will be enables based on selected colleagues.
Definition at line 934 of file PkiEnvironmentDefinitionNotebook.cpp.
References CPKIFSimpleCertAndCrlPanel::GetButtonAddCert(), CPKIFSimpleCertAndCrlPanel::GetButtonAddCrl(), CPKIFSimpleCertAndCrlPanel::GetButtonAddTa(), CPKIFSimpleCertAndCrlPanel::GetButtonRemoveCert(), CPKIFSimpleCertAndCrlPanel::GetButtonRemoveCrl(), CPKIFSimpleCertAndCrlPanel::GetButtonRemoveTa(), CPKIFSimpleCertAndCrlPanel::GetButtonViewCert(), CPKIFSimpleCertAndCrlPanel::GetButtonViewCrl(), CPKIFSimpleCertAndCrlPanel::GetButtonViewTa(), CPKIFSRColleagueSelectionPanel::GetCheckSimpleCert(), CPKIFSRColleagueSelectionPanel::GetCheckSimpleCrl(), CPKIFSRColleagueSelectionPanel::GetCheckTrustAnchors(), CPKIFSimpleCertAndCrlPanel::GetListboxCerts(), CPKIFSimpleCertAndCrlPanel::GetListboxCrls(), and CPKIFSimpleCertAndCrlPanel::GetListboxTrustAnchors().