145 return static_cast<bool>(!
static_cast<int32_t
>(a));
222 return static_cast<bool>(!
static_cast<int32_t
>(a));
286 return static_cast<EViewGraphExtrema>(
static_cast<int32_t
>(a) |
static_cast<int32_t
>(b));
291 return static_cast<EViewGraphExtrema>(
static_cast<int32_t
>(a) &
static_cast<int32_t
>(b));
301 return static_cast<bool>(!
static_cast<int32_t
>(a));
767 All = 0xffffffffffffffff,
1136 return static_cast<bool>(!
static_cast<int64_t
>(a));
1205 return static_cast<bool>(!
static_cast<int32_t
>(a));
EChartType
Chart type of graph.
Definition DefinitionsGUIViewGraph.h:53
EViewGraphMenuItem
ViewGraph Menu Item.
Definition DefinitionsGUIViewGraph.h:311
@ EditExpression
Edit expression.
@ ClearAllLayers
Clear drawings of all the layers.
@ Indicate
Show the maximum/maximum value of the graph.
@ ClearDisplayedValue
Clear double-clicked values.
@ ClearThenPaste
Paste csv data from clipboard into graph view. Close and paste existing loaded graph.
@ ZoomAxisNone
Default zoom axis mode.
@ RemoveMultipleGraph
Remove multiple graph.
@ Paste
Csv data from clipboard is appended and pasted into graph view.
@ ShowCrosshair
Show crosshair.
@ ChangeColor
Change color.
@ ShowLayer_Drawing
Show drawing layer.
@ ShowAllLayers
Show all layers.
@ EditChartName
Edit chart name.
@ Copy
Copy graphs to clipboard in csv format.
@ ToggleLogScale
Log scale mode toggle menu.
@ Help
Display the help dialog.
@ MagnetCrosshair
Set crosshairs to be drawn in the nearest graph coordinates.
@ ZoomAxisHorz
Only horizontal zoom axis mode.
@ AddExpression
Add expression.
@ ClearNamedLayer
Clear drawings on named layer.
@ ShowNamedLayer
Show drawing layer by name.
@ ShowToolBar
Show tool bar.
@ ChangeGraphOrder
Change the drawing order of the graph.
@ AddDataByClick
Add data by click.
@ HideAllLayers
Hide all layers.
@ ChangeType_ScatterChart
Change to scatter graph.
@ ChangeType_BarChart
Change to bar graph.
@ SetLogBase
Log base setting menu.
@ LayerProperties
Show layer properties pane dialog.
@ EditAxisLabel
Edit axis label.
@ ClearLayer
Clear drawings on selected layer.
@ ShowMultipleGraph
Show multiple graph.
@ RemoveGraph
Remove graph.
@ SetOpacityOfLegend
Set opacity of legend.
@ ChangeType_LineGraph
Change to line graph.
@ ViewSettings
View settings.
@ GetTrendline
Draw a trend line.
@ ZoomAxisVert
Only vertical zoom axis mode.
EViewGraphExtrema
Extrema of Graph View.
Definition DefinitionsGUIViewGraph.h:242
@ MaxY
Maximum value of Y.
@ None
Do not select a value.
@ MinX
Minimum value of X.
@ MinY
Minimum value of Y.
@ MaxX
Maximum value of X.
EViewGraphLoadOption
Load Options for Graph View.
Definition DefinitionsGUIViewGraph.h:94
EGUIViewGraphHitArea
Hit area.
Definition DefinitionsGUIViewGraph.h:1146
EAvailableViewGraphContextMenu
Available context menu for graph view.
Definition DefinitionsGUIViewGraph.h:752
@ EditExpression
Edit expression.
@ ClearDisplayedValue
Clear double-clicked values.
@ ClearThenPaste
Paste csv data from clipboard into graph view. Close and paste existing loaded graph.
@ ZoomAxisNone
Default zoom axis mode.
@ Paste
Csv data from clipboard is appended and pasted into graph view.
@ ShowLayers
Show layers menu.
@ ShowCrosshair
Show crosshair.
@ Zoom
Zoom in/Zoom out menu.
@ ChangeColor
Change color.
@ ChangeChartType
Change chart type.
@ EditChartName
Edit chart name.
@ Copy
Copy graphs to clipboard in csv format.
@ ToggleLogScale
Log scale mode toggle menu.
@ Help
Display the help dialog.
@ MagnetCrosshair
Set crosshairs to be drawn in the nearest graph coordinates.
@ ZoomAxisHorz
Only horizontal zoom axis mode.
@ AddExpression
Add expression.
@ IndicateMinMax
Show the maximum/maximum value of the graph.
@ ShowToolBar
Show tool bar.
@ ChangeGraphOrder
Change the drawing order of the graph.
@ ClearLayers
Clear layers Menu.
@ AddDataByClick
Add data by click.
@ LayerProperties
Show layer properties pane dialog.
@ EditAxisLabel
Edit axis label.
@ RemoveGraph
Remove graph.
@ SetOpacityOfLegend
Set opacity of legend.
@ ViewSettings
View settings.
@ GetTrendline
Draw a trend line.
@ ZoomAxisVert
Only vertical zoom axis mode.
EGraphType
Graph Type.
Definition DefinitionsGUIViewGraph.h:28
EViewGraphIndicateType
Indicate type.
Definition DefinitionsGUIViewGraph.h:155
@ Arrow
Display a arrow at the corresponding value location.
@ Line
Display a line at the corresponding value location.
@ Name
Display the name of the graph.
@ Value
Display the corresponding value.