VAPOR3
3.9.4
Toggle main menu visibility
Main Page
Related Pages
Modules
Namespaces
Namespace List
Namespace Members
All
_
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
q
r
s
t
u
v
w
Functions
_
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
q
r
s
t
u
v
w
Variables
Typedefs
Enumerations
Enumerator
a
f
g
m
n
o
p
s
t
v
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
~
Variables
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
Enumerations
a
c
d
e
f
g
h
l
m
o
p
r
s
t
v
x
Enumerator
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
w
x
y
z
Related Functions
_
c
d
f
o
p
r
s
t
v
Files
File List
File Members
All
_
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
r
s
t
u
v
w
y
Functions
_
c
d
h
m
o
p
r
u
v
Variables
Typedefs
Enumerations
Enumerator
a
c
h
p
r
s
t
u
v
Macros
_
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
r
s
t
u
v
w
y
apps
vaporgui
CheckForNotices.h
Go to the documentation of this file.
1
#pragma once
2
3
#include <string>
4
#include <functional>
5
#include <vector>
6
#include <QDateTime>
7
8
struct
Notice
{
9
std::string
url
;
10
std::string
content
;
11
12
QDate
date
;
13
QDate
until
;
14
};
15
18
19
void
CheckForGHNotices
(std::function<
void
(
const
std::vector<Notice> &)> callback);
CheckForGHNotices
void CheckForGHNotices(std::function< void(const std::vector< Notice > &)> callback)
Notice
Definition:
CheckForNotices.h:8
Notice::content
std::string content
Definition:
CheckForNotices.h:10
Notice::date
QDate date
Definition:
CheckForNotices.h:12
Notice::url
std::string url
Definition:
CheckForNotices.h:9
Notice::until
QDate until
Definition:
CheckForNotices.h:13
Generated by
1.9.6