Loading [MathJax]/jax/output/HTML-CSS/config.js
Mantid
Toggle main menu visibility
Main Page
Related Pages
Namespaces
Namespace List
Namespace 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
l
m
n
o
p
q
r
s
t
u
v
w
z
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
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
y
Enumerations
a
c
d
e
f
h
i
l
m
n
o
p
q
r
s
t
u
w
x
Enumerator
a
b
c
d
e
f
g
h
i
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
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
y
z
~
Variables
_
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
Typedefs
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
w
y
z
Enumerations
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
Enumerator
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
Properties
a
b
e
f
i
l
m
o
s
t
u
w
Related Functions
a
b
c
d
e
f
g
i
k
l
m
n
o
p
r
s
t
u
w
Files
File List
File 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
z
Functions
a
b
c
d
e
f
g
i
l
m
n
o
p
r
s
t
u
v
w
Variables
_
b
c
d
e
f
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Typedefs
a
b
c
e
f
k
l
o
p
r
s
t
v
w
Macros
a
b
c
d
e
f
g
i
k
l
m
n
p
q
r
s
t
u
v
w
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
Loading...
Searching...
No Matches
qt
widgets
common
inc
MantidQtWidgets
Common
GraphOptions.h
Go to the documentation of this file.
1
// Mantid Repository : https://github.com/mantidproject/mantid
2
//
3
// Copyright © 2018 ISIS Rutherford Appleton Laboratory UKRI,
4
// NScD Oak Ridge National Laboratory, European Spallation Source,
5
// Institut Laue - Langevin & CSNS, Institute of High Energy Physics, CAS
6
// SPDX - License - Identifier: GPL - 3.0 +
7
#pragma once
8
13
namespace
GraphOptions
{
14
18
enum
ScaleType
{
Linear
= 0,
Log10
,
Power
};
19
23
enum
Axis
{
Left
,
Right
,
Bottom
,
Top
};
24
28
enum
CurveType
{
29
Unspecified
= -1,
30
Line
,
31
Scatter
,
32
LineSymbols
,
33
VerticalBars
,
34
Area
,
35
Pie
,
36
VerticalDropLines
,
37
Spline
,
38
HorizontalSteps
,
39
Histogram
,
40
HorizontalBars
,
41
VectXYXY
,
42
ErrorBars
,
43
Box
,
44
VectXYAM
,
45
VerticalSteps
,
46
ColorMap
,
47
GrayScale
,
48
ColorMapContour
,
49
Contour
,
50
Function
,
51
ImagePlot
,
52
User
53
};
54
}
// namespace GraphOptions
GraphOptions
This file contains declarations of options such as scale types that are shared between the colormaps ...
Definition:
GraphOptions.h:13
GraphOptions::CurveType
CurveType
Graph curve type.
Definition:
GraphOptions.h:28
GraphOptions::VerticalSteps
@ VerticalSteps
Definition:
GraphOptions.h:45
GraphOptions::HorizontalSteps
@ HorizontalSteps
Definition:
GraphOptions.h:38
GraphOptions::GrayScale
@ GrayScale
Definition:
GraphOptions.h:47
GraphOptions::Pie
@ Pie
Definition:
GraphOptions.h:35
GraphOptions::Unspecified
@ Unspecified
Definition:
GraphOptions.h:29
GraphOptions::ImagePlot
@ ImagePlot
Definition:
GraphOptions.h:51
GraphOptions::Function
@ Function
Definition:
GraphOptions.h:50
GraphOptions::Line
@ Line
Definition:
GraphOptions.h:30
GraphOptions::LineSymbols
@ LineSymbols
Definition:
GraphOptions.h:32
GraphOptions::Box
@ Box
Definition:
GraphOptions.h:43
GraphOptions::ColorMap
@ ColorMap
Definition:
GraphOptions.h:46
GraphOptions::Scatter
@ Scatter
Definition:
GraphOptions.h:31
GraphOptions::User
@ User
Definition:
GraphOptions.h:52
GraphOptions::Histogram
@ Histogram
Definition:
GraphOptions.h:39
GraphOptions::HorizontalBars
@ HorizontalBars
Definition:
GraphOptions.h:40
GraphOptions::VectXYXY
@ VectXYXY
Definition:
GraphOptions.h:41
GraphOptions::ColorMapContour
@ ColorMapContour
Definition:
GraphOptions.h:48
GraphOptions::Area
@ Area
Definition:
GraphOptions.h:34
GraphOptions::Contour
@ Contour
Definition:
GraphOptions.h:49
GraphOptions::Spline
@ Spline
Definition:
GraphOptions.h:37
GraphOptions::VectXYAM
@ VectXYAM
Definition:
GraphOptions.h:44
GraphOptions::VerticalBars
@ VerticalBars
Definition:
GraphOptions.h:33
GraphOptions::ErrorBars
@ ErrorBars
Definition:
GraphOptions.h:42
GraphOptions::VerticalDropLines
@ VerticalDropLines
Definition:
GraphOptions.h:36
GraphOptions::ScaleType
ScaleType
Scale type enumeration.
Definition:
GraphOptions.h:18
GraphOptions::Log10
@ Log10
Definition:
GraphOptions.h:18
GraphOptions::Power
@ Power
Definition:
GraphOptions.h:18
GraphOptions::Linear
@ Linear
Definition:
GraphOptions.h:18
GraphOptions::Axis
Axis
Axis choice.
Definition:
GraphOptions.h:23
GraphOptions::Top
@ Top
Definition:
GraphOptions.h:23
GraphOptions::Right
@ Right
Definition:
GraphOptions.h:23
GraphOptions::Bottom
@ Bottom
Definition:
GraphOptions.h:23
GraphOptions::Left
@ Left
Definition:
GraphOptions.h:23
Generated on Tue Jan 3 2023 11:58:01 for Mantid by
1.9.5