2#include "DefinitionsGUIViewGraph.h"
3#include "DefinitionsGUIView3D.h"
118 return static_cast<bool>(!
static_cast<int32_t
>(a));
3839 return static_cast<bool>(!
static_cast<int64_t
>(a));
4012 return static_cast<bool>(!
static_cast<int32_t
>(a));
4305 return static_cast<bool>(!
static_cast<uint64_t
>(a));
4998 return static_cast<ELayerAutoClearMode>(
static_cast<int64_t
>(a) |
static_cast<int64_t
>(b));
5003 return static_cast<ELayerAutoClearMode>(
static_cast<int64_t
>(a) &
static_cast<int64_t
>(b));
5013 return static_cast<bool>(!
static_cast<int64_t
>(a));
5767 return static_cast<bool>(!
static_cast<uint64_t
>(a));
6129 return static_cast<bool>(!
static_cast<uint64_t
>(a));
6336 return static_cast<bool>(!
static_cast<uint64_t
>(a));
6437 return static_cast<bool>(!
static_cast<uint64_t
>(a));
6556 return static_cast<EModifierKeyType>(
static_cast<uint64_t
>(a) |
static_cast<uint64_t
>(b));
6561 return static_cast<EModifierKeyType>(
static_cast<uint64_t
>(a) &
static_cast<uint64_t
>(b));
6571 return static_cast<bool>(!
static_cast<uint64_t
>(a));
7076 return static_cast<EPaneType>(
static_cast<uint64_t
>(a) |
static_cast<uint64_t
>(b));
7081 return static_cast<EPaneType>(
static_cast<uint64_t
>(a) &
static_cast<uint64_t
>(b));
7086 return static_cast<EPaneType>(~static_cast<uint64_t>(a));
7091 return static_cast<bool>(!
static_cast<uint64_t
>(a));
7494 return static_cast<bool>(!
static_cast<uint64_t
>(a));
ELayerAutoClearMode
In auto clear mode of the image view layer, lists cases in which auto clear of the layer is applied a...
Definition DefinitionsGUI.h:4962
@ PageChanged
If the page of the image above the image view changes.
Definition DefinitionsGUI.h:4985
@ SetImage
If the image above the image view changes.
Definition DefinitionsGUI.h:4993
ECoordinateOrientation2D
Types of Coordinate Systems (Categorized by the Direction of X-Axis and Y-Axis Increments)
Definition DefinitionsGUI.h:7529
@ X_Right_Y_Up
x: increases rightwards, y: increases upwards
Definition DefinitionsGUI.h:7544
@ X_Right_Y_Down
x: increases rightwards, y: increases downwards
Definition DefinitionsGUI.h:7536
@ X_Left_Y_Down
x: increases leftwards, y: increases downwards
Definition DefinitionsGUI.h:7552
@ X_Left_Y_Up
x: increases leftwards, y: increases upwards
Definition DefinitionsGUI.h:7560
EControl
Control.
Definition DefinitionsGUI.h:5048
@ GridLayout
Grid Layout.
Definition DefinitionsGUI.h:5183
@ ProgressBar
ProgressBar.
Definition DefinitionsGUI.h:5151
@ ProgressBarFloatingPoint
Floating Point Progress Bar.
Definition DefinitionsGUI.h:5159
@ Slider
Slider.
Definition DefinitionsGUI.h:5135
@ StaticText
Static Text.
Definition DefinitionsGUI.h:5063
@ CheckBox
Check Box.
Definition DefinitionsGUI.h:5119
@ ListCtrl
List Ctrl.
Definition DefinitionsGUI.h:5103
@ Sheet
Sheet (Table)
Definition DefinitionsGUI.h:5167
@ Button
Button.
Definition DefinitionsGUI.h:5127
@ ListCtrlMassive
List Ctrl Massive.
Definition DefinitionsGUI.h:5111
@ ComboBox_Editable
Combo Box with Edit control.
Definition DefinitionsGUI.h:5095
@ SliderFloatingPoint
SliderFloatingPoint.
Definition DefinitionsGUI.h:5143
@ EditCtrl
Edit Ctrl.
Definition DefinitionsGUI.h:5071
@ Password
Password Edit Ctrl.
Definition DefinitionsGUI.h:5079
@ BoxLayout
Box Layout.
Definition DefinitionsGUI.h:5175
@ ComboBox
Combo Box.
Definition DefinitionsGUI.h:5087
EAvailableViewImageContextMenu
Available context menu for image view.
Definition DefinitionsGUI.h:3221
@ ZoomFitToLayers
Scale and Offset adjustment so that Figures and text on the layer fit to the screen.
Definition DefinitionsGUI.h:3604
@ Measure
Measurement Menu.
Definition DefinitionsGUI.h:3478
@ Image_Rotate
Image rotation menu.
Definition DefinitionsGUI.h:3622
@ Figure_Create
Figure creation menu.
Definition DefinitionsGUI.h:3487
@ ImageFigure
All context menu for ImageFigure (Figure stored in Image), including this flag, activate all menu in ...
Definition DefinitionsGUI.h:3247
@ Zoom
Scale menu in image view.
Definition DefinitionsGUI.h:3345
@ PageControl
Page Move Menu.
Definition DefinitionsGUI.h:3336
@ Figure_FreeDraw
Freehand drawing menu.
Definition DefinitionsGUI.h:3791
@ RearrangePageOrder
Image page reordering.
Definition DefinitionsGUI.h:3693
@ CopyPaste
Copy and paste images menu.
Definition DefinitionsGUI.h:3631
@ ClearPage
Clear pages of the image.
Definition DefinitionsGUI.h:3710
@ Figure_ClearFigure
Clear Figure menu.
Definition DefinitionsGUI.h:3505
@ Image_Flip
Image flip menu.
Definition DefinitionsGUI.h:3613
@ ClearLayers
Clear layers Menu.
Definition DefinitionsGUI.h:3595
@ Figure_Load
Load Figure menu.
Definition DefinitionsGUI.h:3496
@ PixelNumberMode
Pixel value mode setting menu.
Definition DefinitionsGUI.h:3434
@ ThumbnailView
Image thumbnail view Menu.
Definition DefinitionsGUI.h:3327
@ ImageMiniMap
Image Mini Map Menu.
Definition DefinitionsGUI.h:3309
@ SyncView
View Synchronization menu.
Definition DefinitionsGUI.h:3514
EGUIViewImageTextAlignment
Alignment text in an image view.
Definition DefinitionsGUI.h:4658
@ VERTICAL_MASK
Vertical alignment mask (top, center, bottom alignment)
Definition DefinitionsGUI.h:4777
@ RIGHT_TOP
Alignment with the reference point at the top right of the text.
Definition DefinitionsGUI.h:4713
@ RIGHT
Alignment with the reference point on the right side of the text.
Definition DefinitionsGUI.h:4673
@ RIGHT_BOTTOM
Alignment with the reference point at the bottom right of the text.
Definition DefinitionsGUI.h:4737
@ JUSTIFIED
Justified alignment on both sides.
Definition DefinitionsGUI.h:4689
@ LEFT_BOTTOM
Alignment with the reference point at the bottom left of the text.
Definition DefinitionsGUI.h:4729
@ LEFT_TOP
Alignment with the reference point at the top left of the text.
Definition DefinitionsGUI.h:4705
@ LEFT
Alignment with the reference point on the left side of the text.
Definition DefinitionsGUI.h:4665
@ RIGHT_CENTER
Alignment with the reference point at the right center (vertical) of the text.
Definition DefinitionsGUI.h:4761
@ LEFT_CENTER
Alignment with the reference point at the left center (vertical) of the text.
Definition DefinitionsGUI.h:4753
@ CENTER_TOP
Alignment with the reference point at the top center (horizontal) of the text.
Definition DefinitionsGUI.h:4721
@ CENTER_BOTTOM
Alignment with the reference point at the bottom center (horizontal) of the text.
Definition DefinitionsGUI.h:4745
@ HORIZONTAL_MASK
Horizontal alignment mask (left, center, right alignment)
Definition DefinitionsGUI.h:4697
@ CENTER_CENTER
Alignment with the reference point at the center (horizontal and vertical) of the text.
Definition DefinitionsGUI.h:4769
EViewImageStatusBarItem
Status Bar Item of CGUIViewImage.
Definition DefinitionsGUI.h:7571
@ ImageWidth
Image width.
Definition DefinitionsGUI.h:7602
@ ImageChannels
Image channels.
Definition DefinitionsGUI.h:7626
@ CursorX
Mouse cursor X coordinate.
Definition DefinitionsGUI.h:7642
@ PixelValueAtCursor
Pixel value at cursor.
Definition DefinitionsGUI.h:7658
@ ImageHeight
Image height.
Definition DefinitionsGUI.h:7610
@ ZoomLevel
Zoom level.
Definition DefinitionsGUI.h:7634
@ CursorY
Mouse cursor Y coordinate.
Definition DefinitionsGUI.h:7650
@ FileAndPageName
File / page name.
Definition DefinitionsGUI.h:7578
@ ImageDepth
Image depth.
Definition DefinitionsGUI.h:7618
@ CurrentPage
Current page index item.
Definition DefinitionsGUI.h:7586
@ TotalPages
Total pages count.
Definition DefinitionsGUI.h:7594
EImageFlipDirection
Direction of flip.
Definition DefinitionsGUI.h:3176
@ Vertical
Vertical direction.
Definition DefinitionsGUI.h:3202
@ Both
Vertical and horizontal direction.
Definition DefinitionsGUI.h:3211
@ Horizontal
Horizontal direction.
Definition DefinitionsGUI.h:3193
EGUIAlignment
Alignment information.
Definition DefinitionsGUI.h:7174
@ EGUIAlignmentHorizontal_MASK
Horizontal alignment mask.
Definition DefinitionsGUI.h:7285
@ EGUIAlignmentVertical_MASK
Vertical alignment mask.
Definition DefinitionsGUI.h:7293
EViewImageMouseCapturePolicy
Flags that control under which conditions mouse capture is enabled for the image view.
Definition DefinitionsGUI.h:7409
@ MultiSelect
Enables mouse capture during multi-selection operations using a selection rectangle.
Definition DefinitionsGUI.h:7448
@ TransformFigure
Enables mouse capture during figure transformation operations such as move, rotate,...
Definition DefinitionsGUI.h:7440
@ TeachFigureAndMeasurement
Enables mouse capture during figure teaching and measurement operations.
Definition DefinitionsGUI.h:7424
EAvailableFigureContextMenu2
Available Context Menu for Figure Objects.
Definition DefinitionsGUI.h:5777
@ Extend
Extend directional Figures (Line, Rect, Quad, Ellipse) in the direction each figure is directed to.
Definition DefinitionsGUI.h:6027
@ SetArcDegree
Change start degree and delta degree for circle, ellipse, and doughnut objects.
Definition DefinitionsGUI.h:5961
@ ConvertTemplateTypeElementwise_ToAllType
Convert Data Type to all type.
Definition DefinitionsGUI.h:5953
@ Flip
Flip based on the center of gravity in Figure.
Definition DefinitionsGUI.h:5969
@ ConvertDeclTypeElementwise_ToAllType
All conversion menu.
Definition DefinitionsGUI.h:5912
@ SetAttribute
A menu to set attributes.
Definition DefinitionsGUI.h:6067
EMenuItemObjectFigure
Menu items related to manipulatable Figure objects in the image view.
Definition DefinitionsGUI.h:1484
@ SwitchToPoint
Change figure type to Point.
Definition DefinitionsGUI.h:1898
@ DeclType_Array
Create figure of Array.
Definition DefinitionsGUI.h:1678
@ SwitchToRect
Change figure type to Rect.
Definition DefinitionsGUI.h:1914
@ DeclType_ComplexRegion
Create figure of ComplexRegion.
Definition DefinitionsGUI.h:1670
@ DeselectFigure
Deselect figure.
Definition DefinitionsGUI.h:2162
@ FitToImage
Fit figure to image width and height.
Definition DefinitionsGUI.h:1794
@ SetNameAndPushBackToImage
Set figure name and then push back figure to image.
Definition DefinitionsGUI.h:1533
@ SetTarget
Set the selected figure as the target for figure operations (such as transformations).
Definition DefinitionsGUI.h:2538
@ SwitchToBezierQuarticCurve
Change figure type to BezierQuarticCurve.
Definition DefinitionsGUI.h:1978
@ MakeFigureValid
Make figure valid.
Definition DefinitionsGUI.h:1551
@ Load_GBR
Load GBR (Gerber) file.
Definition DefinitionsGUI.h:1516
@ GetRegionOfSubtraction
Get subtraction region of two or more figures.
Definition DefinitionsGUI.h:2122
@ GetRegionOfExclusiveOr
Get exclusive or region of two or more figures.
Definition DefinitionsGUI.h:2130
@ Sort_SortOrder2D_Y_Desc_X_Desc
1st Descending Y, 2nd Descending X
Definition DefinitionsGUI.h:2662
@ TemplateType_Int32
Change figure template type to Int32.
Definition DefinitionsGUI.h:1762
@ SwitchToEllipse
Change figure type to Ellipse.
Definition DefinitionsGUI.h:1938
@ Flip_Vertical_Elementwise
A menu to individually flip each of the selected figures or each element in the FigureArray in the ve...
Definition DefinitionsGUI.h:2330
@ DeclType_BezierCubicCurve
Create figure of BezierCubicCurve.
Definition DefinitionsGUI.h:1646
@ Rotate90
Rotate figure 90 degree.
Definition DefinitionsGUI.h:2354
@ ShowWindingDirection
Show winding direction of selected figure.
Definition DefinitionsGUI.h:2170
@ Flip_Vertical
Flip figure in the vertical direction.
Definition DefinitionsGUI.h:2322
@ ConvertTemplateTypeElementwise_ToInt32
Change figure template type to Int32.
Definition DefinitionsGUI.h:2934
@ EnableRasterOperation
Set raster operation of figure.
Definition DefinitionsGUI.h:2798
@ ConvertDeclTypeElementwise_ToBezierQuarticCurve
Change figure type to BezierQuarticCurve.
Definition DefinitionsGUI.h:2894
@ SwitchToDoughnut
Change figure type to Doughnut.
Definition DefinitionsGUI.h:1946
@ GetBoundary_Elementwise
Menu to obtain individual boundary rectangles for each element within the multiple selected shapes or...
Definition DefinitionsGUI.h:2554
@ ConvertDeclTypeElementwise_ToCircle
Change figure type to Circle.
Definition DefinitionsGUI.h:2846
@ Sort_SortOrder2D_X_Asc_Y_Asc
1st Ascending X, 2nd Ascending Y
Definition DefinitionsGUI.h:2670
@ GetConvexHull
Get convex hull of selected figure.
Definition DefinitionsGUI.h:2514
@ MakeArc
Make full circle arc.
Definition DefinitionsGUI.h:2026
@ Sort_SortOrder2D_X_Desc_Y_Asc
1st Descending X, 2nd Ascending Y
Definition DefinitionsGUI.h:2686
@ PushBackToImage
PushBack figure to image.
Definition DefinitionsGUI.h:1542
@ GetRegionOfIntersection
Get intersection region of two or more figures.
Definition DefinitionsGUI.h:2106
@ ConvertTemplateTypeElementwise_ToFloat
Change figure template type to Float.
Definition DefinitionsGUI.h:2950
@ SwitchToQuad
Change figure type to Quad.
Definition DefinitionsGUI.h:1922
@ GetMinimumEnclosingRectangle_Elementwise
Menu to obtain individual minimum enclosing rectangles for each element within the multiple selected ...
Definition DefinitionsGUI.h:2570
@ Sort_SortOrder2D_X_Desc_Y_Desc
1st Descending X, 2nd Ascending Y
Definition DefinitionsGUI.h:2694
@ Warp_Bilinear
Warp transform a figure using the bilinear projection.
Definition DefinitionsGUI.h:2434
@ ComplexRegion_SwitchToBezierQuarticCurve
Change selected segment type to BezierQuarticCurve.
Definition DefinitionsGUI.h:1874
@ Rotate180
Rotate figure 180 degree.
Definition DefinitionsGUI.h:2370
@ Flip_Both
Flip figure in the horizontal and vertical direction.
Definition DefinitionsGUI.h:2338
@ DeclType_Region
Create figure of Region.
Definition DefinitionsGUI.h:1662
@ DeclType_RoundRect
Create figure of RoundRect.
Definition DefinitionsGUI.h:1702
@ SwitchToRegion
Change figure type to Region.
Definition DefinitionsGUI.h:1986
@ Sort_SortOrder2D_Y_Desc_X_Asc
1st Descending Y, 2nd Ascending X
Definition DefinitionsGUI.h:2654
@ SetInstantApplyFigure
Apply change of figure instantly.
Definition DefinitionsGUI.h:2090
@ AssignFigure
Assign figure.
Definition DefinitionsGUI.h:2966
@ SwitchToCircle
Change figure type to Circle.
Definition DefinitionsGUI.h:1930
@ GetPointsOfMaximumDistance_Elementwise
Get points of the maximum distance for each element within the multiple selected Figures or FigureArr...
Definition DefinitionsGUI.h:2602
@ TemplateType_Float
Change figure template type to Float.
Definition DefinitionsGUI.h:1778
@ RotateArbitrary
Rotate figure with arbitrary degree.
Definition DefinitionsGUI.h:2402
@ DeclType_Line
Create figure of Line.
Definition DefinitionsGUI.h:1587
@ SwitchToBezierCubicCurve
Change figure type to BezierCubicCurve.
Definition DefinitionsGUI.h:1970
@ Load_DXF
Load DXF (Drawing Exchange Format) file.
Definition DefinitionsGUI.h:1508
@ Warp_ThinPlate
Warp transform a figure using the thin plate projection.
Definition DefinitionsGUI.h:2482
@ CenterType_CenterOfGravity
Set center type of figure as center of gravity.
Definition DefinitionsGUI.h:2710
@ ShowFigureArrayElementSequenceRecursively
Show FigureArray element sequence recursively.
Definition DefinitionsGUI.h:2194
@ Sort_SortOrder2D_X_Asc_Y_Desc
1st Ascending X, 2nd Descending Y
Definition DefinitionsGUI.h:2678
@ Warp_Perspective
Warp transform a figure using the perspective projection.
Definition DefinitionsGUI.h:2418
@ DeclType_Rect
Create figure of Rect.
Definition DefinitionsGUI.h:1596
@ Warp_ThinPlate_Elementwise
Menu for individually applying a ThinPlate deformation transformation to each element within a multi-...
Definition DefinitionsGUI.h:2490
@ MakeCircle
Make arc full circle.
Definition DefinitionsGUI.h:2018
@ ConvertDeclTypeElementwise_ToCubicSpline
Change figure type to CubicSpline.
Definition DefinitionsGUI.h:2870
@ SwitchToLine
Change figure type to Line.
Definition DefinitionsGUI.h:1906
@ DeclType_Circle
Create figure of Circle.
Definition DefinitionsGUI.h:1614
@ ClearFreeDraw
Clear all freehand drawings.
Definition DefinitionsGUI.h:1746
@ Warp_Lanczos
Warp transform a figure using the Lanczos projection.
Definition DefinitionsGUI.h:2466
@ ComplexRegion_SwitchToBezierQuadraticCurve
Change selected segment type to BezierQuadraticCurve.
Definition DefinitionsGUI.h:1858
@ FreeDrawEraser
Enter freehand eraser mode.
Definition DefinitionsGUI.h:1728
@ Rotate270
Rotate figure 270 degree.
Definition DefinitionsGUI.h:2386
@ SwitchTo_ApplyElementwise
Menu that applies to each element when setting a figure's DeclType.
Definition DefinitionsGUI.h:1890
@ ConvertDeclTypeElementwise_ToPointArray
Change figure type to PointArray.
Definition DefinitionsGUI.h:2926
@ EArcClosingMethod_EachOther
Set arc closing method each other.
Definition DefinitionsGUI.h:2042
@ ConvertDeclTypeElementwise_ToLine
Change figure type to Line.
Definition DefinitionsGUI.h:2822
@ ConvertTemplateTypeElementwise_ToDouble
Change figure template type to Double.
Definition DefinitionsGUI.h:2958
@ SwitchToCubicSpline
Change figure type to CubicSpline.
Definition DefinitionsGUI.h:1954
@ EArcClosingMethod_Center
Set arc closing method center.
Definition DefinitionsGUI.h:2034
@ Sort_SetClusterCoefficient
A menu that sets the coefficient value of cluster when sorting the Figure order with ClusterMode.
Definition DefinitionsGUI.h:2630
@ MagnetToImageBoundary
Toggle magnet mode to selected figure object to stick to the edge of the image.
Definition DefinitionsGUI.h:1810
@ Reduce_Elementwise
A menu to reduce the number of points for each of the selected figures or each element in the FigureA...
Definition DefinitionsGUI.h:2742
@ Sort_SortOrder2D_Y_Asc_X_Asc
1st Ascending Y, 2nd Ascending X
Definition DefinitionsGUI.h:2638
@ GroupSelectedFigures
Group selected figures.
Definition DefinitionsGUI.h:2234
@ DeclType_Doughnut
Create figure of Doughnut.
Definition DefinitionsGUI.h:1694
@ Edit
Edit figure properties.
Definition DefinitionsGUI.h:1569
@ FitToImage_Elementwise
A menu to individually fit each of the selected figures or each element in the FigureArray to image w...
Definition DefinitionsGUI.h:1802
@ GetMinimumEnclosingRectangle
Get minimum enclosing rectangle of selected figure.
Definition DefinitionsGUI.h:2562
@ DeclType_Text
Create figure of text.
Definition DefinitionsGUI.h:1710
@ OpenDialog_Transform_Elementwise
Menu to open the Figure transformation dialog(Elementwise).
Definition DefinitionsGUI.h:2506
@ DeclType_CubicSpline
Create figure of CubicSpline.
Definition DefinitionsGUI.h:1630
@ DeclType_Quad
Create figure of Quad.
Definition DefinitionsGUI.h:1605
@ ClearExclusiveRegion
Clear exclusive region of figure.
Definition DefinitionsGUI.h:2726
@ ComplexRegion_SwitchToEllipseArc
Change selected segment type to EllipseArc.
Definition DefinitionsGUI.h:1842
@ Scale
Menu for scaling the figure proportionally based on the pivot coordinates.
Definition DefinitionsGUI.h:2766
@ End
Synchronize the point of view with selected view.
Definition DefinitionsGUI.h:2982
@ CenterType_MinimumEnclosingRectangle
Set center type of figure as minimum enclosing rectangle.
Definition DefinitionsGUI.h:2718
@ DeleteFigure
Delete figure.
Definition DefinitionsGUI.h:2082
@ SwitchToRoundRect
Change figure type to RoundRect.
Definition DefinitionsGUI.h:2002
@ Flip_Horizontal_Elementwise
A menu to individually flip each of the selected figures or each element in the FigureArray in the ho...
Definition DefinitionsGUI.h:2314
@ Split
A menu to split a Rect to FigureArray.
Definition DefinitionsGUI.h:2750
@ ConfirmFigure
Confirm figure.
Definition DefinitionsGUI.h:2066
@ ConvertDeclTypeElementwise_ToRect
Change figure type to Rect.
Definition DefinitionsGUI.h:2830
@ FlattenFigureArray
If there are FigureArrays inside FigureArray, flatten the FugureArray.
Definition DefinitionsGUI.h:2218
@ FigureArrayChangeZOrder
A menu that changes the z-order of the inner element of FigureArray.
Definition DefinitionsGUI.h:2226
@ LeaveFreeDrawMode
Exit freehand pen or eraser mode.
Definition DefinitionsGUI.h:1737
@ TemplateType_Double
Change figure template type to Double.
Definition DefinitionsGUI.h:1786
@ GetIntersection
Get intersection coordinates of two or more figures.
Definition DefinitionsGUI.h:2098
@ ComplexRegion_SwitchToCubicSpline
Change selected segment type to CubicSpline.
Definition DefinitionsGUI.h:1850
@ ConvertDeclTypeElementwise_ToDoughnut
Change figure type to Doughnut.
Definition DefinitionsGUI.h:2862
@ HideFigure
Hide figure.
Definition DefinitionsGUI.h:2154
@ GetConvexHull_Elementwise
Menu to obtain individual Convex Hulls for each element within the multiple selected shapes or Figure...
Definition DefinitionsGUI.h:2522
@ DeclType_BezierQuadraticCurve
Create figure of BezierQuadraticCurve.
Definition DefinitionsGUI.h:1638
@ EArcClosingMethod_NoClose
Set arc closing method no close.
Definition DefinitionsGUI.h:2050
@ Warp_Bilinear_Elementwise
A menu to individually apply warp transformation using the Bilinear method to each of the selected fi...
Definition DefinitionsGUI.h:2442
@ Sort_ClusterMode
A menu that specifies cluster mode when sorting Figure.
Definition DefinitionsGUI.h:2620
@ Expression
Get Figure that meets a specific condition.
Definition DefinitionsGUI.h:2806
@ SwitchToBezierQuadraticCurve
Change figure type to BezierQuadraticCurve.
Definition DefinitionsGUI.h:1962
@ Rotate180_Elementwise
A menu to individually rotate each of the selected figures or each element in the FigureArray by 180 ...
Definition DefinitionsGUI.h:2378
@ Warp_Bicubic_Elementwise
A menu to individually apply warp transformation using the Bicubic method to each of the selected fig...
Definition DefinitionsGUI.h:2458
@ ConvertDeclTypeElementwise_ToBezierCubicCurve
Change figure type to BezierCubicCurve.
Definition DefinitionsGUI.h:2886
@ Inflate
Menu for inflating the figure to fit its bounding rectangle by the specified length.
Definition DefinitionsGUI.h:2782
@ Warp_Bicubic
Warp transform a figure using the bicubic projection.
Definition DefinitionsGUI.h:2450
@ Text_SetText
Set text of CFLFigureText object.
Definition DefinitionsGUI.h:1882
@ ConvertDeclTypeElementwise_ToQuad
Change figure type to Quad.
Definition DefinitionsGUI.h:2838
@ TemplateType_ApplyElementwise
Menu that applies to each element when setting a figure's TemplateType.
Definition DefinitionsGUI.h:1754
@ ConvertDeclTypeElementwise_ToRegion
Change figure type to Region.
Definition DefinitionsGUI.h:2902
@ Rotate270_Elementwise
A menu to individually rotate each of the selected figures or each element in the FigureArray by 270 ...
Definition DefinitionsGUI.h:2394
@ SwitchToPointArray
Change figure type to PointArray.
Definition DefinitionsGUI.h:2010
@ MagnetAngle
If the angle approaches a 90 degree multiple when rotating a figure object, the menu specifies the an...
Definition DefinitionsGUI.h:1818
@ RotateArbitrary_Elementwise
A menu to individually rotate each of the selected figures or each element in the FigureArray by an a...
Definition DefinitionsGUI.h:2410
@ ConvertDeclTypeElementwise_ToEllipse
Change figure type to Ellipse.
Definition DefinitionsGUI.h:2854
@ GetBoundary
Get boundary rectangle of selected figure.
Definition DefinitionsGUI.h:2546
@ ShowInformationText
Show information text of the figure.
Definition DefinitionsGUI.h:2210
@ ConvertDeclTypeElementwise_ToBezierQuadraticCurve
Change figure type to BezierQuadraticCurve.
Definition DefinitionsGUI.h:2878
@ ChangeMultiSelectOrder
Change multi select order of figures.
Definition DefinitionsGUI.h:2266
@ GetPointsOfMinimumDistance
Get points of the minimum distance.
Definition DefinitionsGUI.h:2578
@ FreeDraw
Enter freehand drawing mode.
Definition DefinitionsGUI.h:1719
@ GetPointsOfMinimumDistance_Elementwise
Get points of the minimum distance for each element within the multiple selected Figures or FigureArr...
Definition DefinitionsGUI.h:2586
@ Scale_Elementwise
A menu to scale each of the selected figures or each element in the FigureArray proportionally based ...
Definition DefinitionsGUI.h:2774
@ GroupSelectedFiguresToPointArray
Group selected figures to PointArray.
Definition DefinitionsGUI.h:2242
@ Warp_Lanczos_Elementwise
A menu to individually apply warp transformation using the Lanczos method to each of the selected fig...
Definition DefinitionsGUI.h:2474
@ Sort_Execute
A menu that sort Figure.
Definition DefinitionsGUI.h:2610
@ SwitchToComplexRegion
Change figure type to ComplexRegion.
Definition DefinitionsGUI.h:1994
@ DeclType_Ellipse
Create figure of Ellipse.
Definition DefinitionsGUI.h:1622
@ ComplexRegion_SwitchToBezierCubicCurve
Change selected segment type to BezierCubicCurve.
Definition DefinitionsGUI.h:1866
@ ShowControlPoint
Show control points of Cubic spline or Bezier curves.
Definition DefinitionsGUI.h:2202
@ DeclType_BezierQuarticCurve
Create figure of BezierQuarticCurve.
Definition DefinitionsGUI.h:1654
@ ComplexRegion_SwitchToLine
Change selected segment type to Line.
Definition DefinitionsGUI.h:1826
@ Clear
Clear all the figure objects.
Definition DefinitionsGUI.h:2058
@ ConvertDeclTypeElementwise_ToComplexRegion
Change figure type to ComplexRegion.
Definition DefinitionsGUI.h:2910
@ UngroupSelectedFigures
Ungroup selected figures.
Definition DefinitionsGUI.h:2250
@ FlattenAndAssignFigure
Make FigureArray with selected figures with flattening so that doesn't exist nested Figure Array.
Definition DefinitionsGUI.h:2974
@ Flip_Both_Elementwise
A menu to individually flip each of the selected figures or each element in the FigureArray in both h...
Definition DefinitionsGUI.h:2346
@ Rotate90_Elementwise
A menu to individually rotate each of the selected figures or each element in the FigureArray by 90 d...
Definition DefinitionsGUI.h:2362
@ CancelFigure
Cancel figure.
Definition DefinitionsGUI.h:2074
@ ComplexRegion_SwitchToArc
Change selected segment type to Arc.
Definition DefinitionsGUI.h:1834
@ DeclType_PointArray
Create figure of PointArray.
Definition DefinitionsGUI.h:1686
@ GetPointsOfMaximumDistance
Get points of the maximum distance.
Definition DefinitionsGUI.h:2594
@ ShowFigureArrayElementSequence
Show FigureArray element sequence.
Definition DefinitionsGUI.h:2186
@ SetSource
Set the selected figure as the source for figure operations (such as transformations).
Definition DefinitionsGUI.h:2530
@ Reduce
A menu to reduce the number of points in objects such as CFLRegion by approximating them with the spe...
Definition DefinitionsGUI.h:2734
@ DeletePoint
Delete point of figure.
Definition DefinitionsGUI.h:2138
@ ShowMultiSelectOrder
Show multi select order of figures.
Definition DefinitionsGUI.h:2258
@ GetRegionOfUnion
Get union region of two or more figures.
Definition DefinitionsGUI.h:2114
@ SetName
Set figure name.
Definition DefinitionsGUI.h:1560
@ Flip_Horizontal
Flip figure in the horizontal direction.
Definition DefinitionsGUI.h:2306
@ CenterType_RectangleBoundaryCenter
Set center type of figure as rectangle boundary center.
Definition DefinitionsGUI.h:2702
@ Sort_SortOrder2D_Y_Asc_X_Desc
1st Ascending Y, 2nd Descending X
Definition DefinitionsGUI.h:2646
@ Warp_Perspective_Elementwise
A menu to individually apply warp transformation using the Perspective method to each of the selected...
Definition DefinitionsGUI.h:2426
@ DeclType_Point
Create figure of Point.
Definition DefinitionsGUI.h:1578
@ ShowWindingSequence
Show winding sequence of selected figure.
Definition DefinitionsGUI.h:2178
@ ConvertDeclTypeElementwise_ToPoint
Change figure type to Point.
Definition DefinitionsGUI.h:2814
@ TemplateType_Int64
Change figure template type to Int64.
Definition DefinitionsGUI.h:1770
@ Inflate_Elementwise
A menu to inflate each of the selected figures or each element in the FigureArray to fit its bounding...
Definition DefinitionsGUI.h:2790
@ Split_Elementwise
A menu to split each of the selected figures or each element in the FigureArray into a FigureArray by...
Definition DefinitionsGUI.h:2758
@ OpenDialog_Transform
Menu to open the Figure transformation dialog.
Definition DefinitionsGUI.h:2498
@ ConvertDeclTypeElementwise_ToRoundRect
Change figure type to RoundRect.
Definition DefinitionsGUI.h:2918
@ ConvertTemplateTypeElementwise_ToInt64
Change figure template type to Int64.
Definition DefinitionsGUI.h:2942
EObjectFigureHitTest
Mouse hit test for figures on image view.
Definition DefinitionsGUI.h:4033
@ GripEllipseArc
Grip the Ellipse Arc in the Complex Region.
Definition DefinitionsGUI.h:4167
@ GripArc
Grip the Circle Arc of the Complex Region.
Definition DefinitionsGUI.h:4158
@ ExclusiveRegion
If you set an Exclusive Region.
Definition DefinitionsGUI.h:4230
@ GripControlPointEnd
Grip the end control point of the CubicSpline or BezierCubicCurve.
Definition DefinitionsGUI.h:4131
@ TransformDoughnutRadius
To adjust the radius of Doughnut.
Definition DefinitionsGUI.h:4221
@ GripControlPoint
Grip the control point of CubicSpline or BezierCubicCurve.
Definition DefinitionsGUI.h:4149
@ Transform
Figure transformation.
Definition DefinitionsGUI.h:4068
@ GripLine
Grip line segment.
Definition DefinitionsGUI.h:4104
@ GripInterpolatedLine
Grip the interpolation straight line.
Definition DefinitionsGUI.h:4239
@ Move
Move a figure.
Definition DefinitionsGUI.h:4050
@ GripControlPointStart
Grip the start control point of the CubicSpline or BezierCubicCurve.
Definition DefinitionsGUI.h:4122
@ Rotate
Rotating a figure.
Definition DefinitionsGUI.h:4059
@ GripBezierCubicCurve
Grip the BezierCubicCurve of ComplexRegion.
Definition DefinitionsGUI.h:4194
@ ArcDegree
Change start degree or delta degree for circle, ellipse, and doughnut.
Definition DefinitionsGUI.h:4113
@ SelectOnMultiSelectedFigures
Select a Figure from multiple selected figures while holding down Ctrl key.
Definition DefinitionsGUI.h:4266
@ GripBezierQuarticCurve
Grip the BezierQuarticCurve of ComplexRegion.
Definition DefinitionsGUI.h:4203
@ GripBezierQuadraticCurve
Grip the BezierQuadraticCurve of the ComplexRegion.
Definition DefinitionsGUI.h:4185
@ RoundRect_GripRadiusVertex
Grip the Radius adjustment point of RoundRect.
Definition DefinitionsGUI.h:4257
@ GripControlPointMid
Grip the mid control point on CubicSpline or BezierQuarticCurve.
Definition DefinitionsGUI.h:4140
@ GripCubicSpline
Grip the CubicSpline in the Complex Region.
Definition DefinitionsGUI.h:4176
@ GripVertex
Grip vertex.
Definition DefinitionsGUI.h:4095
@ ComplexRegion_GripEndVertex
Grip the last vertex of Line, Circle Arc, Ellipse Arc, CubicSpline, and BezierCubicCurve inside Compl...
Definition DefinitionsGUI.h:4248
@ Select
Select a Figure.
Definition DefinitionsGUI.h:4085
@ GripBezierCurve
Grip the Bezier Curve of the Complex Region.
Definition DefinitionsGUI.h:4212
@ Hover
When the mouse is over the figure.
Definition DefinitionsGUI.h:4275
EProgressCtrlTextMode
String display mode for ProgressCtrl.
Definition DefinitionsGUI.h:7368
@ PositionPerMax
Displays the current location for the maximum value, e.g. "440/1000".
Definition DefinitionsGUI.h:7391
@ Percentage
Percentage display. Example: "44%".
Definition DefinitionsGUI.h:7375
@ Position
Show current location, e.g. "440".
Definition DefinitionsGUI.h:7383
@ UserDefinedText
Display custom text, e.g. "Waiting...".
Definition DefinitionsGUI.h:7399
ELayerDrawingMethod
Mode that determines when a layer's drawing objects are drawn on the image view. You can specify whet...
Definition DefinitionsGUI.h:4937
@ Auto
Default value.
Definition DefinitionsGUI.h:4944
@ Manual
Mode for Drawing Layer Only at Update Call Time.
Definition DefinitionsGUI.h:4952
ESortOrder
Sorting order.
Definition DefinitionsGUI.h:6614
@ Ascending
Sort in ascending order.
Definition DefinitionsGUI.h:6629
@ Descending
Sort by descending order.
Definition DefinitionsGUI.h:6637
EMenuItemImageFigure
Menu item of image figure stored in the image.
Definition DefinitionsGUI.h:1237
@ OpenFigureListWindow
Menu item to open the figure list window for the image.
Definition DefinitionsGUI.h:1268
@ Popup
Pop up the figures on image.
Definition DefinitionsGUI.h:1316
@ EnableHover
Menu that sets whether to highlight the Figure stored in the image when the mouse touches it.
Definition DefinitionsGUI.h:1441
@ Remove
Remove selected figures on image.
Definition DefinitionsGUI.h:1351
@ SetRealSizeText
Menu that sets whether to display the name of the figure stored in the image in real size or not.
Definition DefinitionsGUI.h:1425
@ BringToFront
Bring figure to front.
Definition DefinitionsGUI.h:1284
@ RemoveByCondition
Menu to remove Figures stored in image that match conditions (e.g., width greater than 10,...
Definition DefinitionsGUI.h:1368
@ PopupByCondition
Menu to pop up Figures stored in image that match conditions (e.g., width greater than 10,...
Definition DefinitionsGUI.h:1342
@ MultiSelect_Popup
Pop up the figures on image.
Definition DefinitionsGUI.h:1324
@ OpenFigureClassesWindow
Menu item to open the figure class list window for the image.
Definition DefinitionsGUI.h:1276
@ Paste
Menu item that pastes figures from the clipboard into the image as image figures.
Definition DefinitionsGUI.h:1465
@ CopySelected
Menu item that copies the selected figures stored in the image.
Definition DefinitionsGUI.h:1449
@ SetOpacity
Menu that sets border or fill opacity for figures stored in an image.
Definition DefinitionsGUI.h:1433
@ MultiSelect_SetDrawingAttribute
Drawing attribute settings menu for the figure stored in the image.
Definition DefinitionsGUI.h:1409
@ CopyAll
Menu item that copies all of the figures stored in the image.
Definition DefinitionsGUI.h:1457
@ RemoveByConditionFromAllPages
A menu that removes shapes from all pages that meet certain conditions (for example,...
Definition DefinitionsGUI.h:1377
@ MultiSelect_Remove
Remove selected figure on image.
Definition DefinitionsGUI.h:1359
@ ClearAll
Remove all the figures on image.
Definition DefinitionsGUI.h:1385
@ SendToBack
Send figure to back.
Definition DefinitionsGUI.h:1300
@ End
The last menu.
Definition DefinitionsGUI.h:1474
@ BringForward
Bring figure forward.
Definition DefinitionsGUI.h:1292
@ PopupAll
Pop all the figures on image up.
Definition DefinitionsGUI.h:1333
@ SetDrawingAttribute
Drawing attribute settings menu for the figure stored in the image.
Definition DefinitionsGUI.h:1401
@ SetTextFont
Font settings menu for the name of the figure stored in the image.
Definition DefinitionsGUI.h:1417
@ ShowFigure
Show the figures on image.
Definition DefinitionsGUI.h:1252
@ SendBackward
Send figure backward.
Definition DefinitionsGUI.h:1308
@ ClearFromAllPages
Clear all Figures from all pages.
Definition DefinitionsGUI.h:1393
@ ShowText
Show the text(figure name, figure text) on image.
Definition DefinitionsGUI.h:1260
EPaneType
Pane type.
Definition DefinitionsGUI.h:6968
@ ColorTable
CGUIPaneColorTable 타입 Pane.
Definition DefinitionsGUI.h:7039
@ ViewGraph
CGUIPaneViewGraph 타입 Pane.
Definition DefinitionsGUI.h:7047
@ DialogCustomEmbedded
CGUIPaneDialogCustomEmbedded 타입 Pane.
Definition DefinitionsGUI.h:7023
@ PlotDataSheet
CGUIPanePlotDataSheet 타입 Pane.
Definition DefinitionsGUI.h:7031
@ Properties
CGUIPaneProperties 타입 Pane.
Definition DefinitionsGUI.h:6991
@ MainPane
Pane collection configured by default in MainFrame.
Definition DefinitionsGUI.h:7071
@ Menu
CGUIPaneMenu 타입 Pane.
Definition DefinitionsGUI.h:6983
@ MiniGraphSheet
CGUIPaneMiniGraphSheet 타입 Pane.
Definition DefinitionsGUI.h:7063
@ Code
CGUIPaneCode 타입 Pane.
Definition DefinitionsGUI.h:7007
@ Log
CGUIPaneLog 타입 Pane.
Definition DefinitionsGUI.h:6999
@ ExampleSNAP
CGUIPaneExampleSNAP 타입 Pane.
Definition DefinitionsGUI.h:7015
EMenuItem
Image view menu item.
Definition DefinitionsGUI.h:196
@ CopyPages
Copy selected pages to clipboard.
Definition DefinitionsGUI.h:429
@ ClearSelectedPage
Clear selected page.
Definition DefinitionsGUI.h:366
@ ReductionInterpolation
Menu to set reduction interpolation.
Definition DefinitionsGUI.h:915
@ MiniMap_ShowAllLayers
Show all layers on mini map.
Definition DefinitionsGUI.h:1169
@ ClearAllLayers
Clear drawings of all the layers.
Definition DefinitionsGUI.h:1137
@ MiniMap_ShowLayer_ImageFigure_Text
Show Image Figure Text layer on mini map.
Definition DefinitionsGUI.h:1217
@ ShowImageCenter
Show image center.
Definition DefinitionsGUI.h:924
@ ShowStatusBarItem_CursorY
Show the Y coordinate of the cursor in the status bar.
Definition DefinitionsGUI.h:798
@ SaveCurrentPageWithLayers
Save current page with layers.
Definition DefinitionsGUI.h:321
@ SetScale
Set scale of image view.
Definition DefinitionsGUI.h:609
@ CreateImage
Create image.
Definition DefinitionsGUI.h:393
@ ShowStatusBarItem_CurrentPage
Show the current page number in the status bar.
Definition DefinitionsGUI.h:726
@ ConvertAllFigureObjectsToLayer
Draw all the figure objects to layer.
Definition DefinitionsGUI.h:1105
@ ShowStatusBarItem_ImageDepth
Show the image depth in the status bar.
Definition DefinitionsGUI.h:771
@ Image_Rotate270
Rotate the image 270 degrees.
Definition DefinitionsGUI.h:681
@ InsertFolder
Load to insert folder.
Definition DefinitionsGUI.h:285
@ ShowStatusBarItem_FileAndPageName
Show the file and page name in the status bar.
Definition DefinitionsGUI.h:717
@ ShowPixelValue
Show pixel value.
Definition DefinitionsGUI.h:861
@ ZoomOut
Zoom out.
Definition DefinitionsGUI.h:582
@ MiniMap_ShowLayer_ImageFigure_Figure
Show Image Figure layer on mini map.
Definition DefinitionsGUI.h:1209
@ Image_Flip_Both
Flip the image in the horizontal and vertical direction.
Definition DefinitionsGUI.h:654
@ SetFloatingImageValueRange
Set the range of floating image value.
Definition DefinitionsGUI.h:951
@ ImagePage_InvertSelection
Menu item for inverting the current selection of image pages.
Definition DefinitionsGUI.h:564
@ PixelNumberMode_Binary
Set pixel number mode as binary.
Definition DefinitionsGUI.h:897
@ PixelAccuracy
Set pixel accuracy.
Definition DefinitionsGUI.h:870
@ AppendFile_Raw
Load to append .raw file.
Definition DefinitionsGUI.h:249
@ ShowCrosshair
Show crosshair.
Definition DefinitionsGUI.h:834
@ ShowStatusBarItem_CursorX
Show the X coordinate of the cursor in the status bar.
Definition DefinitionsGUI.h:789
@ ShowStatusBarItem_PixelValueAtCursor
Show the pixel value at the cursor position in the status bar.
Definition DefinitionsGUI.h:807
@ ShowLayer_Drawing
Show drawing layer.
Definition DefinitionsGUI.h:1041
@ ShowStatusBarItem_ImageChannels
Show the number of image channels in the status bar.
Definition DefinitionsGUI.h:762
@ Image_Rotate180
Rotate the image 180 degrees.
Definition DefinitionsGUI.h:672
@ MiniMap_ShowLayer_Image
Show image layer on mini map.
Definition DefinitionsGUI.h:1185
@ ConvertSelectedFigureObjectToLayer
Draw selected figure objects to layer.
Definition DefinitionsGUI.h:1089
@ ShowAllLayers
Show all layers.
Definition DefinitionsGUI.h:1017
@ DropFile
Drop file.
Definition DefinitionsGUI.h:294
@ AutoPageScroll_Stop
Menu item to stop automatic page scrolling.
Definition DefinitionsGUI.h:546
@ ConvertAllLayersToFigureObject
Convert the figures on all the layers to figure objects.
Definition DefinitionsGUI.h:1081
@ ZoomIn
Zoom in.
Definition DefinitionsGUI.h:573
@ ConvertSelectedFigureObjectToNamedLayer
Draw selected figure objects to named layer.
Definition DefinitionsGUI.h:1097
@ ZoomFit
Zoom to fit.
Definition DefinitionsGUI.h:591
@ InsertFile_Raw
Load to insert .raw file.
Definition DefinitionsGUI.h:267
@ ClearCurrentPage
Clear current page.
Definition DefinitionsGUI.h:357
@ Help
Popup the help dialog.
Definition DefinitionsGUI.h:968
@ ShowStatusBarItem_TotalPages
Show the total number of pages in the status bar.
Definition DefinitionsGUI.h:735
@ ConvertLayerToFigureObject
Convert the figures on selected layers to figure objects.
Definition DefinitionsGUI.h:1065
@ ZoomToActualSize
Zoom to actual size.
Definition DefinitionsGUI.h:600
@ PixelSegmentationMode
Menu to see Pixel values by coloring them.
Definition DefinitionsGUI.h:906
@ ShowGrid
Show grid.
Definition DefinitionsGUI.h:825
@ SetViewCenterAndScale
Move the designated coordinates to the center of the image view.
Definition DefinitionsGUI.h:627
@ ShowStatusBarItem_ImageHeight
Show the image height in the status bar.
Definition DefinitionsGUI.h:753
@ AppendPage
Append page.
Definition DefinitionsGUI.h:375
@ InsertFile
Load to insert file.
Definition DefinitionsGUI.h:258
@ End
The last menu.
Definition DefinitionsGUI.h:1226
@ Object_GlobalSetting
Global setting of Image View Object.
Definition DefinitionsGUI.h:977
@ ZoomFitToNamedLayer
Scale and offset adjustment menu so that figures and texts on named layer are filled on the screen.
Definition DefinitionsGUI.h:1153
@ ShowImagePixelValueOnCursor
Display image pixel value on mouse cursor position.
Definition DefinitionsGUI.h:852
@ SyncViewPointOfView
Synchronize the point of view with selected view.
Definition DefinitionsGUI.h:993
@ ClearNamedLayer
Clear drawings on named layer.
Definition DefinitionsGUI.h:1129
@ MiniMap_ShowLayer_Drawing
Show drawing layer on mini map.
Definition DefinitionsGUI.h:1193
@ FixThumbnailView
Fix thumbnail view.
Definition DefinitionsGUI.h:483
@ ClearAllObjects
Clear all the figure objects and measurement objects.
Definition DefinitionsGUI.h:985
@ FirstPage
Move to the first page of the image.
Definition DefinitionsGUI.h:492
@ PrevPage
Move to the previous page of the image.
Definition DefinitionsGUI.h:501
@ Image_Flip_Vertical
Flip the image in the vertical direction.
Definition DefinitionsGUI.h:645
@ NextPage
Move to the next page of the image.
Definition DefinitionsGUI.h:519
@ SaveCurrentPage
Save current page.
Definition DefinitionsGUI.h:312
@ ShowNamedLayer
Show drawing layer by name.
Definition DefinitionsGUI.h:1049
@ InsertPage
Insert page.
Definition DefinitionsGUI.h:384
@ ShowToolBar
Show tool bar.
Definition DefinitionsGUI.h:699
@ CanvasColorPicker
Popup the canvas color setting dialog.
Definition DefinitionsGUI.h:933
@ ShowStatusBarItem_ImageWidth
Show the image width in the status bar.
Definition DefinitionsGUI.h:744
@ CopyImage
Copy image to clipboard.
Definition DefinitionsGUI.h:420
@ AutoPageScroll_Start
Menu item to start automatic page scrolling.
Definition DefinitionsGUI.h:537
@ PasteImageAt
Paste image at selected page index.
Definition DefinitionsGUI.h:438
@ ShowImageMiniMap
Show image mini map.
Definition DefinitionsGUI.h:456
@ ConvertAllFigureObjectsToNamedLayer
Draw all the figure objects to named layer.
Definition DefinitionsGUI.h:1113
@ ShowLayer_Image
Show image layer.
Definition DefinitionsGUI.h:1033
@ ConvertNamedLayerToFigureObject
Convert the figures on named layers to figure objects.
Definition DefinitionsGUI.h:1073
@ HideAllLayers
Hide all layers.
Definition DefinitionsGUI.h:1025
@ Image_Flip_Horizontal
Flip the image in the horizontal direction.
Definition DefinitionsGUI.h:636
@ MiniMap_ShowNamedLayer
Show drawing named layer on mini map.
Definition DefinitionsGUI.h:1201
@ Image_Rotate90
Rotate the image 90 degrees.
Definition DefinitionsGUI.h:663
@ LastPage
Move to the last page of the image.
Definition DefinitionsGUI.h:528
@ ZoomFitToLayer
Scale and offset adjustment menu so that figures and texts on selected layer are filled on the screen...
Definition DefinitionsGUI.h:1145
@ ShowImageCoordinateOnCursor
Display image coordinates on mouse cursor position.
Definition DefinitionsGUI.h:843
@ SavePages
Save selected page.
Definition DefinitionsGUI.h:330
@ LoadFile_Raw
Load .raw file.
Definition DefinitionsGUI.h:231
@ LeaveTeachingMode
Cancel teaching mode.
Definition DefinitionsGUI.h:816
@ LayerProperties
Show layer properties pane dialog.
Definition DefinitionsGUI.h:1057
@ PixelNumberMode_Hexadecimal
Set pixel number mode as hexadecimal.
Definition DefinitionsGUI.h:888
@ Save
Save file.
Definition DefinitionsGUI.h:303
@ ClearLayer
Clear drawings on selected layer.
Definition DefinitionsGUI.h:1121
@ RearrangePageOrder_MoveToLastPage
Rearrange page order, move selected page to the back.
Definition DefinitionsGUI.h:411
@ ShowStatusBar
Show status bar.
Definition DefinitionsGUI.h:708
@ ClearThenPasteImage
Clear current image file on view, then paste image from clipboard.
Definition DefinitionsGUI.h:447
@ SelectPage
Move to the selected page of the image.
Definition DefinitionsGUI.h:510
@ ShowThumbnailView
Show thumbnail view.
Definition DefinitionsGUI.h:474
@ Panning
Set panning mode.
Definition DefinitionsGUI.h:618
@ ClearFile
Clear file.
Definition DefinitionsGUI.h:348
@ MiniMap_HideAllLayers
Hide all layers on mini map.
Definition DefinitionsGUI.h:1177
@ PixelNumberMode_Decimal
Set pixel number mode as decimal.
Definition DefinitionsGUI.h:879
@ ShowScrollBar
Show scroll bar.
Definition DefinitionsGUI.h:690
@ AppendFile
Load to append file.
Definition DefinitionsGUI.h:240
@ ShowStatusBarItem_ZoomLevel
Show the zoom level in the status bar.
Definition DefinitionsGUI.h:780
@ ShowImageInfo
Popup the image information dialog.
Definition DefinitionsGUI.h:942
@ SyncWindow
Synchronize the window.
Definition DefinitionsGUI.h:1009
@ RearrangePageOrder_MoveToFirstPage
Rearrange page order, move selected page to the front.
Definition DefinitionsGUI.h:402
@ AutoSaveImage
Menu item for saving image automatically.
Definition DefinitionsGUI.h:339
@ AutoPageScroll_Settings
Menu item for settings related to the automatic page scrolling feature.
Definition DefinitionsGUI.h:555
@ LoadFolder
Load folder.
Definition DefinitionsGUI.h:222
@ ShowPageIndex
Show page index of image.
Definition DefinitionsGUI.h:465
@ SyncViewPageIndex
Synchronize the page of image with selected view.
Definition DefinitionsGUI.h:1001
@ LoadFile
Load file.
Definition DefinitionsGUI.h:213
@ SetDecimalPlaceOfCoordinate
Sets the number of decimal places displayed for the coordinates.
Definition DefinitionsGUI.h:959
@ FitAllLayersOnCanvas
Scale and offset adjustment menu so that figures and texts on the all layers are filled on the screen...
Definition DefinitionsGUI.h:1161
@ AppendFolder
Load to append folder.
Definition DefinitionsGUI.h:276
EGUIViewImageParagraphAlignment
Alignment of paragraphs in an image view.
Definition DefinitionsGUI.h:4617
@ MASK
MASK.
Definition DefinitionsGUI.h:4648
@ BOTTOM
Bottom alignment.
Definition DefinitionsGUI.h:4632
@ TOP
Top alignment.
Definition DefinitionsGUI.h:4624
@ CENTER
Center alignment.
Definition DefinitionsGUI.h:4640
EPermission
Permission.
Definition DefinitionsGUI.h:7504
@ View
Permissions to view.
Definition DefinitionsGUI.h:7511
@ Modify_Execute
Permissions to modify and execute.
Definition DefinitionsGUI.h:7519
EPixelNumberMode
Pixel value display options in image view.
Definition DefinitionsGUI.h:163
@ Hexadecimal
hexadecimal notation
Definition DefinitionsGUI.h:178
@ Binary
Binary notation.
Definition DefinitionsGUI.h:186
@ Decimal
decimal notation
Definition DefinitionsGUI.h:170
EImageRotateAngle
Available image rotation angle in image view.
Definition DefinitionsGUI.h:3131
@ Degree270
270 degrees
Definition DefinitionsGUI.h:3166
@ Degree90
90 degrees
Definition DefinitionsGUI.h:3148
@ Degree180
180 degrees
Definition DefinitionsGUI.h:3157
EKeyType
Keyboard input value.
Definition DefinitionsGUI.h:6447
@ F6
F6.
Definition DefinitionsGUI.h:6462
@ F5
F5.
Definition DefinitionsGUI.h:6454
@ F7
F7.
Definition DefinitionsGUI.h:6470
@ F8
F8.
Definition DefinitionsGUI.h:6478
@ F11
F11.
Definition DefinitionsGUI.h:6502
@ F9
F9.
Definition DefinitionsGUI.h:6486
@ F10
F10.
Definition DefinitionsGUI.h:6494
EViewImageFigureObjectMagnetOption
Magnet Options for Image View Figure Objects.
Definition DefinitionsGUI.h:7101
@ ImageCenter
Magnet in the center of the image.
Definition DefinitionsGUI.h:7124
@ FigureEdge
Magnet at the edge of the figure.
Definition DefinitionsGUI.h:7140
@ FigureCenter
Magnet in the center of the figure.
Definition DefinitionsGUI.h:7148
@ Image
Magnet at the edge and center of the image.
Definition DefinitionsGUI.h:7132
@ ImageEdge
Magnet at the edge of the image.
Definition DefinitionsGUI.h:7116
EGUIViewImageHitArea
The area where the mouse is located on the image view.
Definition DefinitionsGUI.h:3849
@ MiniMapDisplayingArea
Mini map displaying 영역
Definition DefinitionsGUI.h:3875
@ MultiFigures
More than one Figure object.
Definition DefinitionsGUI.h:3920
@ MiniMap
Mini map area.
Definition DefinitionsGUI.h:3866
@ PageIndex
Page Index.
Definition DefinitionsGUI.h:3956
@ MultiMeasurements
More than one Figure object.
Definition DefinitionsGUI.h:3992
@ Figure
Figure Object.
Definition DefinitionsGUI.h:3911
@ Measurement
Measurement Object.
Definition DefinitionsGUI.h:3983
@ PrevPageArrow
Move next page arrow.
Definition DefinitionsGUI.h:3965
@ Thumbnail
Thumbnail.
Definition DefinitionsGUI.h:3902
@ MultiImageFigures
Figures stored in the image.
Definition DefinitionsGUI.h:3938
@ ThumbnailViewTop
The upper area of the ThumbnailView, where the height of the ThumbnailView can be adjusted when dragg...
Definition DefinitionsGUI.h:3893
@ StatusBar
Status bar.
Definition DefinitionsGUI.h:3947
@ NextPageArrow
Move previous page arrow.
Definition DefinitionsGUI.h:3974
EAvailableFigureContextMenu
Available Context Menu for Figure Objects.
Definition DefinitionsGUI.h:5201
@ Group
Grouping menu.
Definition DefinitionsGUI.h:5601
@ ExtractBoundaryAndContour
A menu for obtaining the boundary and contour of a shape.
Definition DefinitionsGUI.h:5673
@ GetRegion
Area Calculation Menu.
Definition DefinitionsGUI.h:5497
@ ComplexRegionSwitchTo
Converting elements of a Complex Region figure to Line, Arc, EllipseArc, CubicSpline,...
Definition DefinitionsGUI.h:5321
@ Ungroup
Ungroup Menu.
Definition DefinitionsGUI.h:5609
@ Sort
Sort the order of Figure Array or Multiple Figures.
Definition DefinitionsGUI.h:5681
@ Magnet
All Magnet Actions Menu.
Definition DefinitionsGUI.h:5313
@ SaveFigureToFileSystem
Save Figure object file.
Definition DefinitionsGUI.h:5617
@ ShowGuideDrawing
Display Guide Drawing Menu.
Definition DefinitionsGUI.h:5545
@ SetZOrder
ZOrder Settings.
Definition DefinitionsGUI.h:5585
@ SwitchTo
All conversion menu.
Definition DefinitionsGUI.h:5449
@ TemplateType
Convert a Figure data type to all type.
Definition DefinitionsGUI.h:5289
@ ArcClosingMethod
Specify the End-point Processing menu for Wonho.
Definition DefinitionsGUI.h:5457
@ EditFigure
Edit Figure Menu.
Definition DefinitionsGUI.h:5248
EViewImageCreatePageOption
An option of page creation in image view.
Definition DefinitionsGUI.h:138
EAvailableViewImageContextMenuImageFigure
Available context menu for figure objects stored in the image.
Definition DefinitionsGUI.h:6139
@ ByCondition
Menu to get Figure objects from Figures stored in image that match conditions (e.g....
Definition DefinitionsGUI.h:6194
@ Copy
Menu item that copies the selected figures stored in the image.
Definition DefinitionsGUI.h:6266
EGUIViewImageFontWeight
Font thickness of image view.
Definition DefinitionsGUI.h:4480
@ SEMIBOLD
Semibold thick.
Definition DefinitionsGUI.h:4542
@ BLACK
a heavy thickness
Definition DefinitionsGUI.h:4606
@ NORMAL
Normal thickness.
Definition DefinitionsGUI.h:4524
@ BOLD
Bold thickness.
Definition DefinitionsGUI.h:4550
@ EXTRABOLD
Extra bold thickness.
Definition DefinitionsGUI.h:4558
@ ULTRALIGHT
Extra light thickness.
Definition DefinitionsGUI.h:4574
@ EXTRALIGHT
Extra light thickness.
Definition DefinitionsGUI.h:4506
@ HEAVY
Heavy thickness.
Definition DefinitionsGUI.h:4566
@ REGULAR
Regular thickness.
Definition DefinitionsGUI.h:4582
@ ULTRABOLD
Extra bold thickness.
Definition DefinitionsGUI.h:4598
@ DEMIBOLD
Semi bold thick.
Definition DefinitionsGUI.h:4590
@ MEDIUM
Medium thickness.
Definition DefinitionsGUI.h:4533
@ DONTCARE
DONTCARE.
Definition DefinitionsGUI.h:4488
@ THIN
Thin thickness.
Definition DefinitionsGUI.h:4497
@ LIGHT
Light thickness.
Definition DefinitionsGUI.h:4515
@ EGUIView3DLayerHeightMapColor
Height map color of 3D view layer.
Definition DefinitionsGUI.h:4796
@ EGUIViewImageLayerTransparencyColor
Transparent color of image view layer.
Definition DefinitionsGUI.h:4788
EGUIStringTrimming
Cut option if string is out of layout square.
Definition DefinitionsGUI.h:7311
@ Word
Specifies that the string is broken at the boundary of the last word in the layout rectangle.
Definition DefinitionsGUI.h:7334
@ EllipsisPath
Specifies that the center is removed from the string and replaced by an ellipsis. The algorithm maint...
Definition DefinitionsGUI.h:7358
@ Character
Specifies that the string is broken at the boundary of the last character in the layout rectangle,...
Definition DefinitionsGUI.h:7326
@ EllipsisCharacter
Specifies that the string is broken at the boundary of the last character within the layout rectangle...
Definition DefinitionsGUI.h:7342
@ EllipsisWord
Specifies that the string is broken at the boundary of the last word in the layout rectangle and an a...
Definition DefinitionsGUI.h:7350
EMenuItemObjectMeasure
Menu items related to measurement tool objects in the image view.
Definition DefinitionsGUI.h:2992
@ Distance
Set measure distance teaching mode.
Definition DefinitionsGUI.h:3009
@ Deactivate
Deactivate selected measure object.
Definition DefinitionsGUI.h:3111
@ RegionArea
Set measure region area teaching mode.
Definition DefinitionsGUI.h:3071
@ LeaveMeasureMode
Cancel measure teaching mode.
Definition DefinitionsGUI.h:3095
@ Gradient
Set measure gradient teaching mode.
Definition DefinitionsGUI.h:3045
@ EndOfMeasureMenu
The end item of measure.
Definition DefinitionsGUI.h:3079
@ Circumcenter
Set measure circumcenter teaching mode.
Definition DefinitionsGUI.h:3054
@ ParallelDistance
Set measure parallel distance teaching mode.
Definition DefinitionsGUI.h:3027
@ DistanceCircle
Set measure distance circle teaching mode.
Definition DefinitionsGUI.h:3063
@ Activate
Activate selected measure object.
Definition DefinitionsGUI.h:3103
@ InteriorAngle
Set measure interior angle teaching mode.
Definition DefinitionsGUI.h:3036
@ Increments
Set measure increments teaching mode.
Definition DefinitionsGUI.h:3018
EFigureObjectInformationText
Text options representing information for a figure object.
Definition DefinitionsGUI.h:6346
@ PixelAccuracyApplied
Displays the coordinate, size values of the figure object with pixel accuracy.
Definition DefinitionsGUI.h:6409
@ Coordinate_PixelAccuracyApplied
Displays the coordinate of the figure object with pixel accuracy.
Definition DefinitionsGUI.h:6385
@ Angle
Displays the angle of the figure object.
Definition DefinitionsGUI.h:6377
@ Size
Displays the size of the figure object, such as width, height, length, radius, etc.
Definition DefinitionsGUI.h:6369
@ Coordinate
Displays the coordinate of the figure object.
Definition DefinitionsGUI.h:6361
@ Size_PixelAccuracyApplied
Displays the size of the figure object, such as width, height, length, radius, etc with pixel accurac...
Definition DefinitionsGUI.h:6393
ECodeType
Code type.
Definition DefinitionsGUI.h:6581
@ CSharp
C#.
Definition DefinitionsGUI.h:6596
@ Cpp
C++.
Definition DefinitionsGUI.h:6588
ETeachingMode
Teaching mode.
Definition DefinitionsGUI.h:4315
@ Figure_FreeDrawEraser
Freehand eraser mode (supported only in CGUIViewImage)
Definition DefinitionsGUI.h:4350
@ ViewGraph_AddData
Add Data Mode in View Graph.
Definition DefinitionsGUI.h:4368
EViewImageSyncOption
Image view synchronization options.
Definition DefinitionsGUI.h:4839
@ PointOfView
Point-of-view synchronization.
Definition DefinitionsGUI.h:4854
@ Count
Number of synchronization options.
Definition DefinitionsGUI.h:4870
EMenuItemPaneMenuTree
Menu items in the menu tree.
Definition DefinitionsGUI.h:6655
@ MenuItemFixedViewPlacementSet_Select
Select Fixed View Placement Presets.
Definition DefinitionsGUI.h:6886
@ MenuItemViewBase_Maximize
View Maximization Menu.
Definition DefinitionsGUI.h:6958
@ SortDescending
Sort child items in descending order by string.
Definition DefinitionsGUI.h:6686
@ CloseAllButThis
Close all but this window.
Definition DefinitionsGUI.h:6774
@ MenuItemLogIn_ManageUsers
Manage user permissions (add, query, modify, delete, set permissions, etc.) menu.
Definition DefinitionsGUI.h:6942
@ CloseAll
Close all child items.
Definition DefinitionsGUI.h:6758
@ MenuItemFixedViewPlacementSet_Edit
Modify Fixed View Placement Presets.
Definition DefinitionsGUI.h:6894
@ MenuItemModel_Rename
Model Name Settings.
Definition DefinitionsGUI.h:6854
@ CancelSort
Cancel sort.
Definition DefinitionsGUI.h:6694
@ MenuItemModel_Duplicate
Model Duplication.
Definition DefinitionsGUI.h:6838
@ DeleteAllButThis
Remove all but this window.
Definition DefinitionsGUI.h:6782
@ MenuItemFixedViewPreset_Export
Export Fixed View Set.
Definition DefinitionsGUI.h:6878
@ OpenNewWindow
Open in a new window.
Definition DefinitionsGUI.h:6702
@ MenuItemLogIn_LogIn_LogOut
Login or Logout Menu.
Definition DefinitionsGUI.h:6926
@ MenuItemModel_Select
Select a model.
Definition DefinitionsGUI.h:6830
@ CollapseAll
Fold all sub-items.
Definition DefinitionsGUI.h:6670
@ DeleteAll
Remove all child items.
Definition DefinitionsGUI.h:6766
@ SortAscending
Sort child items in ascending order by string.
Definition DefinitionsGUI.h:6678
@ AddToFavorite
Add to Favorites.
Definition DefinitionsGUI.h:6798
@ RemoveFromFavorite
Remove from favorites.
Definition DefinitionsGUI.h:6806
@ MenuItemFixedViewPlacementSet_Export
Export Fixed View Placement Preset.
Definition DefinitionsGUI.h:6918
@ MenuItemFixedViewPlacementSet_Import
Import Fixed View Placement Preset.
Definition DefinitionsGUI.h:6910
@ OpenNewWindowAll
Open multiple selected items in a new window.
Definition DefinitionsGUI.h:6750
@ MenuItemFixedViewPreset_Import
Import Fixed View Set.
Definition DefinitionsGUI.h:6870
@ MenuItemLogIn_ChangePassword
Change password menu for the currently logged-in user.
Definition DefinitionsGUI.h:6934
@ MenuItemViewBase_Minimize
View Minimization Menu.
Definition DefinitionsGUI.h:6950
@ OpenAll
Open all child items.
Definition DefinitionsGUI.h:6742
@ MenuItemFavorite_ClearAll
Remove all favorite items.
Definition DefinitionsGUI.h:6814
@ MenuItemFixedViewPreset_AddFixedViewPlacementSet
Add Fixed View Set.
Definition DefinitionsGUI.h:6862
@ MenuItemFixedViewPlacementSet_Remove
Remove Fixed View Placement Presets.
Definition DefinitionsGUI.h:6902
@ Open
Open a window.
Definition DefinitionsGUI.h:6710
@ Close
Close the window.
Definition DefinitionsGUI.h:6726
@ MenuItemModel_Delete
Delete Model.
Definition DefinitionsGUI.h:6846
@ MenuItemManagerModel_AddNewModel
Add a new model.
Definition DefinitionsGUI.h:6822
@ Delete
Remove windows and remove menu items from tree.
Definition DefinitionsGUI.h:6734
@ ExpandAll
Expand all sub-items.
Definition DefinitionsGUI.h:6662
@ AddNewSubMenuItem
Adding a New SubMenu Item.
Definition DefinitionsGUI.h:6790
EFileFormat
Image File Format.
Definition DefinitionsGUI.h:4880
@ PNG
PNG.
Definition DefinitionsGUI.h:4911
@ FLIF
FLIF.
Definition DefinitionsGUI.h:4927
@ Unknown
Unknown.
Definition DefinitionsGUI.h:4887
@ JPG
JPG.
Definition DefinitionsGUI.h:4903
@ BMP
BMP.
Definition DefinitionsGUI.h:4895
@ TIFF
TIFF.
Definition DefinitionsGUI.h:4919
EGUIViewImagePenStyle
Pen Style in Image View.
Definition DefinitionsGUI.h:4378
@ InsideFrame
Inside Frame Style.
Definition DefinitionsGUI.h:4437
@ Dash
Dash style.
Definition DefinitionsGUI.h:4395
@ ItemCount
Number of enum.
Definition DefinitionsGUI.h:4469
@ Alternate
Alternate style.
Definition DefinitionsGUI.h:4453
@ Solid_RoundCap
single-line with round end cap style
Definition DefinitionsGUI.h:4461
@ Dot
Dot style.
Definition DefinitionsGUI.h:4404
@ Null
No style.
Definition DefinitionsGUI.h:4429
@ DashDotDot
Dash dot dot style.
Definition DefinitionsGUI.h:4420
@ Solid
single-line style
Definition DefinitionsGUI.h:4386
@ UserStyle
User Styles.
Definition DefinitionsGUI.h:4445
@ DashDot
Dash dot style.
Definition DefinitionsGUI.h:4412
EViewImageLoadOption
Image View Load Options Example. The following code will load folder with recursive....
Definition DefinitionsGUI.h:35
@ Append
Load and append.
Definition DefinitionsGUI.h:58
@ Default
기본
Definition DefinitionsGUI.h:42
@ OpenDialog
Open dialog.
Definition DefinitionsGUI.h:82
@ Insert
Load and insert.
Definition DefinitionsGUI.h:66
@ RecursiveIfFolder
Recursively import folders.
Definition DefinitionsGUI.h:74
@ DialogTypeFolder
Open folder dialog.
Definition DefinitionsGUI.h:98
@ DialogTypeFile
Open file dialog.
Definition DefinitionsGUI.h:90
@ Load
Default Load.
Definition DefinitionsGUI.h:50
EOrientation
Direction.
Definition DefinitionsGUI.h:5023
EModifierKeyType
Modifier key input value.
Definition DefinitionsGUI.h:6512
@ LCONTROL
Left Ctrl.
Definition DefinitionsGUI.h:6527
@ LMENU
Left Menu (Alt)
Definition DefinitionsGUI.h:6543
@ LSHIFT
Left Shift.
Definition DefinitionsGUI.h:6535
EZoomMode
Zoom in and out mode.
Definition DefinitionsGUI.h:4806
@ ZoomInMode
Zoom In mode.
Definition DefinitionsGUI.h:4821
@ ZoomOutMode
Zoom Out mode.
Definition DefinitionsGUI.h:4829
@ All
All menu.
Definition DefinitionsGUIView3D.h:2957
@ None
No menu.
Definition DefinitionsGUIView3D.h:2949