Wireshark
4.5.0
The Wireshark network protocol analyzer
Toggle main menu visibility
Main Page
Related Pages
Topics
Namespaces
Namespace List
Namespace Members
All
Variables
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
x
y
z
Functions
a
b
c
d
e
f
g
h
i
m
o
p
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
w
x
y
z
Enumerations
Files
File List
File Members
All
_
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
q
r
s
t
u
v
w
x
Functions
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
q
r
s
t
u
v
w
x
Variables
Typedefs
a
b
c
d
e
f
g
h
i
m
p
r
s
t
u
v
w
Enumerations
Enumerator
a
b
c
e
f
h
i
n
o
r
s
t
w
Macros
_
a
b
c
d
e
f
g
h
i
j
m
n
o
p
r
s
t
u
v
w
x
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Modules
Pages
Loading...
Searching...
No Matches
ui
qt
recent_file_status.h
Go to the documentation of this file.
1
10
#ifndef RECENT_FILE_STATUS_H
11
#define RECENT_FILE_STATUS_H
12
13
#include <QRunnable>
14
#include <QFileInfo>
15
16
class
RecentFileStatus
:
public
QObject,
public
QRunnable
17
{
18
Q_OBJECT
19
public
:
20
RecentFileStatus
(
const
QString filename, QObject *parent);
21
22
protected
:
23
void
run();
24
25
private
:
26
const
QString filename_;
27
QFileInfo fileinfo_;
28
29
signals:
30
void
statusFound(
const
QString filename = QString(), qint64 size = 0,
bool
accessible =
false
);
31
};
16
class
RecentFileStatus
:
public
QObject,
public
QRunnable {
…
};
32
33
#endif
// RECENT_FILE_STATUS_H
RecentFileStatus
Definition
recent_file_status.h:17
Generated by
1.9.8