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
widgets
find_line_edit.h
Go to the documentation of this file.
1
10
#ifndef FIND_LINE_EDIT_H
11
#define FIND_LINE_EDIT_H
12
13
#include <QLineEdit>
14
15
namespace
Ui {
16
class
FindLineEdit
;
17
}
18
19
class
FindLineEdit
:
public
QLineEdit
20
{
21
Q_OBJECT
22
23
public
:
24
explicit
FindLineEdit
(QWidget *parent = 0) : QLineEdit(parent), use_regex_(
false
) { }
25
~FindLineEdit
() { }
26
27
signals:
28
void
useRegexFind(
bool
);
29
30
private
slots:
31
void
setUseTextual();
32
void
setUseRegex();
33
34
private
:
35
void
contextMenuEvent(QContextMenuEvent *event);
36
void
keyPressEvent(QKeyEvent *event);
37
void
validateText();
38
39
bool
use_regex_;
40
};
19
class
FindLineEdit
:
public
QLineEdit {
…
};
41
42
#endif
// FIND_LINE_EDIT_H
FindLineEdit
Definition
find_line_edit.h:20
Generated by
1.9.8