GpgFrontend Project
A Free, Powerful, Easy-to-Use, Compact, Cross-Platform, and Installation-Free OpenPGP(pgp) Crypto Tool.
Main Page
Namespaces
Namespace List
Namespace Members
All
a
b
c
d
g
i
k
l
p
r
s
t
u
w
Functions
a
b
c
d
g
i
l
p
r
s
t
u
w
Variables
Typedefs
Enumerations
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
z
~
Functions
a
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
~
Variables
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
z
Files
File List
▼
GpgFrontend Project
GpgFrontend Develop Document Main Page
►
Namespaces
►
Classes
▼
Files
▼
File List
▼
src
►
core
►
module
►
pinentry
►
test
▼
ui
►
dialog
►
function
►
main_window
►
struct
►
thread
►
widgets
GpgFrontendApplication.h
GpgFrontendUI.h
GpgFrontendUIInit.h
UISignalStation.h
UserInterfaceUtils.h
app.h
cmd.h
GpgFrontendContext.h
init.h
main.h
•
All
Classes
Namespaces
Functions
Variables
Typedefs
Enumerations
Pages
GpgFrontendUI.h
1
29
#pragma once
30
34
#include <QtWidgets>
35
36
// Core
37
#include "GpgFrontend.h"
38
#include "core/GpgFrontendCore.h"
39
#include "core/utils/LogUtils.h"
40
41
// UI
42
#include "ui/GpgFrontendUIExport.h"
43
44
#define GF_UI_LOG_TRACE(...) GF_LOG_TRACE("ui"
, __VA_ARGS__)
45
#define GF_UI_LOG_DEBUG(...) GF_LOG_DEBUG("ui"
, __VA_ARGS__)
46
#define GF_UI_LOG_INFO(...) GF_LOG_INFO("ui"
, __VA_ARGS__)
47
#define GF_UI_LOG_WARN(...) GF_LOG_WARN("ui"
, __VA_ARGS__)
48
#define GF_UI_LOG_ERROR(...) GF_LOG_ERROR("ui"
, __VA_ARGS__)
src
ui
GpgFrontendUI.h
Generated by
1.9.1