GpgFrontend Project
A Free, Powerful, Easy-to-Use, Compact, Cross-Platform, and Installation-Free OpenPGP(pgp) Crypto Tool.
GpgFrontendUIInit.h
1
29
#pragma once
30
31
#include "GpgFrontendUI.h"
32
33
namespace
GpgFrontend::UI
{
34
39
void
GPGFRONTEND_UI_EXPORT PreInitGpgFrontendUI();
40
45
void
GPGFRONTEND_UI_EXPORT
InitGpgFrontendUI
(QApplication *);
46
51
void
GPGFRONTEND_UI_EXPORT
DestroyGpgFrontendUI
();
52
56
auto
GPGFRONTEND_UI_EXPORT
RunGpgFrontendUI
(QApplication *) -> int;
57
58
};
// namespace GpgFrontend::UI
GpgFrontend::UI
Definition:
FileReadTask.cpp:31
GpgFrontend::UI::DestroyGpgFrontendUI
void GPGFRONTEND_UI_EXPORT DestroyGpgFrontendUI()
init the UI library
Definition:
GpgFrontendUIInit.cpp:201
GpgFrontend::UI::InitGpgFrontendUI
void InitGpgFrontendUI(QApplication *)
init the UI library
Definition:
GpgFrontendUIInit.cpp:105
GpgFrontend::UI::RunGpgFrontendUI
auto RunGpgFrontendUI(QApplication *app) -> int
run main window
Definition:
GpgFrontendUIInit.cpp:180
src
ui
GpgFrontendUIInit.h
Generated by
1.9.1