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
l
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
range_syntax_lineedit.h
Go to the documentation of this file.
1
12
#ifndef RANGE_SYNTAX_LINEEDIT_H
13
#define RANGE_SYNTAX_LINEEDIT_H
14
15
#include <
ui/qt/widgets/syntax_line_edit.h
>
16
17
#include <QWidget>
18
19
class
RangeSyntaxLineEdit
:
public
SyntaxLineEdit
20
{
21
Q_OBJECT
22
public
:
23
explicit
RangeSyntaxLineEdit
(QWidget *parent = 0);
24
void
setMaxRange(
unsigned
int
max);
25
26
public
slots:
27
void
checkRange(QString range);
28
29
private
:
30
unsigned
int
maxRange_;
31
};
19
class
RangeSyntaxLineEdit
:
public
SyntaxLineEdit
{
…
};
32
33
#endif
// RANGE_SYNTAX_LINEEDIT_H
RangeSyntaxLineEdit
Definition
range_syntax_lineedit.h:20
SyntaxLineEdit
Definition
syntax_line_edit.h:23
syntax_line_edit.h
Generated by
1.9.8