GeneralCertificateDetailsPanel.h
Go to the documentation of this file.00001
00010 #ifndef __GeneralCertificateDetailsPanel_H__
00011 #define __GeneralCertificateDetailsPanel_H__
00012
00013 #if defined(__GNUG__) && !defined(NO_GCC_PRAGMA) && defined(PKIFRESOURCES_ALLOW_GCC_PRAGMA)
00014 #pragma interface "GeneralCertificateDetailsPanel.cpp"
00015 #endif
00016
00017 #ifndef WX_PRECOMP
00018 #include "wx/wx.h"
00019 #endif
00020
00021 #include "PKIFResources_wdr.h"
00022 #include "PKIFResources.h"
00023 #include "PolicyInformation.h"
00024 #include "PKIFPathSettings.h"
00025
00026
00027
00028
00029
00030
00037 class PKIFRESOURCES_API CPKIFGeneralCertificateDetailsPanel: public wxPanel
00038 {
00039 public:
00040
00041 CPKIFGeneralCertificateDetailsPanel( wxWindow *parent, wxWindowID id = -1,
00042 const wxPoint& pos = wxDefaultPosition,
00043 const wxSize& size = wxDefaultSize,
00044 long style = wxTAB_TRAVERSAL | wxNO_BORDER );
00045
00046
00047
00048 void SetCertificate(CPKIFCertificatePtr& cert);
00049 void OnInitDialog(wxInitDialogEvent& event);
00050
00051 private:
00052 CPKIFCertificatePtr m_cert;
00053 wxSizer *m_sizer;
00054
00055
00056 private:
00057
00058
00059 private:
00060 DECLARE_EVENT_TABLE()
00061 };
00062
00063
00064
00065
00066 #endif