#include <CertificateDisplayNotebook.h>


TSP-enforcing: No
Definition at line 40 of file CertificateDisplayNotebook.h.
Public Member Functions | |
| CPKIFCertificateDisplayNotebook (wxWindow *parent, wxWindowID id, const wxString &title, const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxDefaultSize, long style=wxDEFAULT_DIALOG_STYLE) | |
| ~CPKIFCertificateDisplayNotebook () | |
| void | SetCertificate (CPKIFCertificatePtr &cert) |
| void | OnInitDialog (wxInitDialogEvent &event) |
| CPKIFCertificateDisplayNotebook::CPKIFCertificateDisplayNotebook | ( | 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 45 of file CertificateDisplayNotebook.cpp.
| CPKIFCertificateDisplayNotebook::~CPKIFCertificateDisplayNotebook | ( | ) |
Interface: External
Dialog destructor
Definition at line 79 of file CertificateDisplayNotebook.cpp.
| void CPKIFCertificateDisplayNotebook::SetCertificate | ( | CPKIFCertificatePtr & | cert | ) |
Interface: External
This function sets the certificate that will be displayed
Definition at line 133 of file CertificateDisplayNotebook.cpp.
| void CPKIFCertificateDisplayNotebook::OnInitDialog | ( | wxInitDialogEvent & | event | ) |
Interface: External
Dialog initialization
Definition at line 117 of file CertificateDisplayNotebook.cpp.
References CPKIFCertificateDetailsPanel::OnInitDialog(), CPKIFGeneralCertificateDetailsPanel::OnInitDialog(), CPKIFCertificateDetailsPanel::SetCertificate(), and CPKIFGeneralCertificateDetailsPanel::SetCertificate().
1.5.6