GpgFrontend Project
A Free, Powerful, Easy-to-Use, Compact, Cross-Platform, and Installation-Free OpenPGP(pgp) Crypto Tool.
GpgFrontendUIInit.h
1 
29 #ifndef GPGFRONTEND_GPGFRONTENDUIINIT_H
30 #define GPGFRONTEND_GPGFRONTENDUIINIT_H
31 
32 #include "GpgFrontendUI.h"
33 
34 namespace GpgFrontend::UI {
35 
40 void InitGpgFrontendUI();
41 
42 }; // namespace GpgFrontend::UI
43 
44 #endif // GPGFRONTEND_GPGFRONTENDUIINIT_H
GpgFrontend::UI
Definition: VerifyDetailsDialog.cpp:33
GpgFrontend::init_logging
void init_logging()
setup logging system and do proper initialization
Definition: GpgCoreInit.cpp:46
GpgFrontend::SingletonFunctionObject< GlobalSettingStation >::GetInstance
static GlobalSettingStation & GetInstance(int channel=GpgFrontend::GPGFRONTEND_DEFAULT_CHANNEL)
Get the Instance object.
Definition: GpgFunctionObject.h:181
GpgFrontend::UI::InitGpgFrontendUI
void InitGpgFrontendUI()
init the UI library
Definition: GpgFrontendUIInit.cpp:42
GpgFrontend::UI::SignalStation::GetInstance
static SignalStation * GetInstance()
Get the Instance object.
Definition: SignalStation.cpp:37
GpgFrontend::GlobalSettingStation::GetLogDir
std::filesystem::path GetLogDir() const
Get the Log Dir object.
Definition: GlobalSettingStation.h:86
GpgFrontend::UI::CommonUtils::GetInstance
static CommonUtils * GetInstance()
Get the Instance object.
Definition: UserInterfaceUtils.cpp:127