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
qcp_axis_ticker_elided.h
Go to the documentation of this file.
1
16
#ifndef QCP_AXIS_TICKER_ELIDED_H
17
#define QCP_AXIS_TICKER_ELIDED_H
18
19
#include <ui/qt/widgets/qcustomplot.h>
20
21
class
QCPAxisTickerElided
:
public
QCPAxisTickerText
22
{
23
public
:
24
explicit
QCPAxisTickerElided
(QCPAxis *parent);
25
26
// QCP has marginSideToAxisType but not the inverse
27
static
QCP::MarginSide axisTypeToMarginSide(
const
QCPAxis::AxisType);
28
29
QString elidedText(
const
QString& text);
30
31
protected
:
32
virtual
QString getTickLabel(
double
tick,
const
QLocale &locale, QChar formatChar,
int
precision)
override
;
33
34
private
:
35
QCPAxis *mParent;
36
};
21
class
QCPAxisTickerElided
:
public
QCPAxisTickerText {
…
};
37
38
#endif
QCPAxisTickerElided
Definition
qcp_axis_ticker_elided.h:22
Generated by
1.9.8