GpgFrontend-Doxygen/docs/latex/KeyImportDetailDialog_8h_source.tex
2022-05-09 03:59:26 +08:00

42 lines
2.9 KiB
TeX

\hypertarget{KeyImportDetailDialog_8h_source}{}\doxysection{Key\+Import\+Detail\+Dialog.\+h}
\label{KeyImportDetailDialog_8h_source}\index{src/ui/import\_export/KeyImportDetailDialog.h@{src/ui/import\_export/KeyImportDetailDialog.h}}
\begin{DoxyCode}{0}
\DoxyCodeLine{1 }
\DoxyCodeLine{29 \textcolor{preprocessor}{\#ifndef \_\_KEYIMPORTDETAILSDIALOG\_H\_\_}}
\DoxyCodeLine{30 \textcolor{preprocessor}{\#define \_\_KEYIMPORTDETAILSDIALOG\_H\_\_}}
\DoxyCodeLine{31 }
\DoxyCodeLine{32 \textcolor{preprocessor}{\#include "{}core/GpgContext.h"{}}}
\DoxyCodeLine{33 \textcolor{preprocessor}{\#include "{}core/function/gpg/GpgKeyImportExporter.h"{}}}
\DoxyCodeLine{34 \textcolor{preprocessor}{\#include "{}ui/GpgFrontendUI.h"{}}}
\DoxyCodeLine{35 }
\DoxyCodeLine{36 \textcolor{keyword}{namespace }\mbox{\hyperlink{namespaceGpgFrontend_1_1UI}{GpgFrontend::UI}} \{}
\DoxyCodeLine{37 }
\DoxyCodeLine{42 \textcolor{keyword}{class }\mbox{\hyperlink{classGpgFrontend_1_1UI_1_1KeyImportDetailDialog}{KeyImportDetailDialog}} : \textcolor{keyword}{public} QDialog \{}
\DoxyCodeLine{43 Q\_OBJECT}
\DoxyCodeLine{44 }
\DoxyCodeLine{45 \textcolor{keyword}{public}:}
\DoxyCodeLine{53 \mbox{\hyperlink{classGpgFrontend_1_1UI_1_1KeyImportDetailDialog_a0177cdaa19d1f83c9e519039aa7a8ce1}{KeyImportDetailDialog}}(\mbox{\hyperlink{classGpgFrontend_1_1GpgImportInformation}{GpgImportInformation}} result, \textcolor{keywordtype}{bool} automatic,}
\DoxyCodeLine{54 QWidget* parent = \textcolor{keyword}{nullptr});}
\DoxyCodeLine{55 }
\DoxyCodeLine{56 \textcolor{keyword}{private}:}
\DoxyCodeLine{61 \textcolor{keywordtype}{void} \mbox{\hyperlink{classGpgFrontend_1_1UI_1_1KeyImportDetailDialog_af88ee416b2227ce847a3b8123a23ce24}{create\_general\_info\_box}}();}
\DoxyCodeLine{62 }
\DoxyCodeLine{67 \textcolor{keywordtype}{void} \mbox{\hyperlink{classGpgFrontend_1_1UI_1_1KeyImportDetailDialog_a9e37a653a982e671977d2101b72ae3b6}{create\_keys\_table}}();}
\DoxyCodeLine{68 }
\DoxyCodeLine{73 \textcolor{keywordtype}{void} \mbox{\hyperlink{classGpgFrontend_1_1UI_1_1KeyImportDetailDialog_a9f5912ff99e3820d5fa6a58ed14a70c8}{create\_button\_box}}();}
\DoxyCodeLine{74 }
\DoxyCodeLine{81 \textcolor{keyword}{static} QString \mbox{\hyperlink{classGpgFrontend_1_1UI_1_1KeyImportDetailDialog_ae682853c7eccfd3a6be43765f162f5a4}{get\_status\_string}}(\textcolor{keywordtype}{int} keyStatus);}
\DoxyCodeLine{82 }
\DoxyCodeLine{83 QTableWidget* keys\_table\_\{\}; }
\DoxyCodeLine{84 QGroupBox* general\_info\_box\_\{\}; }
\DoxyCodeLine{85 QGroupBox* key\_info\_box\_\{\}; }
\DoxyCodeLine{86 QDialogButtonBox* button\_box\_\{\}; }
\DoxyCodeLine{87 \mbox{\hyperlink{classGpgFrontend_1_1GpgImportInformation}{GpgImportInformation}} m\_result\_; }
\DoxyCodeLine{88 \};}
\DoxyCodeLine{89 \} \textcolor{comment}{// namespace GpgFrontend::UI}}
\DoxyCodeLine{90 }
\DoxyCodeLine{91 \textcolor{preprocessor}{\#endif }\textcolor{comment}{// \_\_KEYIMPORTDETAILSDIALOG\_H\_\_}}
\end{DoxyCode}