#include <CRLDisplayNotebook.h>
TSP-enforcing: No
Definition at line 41 of file CRLDisplayNotebook.h.
Public Member Functions | |
CPKIFCRLDisplayNotebook (wxWindow *parent, wxWindowID id, const wxString &title, const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxDefaultSize, long style=wxDEFAULT_DIALOG_STYLE) | |
~CPKIFCRLDisplayNotebook () | |
void | SetCRL (CPKIFCRLPtr &cert) |
void | OnInitDialog (wxInitDialogEvent &event) |
CPKIFCRLDisplayNotebook::CPKIFCRLDisplayNotebook | ( | wxWindow * | parent, | |
wxWindowID | id, | |||
const wxString & | title, | |||
const wxPoint & | position = wxDefaultPosition , |
|||
const wxSize & | size = wxDefaultSize , |
|||
long | style = wxDEFAULT_DIALOG_STYLE | |||
) |
Interface: External
Dialog constructor
Definition at line 46 of file CRLDisplayNotebook.cpp.
CPKIFCRLDisplayNotebook::~CPKIFCRLDisplayNotebook | ( | ) |
Interface: External
Dialog destructor
Definition at line 76 of file CRLDisplayNotebook.cpp.
void CPKIFCRLDisplayNotebook::SetCRL | ( | CPKIFCRLPtr & | crl | ) |
Interface: External
This function sets CRL that will be displayed
Definition at line 127 of file CRLDisplayNotebook.cpp.
void CPKIFCRLDisplayNotebook::OnInitDialog | ( | wxInitDialogEvent & | event | ) |
Interface: External
Dialog initialization
Definition at line 113 of file CRLDisplayNotebook.cpp.
References CPKIFCRLDetailsPanel::OnInitDialog(), CPKIFGeneralCRLDetailsPanel::OnInitDialog(), CPKIFCRLDetailsPanel::SetCRL(), and CPKIFGeneralCRLDetailsPanel::SetCRL().