FLImaging 6.6.27.1
DefinitionsGUI.h
1#pragma once
2#include "DefinitionsGUIViewGraph.h"
3#include "DefinitionsGUIView3D.h"
4
12
16namespace FLImagingCLR
17{
21 namespace GUI
22 {
34 public enum class EViewImageLoadOption
35 {
42 Default = 0x00000000,
43
50 Load = 0x00000001,
51
58 Append = 0x00000002,
59
66 Insert = 0x00000004,
67
74 RecursiveIfFolder = 0x01000000,
75
82 OpenDialog = 0x00100000,
83
90 DialogTypeFile = 0x10000000,
91
98 DialogTypeFolder = 0x20000000,
99 };
100
102 {
103 return static_cast<EViewImageLoadOption>(static_cast<int32_t>(a) | static_cast<int32_t>(b));
104 }
105
107 {
108 return static_cast<EViewImageLoadOption>(static_cast<int32_t>(a) & static_cast<int32_t>(b));
109 }
110
112 {
113 return static_cast<EViewImageLoadOption>(~static_cast<int32_t>(a));
114 }
115
116 inline bool operator!(EViewImageLoadOption a)
117 {
118 return static_cast<bool>(!static_cast<int32_t>(a));
119 }
120
121 inline const EViewImageLoadOption& operator|=(EViewImageLoadOption& a, const EViewImageLoadOption& b)
122 {
123 return a = a | b;
124 }
125
126 inline const EViewImageLoadOption& operator&=(EViewImageLoadOption& a, const EViewImageLoadOption& b)
127 {
128 return a = a & b;
129 }
130
138 {
146
154 };
155
162 public enum class EPixelNumberMode
163 {
171
179
187 };
188
195 public enum class EMenuItem : int64_t
196 {
204 None = 32768 + 1000,
205
214
223
232
241
250
259
268
277
286
295
304
313
322
331
340
349
358
367
376
385
394
403
412
421
430
439
448
457
466
475
484
493
502
511
520
529
538
547
556
565
574
583
592
601
610
619
628
637
646
655
664
673
682
691
700
709
718
727
736
745
754
763
772
781
790
799
808
817
826
835
844
853
862
871
880
889
898
907
916
925
934
943
952
960
969
978
986
994
1002
1010
1018
1026
1034
1042
1050
1058
1066
1074
1082
1090
1098
1106
1114
1122
1130
1138
1146
1154
1162
1170
1178
1186
1194
1202
1210
1218
1227 };
1228
1229
1236 public enum class EMenuItemImageFigure : int64_t
1237 {
1244 None = (int64_t)EMenuItem::End + 1,
1245
1253
1261
1269
1277
1285
1293
1301
1309
1317
1325
1334
1343
1352
1360
1369
1378
1386
1394
1402
1410
1418
1426
1434
1442
1450
1458
1466
1475 };
1476
1483 public enum class EMenuItemObjectFigure : int64_t
1484 {
1493
1501
1509
1517
1525
1534
1543
1552
1561
1570
1579
1588
1597
1606
1615
1623
1631
1639
1647
1655
1663
1671
1679
1687
1695
1703
1711
1720
1729
1738
1747
1755
1763
1771
1779
1787
1795
1803
1811
1819
1827
1835
1843
1851
1859
1867
1875
1883
1891
1899
1907
1915
1923
1931
1939
1947
1955
1963
1971
1979
1987
1995
2003
2011
2019
2027
2035
2043
2051
2059
2067
2075
2083
2091
2099
2107
2115
2123
2131
2139
2147
2155
2163
2171
2179
2187
2195
2203
2211
2219
2227
2235
2243
2251
2259
2267
2275
2283
2291
2299
2307
2315
2323
2331
2339
2347
2355
2363
2371
2379
2387
2395
2403
2411
2419
2427
2435
2443
2451
2459
2467
2475
2483
2491
2499
2507
2515
2523
2531
2539
2547
2555
2563
2571
2579
2587
2595
2603
2611
2621
2631
2639
2647
2655
2663
2671
2679
2687
2695
2703
2711
2719
2727
2735
2743
2751
2759
2767
2775
2783
2791
2799
2807
2815
2823
2831
2839
2847
2855
2863
2871
2879
2887
2895
2903
2911
2919
2927
2935
2943
2951
2959
2967
2975
2983 };
2984
2991 public enum class EMenuItemObjectMeasure : int64_t
2992 {
3001
3010
3019
3028
3037
3046
3055
3064
3072
3080
3088
3096
3104
3112
3121 };
3122
3123
3130 public enum class EImageRotateAngle : uint64_t
3131 {
3139 None = 0,
3140
3149
3158
3167 };
3168
3175 public enum class EImageFlipDirection
3176 {
3184 None = 0x00,
3185
3194
3202 Vertical = 0x02,
3203
3212 };
3213
3220 public enum class EAvailableViewImageContextMenu : uint64_t
3221 {
3228 None = 0x00000000,
3229
3236 All = 0xffffffffffffffff,
3237
3247 ImageFigure = 0x00000001,
3248
3256 Load = 0x00000002,
3257
3265 Load_DXF = 0x00000004,
3266
3273 Load_GBR = 0x00000008,
3274
3282 Save = 0x00000010,
3283
3291 ClearFile = 0x00000020,
3292
3300 CreateImage = 0x00000040,
3301
3309 ImageMiniMap = 0x00000080,
3310
3318 ShowPageIndex = 0x00000100,
3319
3327 ThumbnailView = 0x00000200,
3328
3336 PageControl = 0x00000400,
3337
3345 Zoom = 0x00000800,
3346
3354 Panning = 0x00001000,
3355
3363 ShowScrollBar = 0x00002000,
3364
3372 ShowStatusBar = 0x00004000,
3373
3381 ShowToolBar = 0x00008000,
3382
3390 ShowGrid = 0x00010000,
3391
3399 ShowCrosshair = 0x00020000,
3400
3409
3418
3425 ShowPixelValue = 0x00100000,
3426
3434 PixelNumberMode = 0x00200000,
3435
3443 PixelAccuracy = 0x00400000,
3444
3452 ShowImageCenter = 0x00800000,
3453
3461 CanvasColorPicker = 0x01000000,
3462
3469 LeaveTeachingMode = 0x02000000,
3470
3478 Measure = 0x04000000,
3479
3487 Figure_Create = 0x08000000,
3488
3496 Figure_Load = 0x10000000,
3497
3506
3514 SyncView = 0x40000000,
3515
3523 SyncWindow = 0x80000000,
3524
3532 ShowAllLayers = 0x0000000100000000,
3533
3541 HideAllLayers = 0x0000000200000000,
3542
3550 ShowLayer_Image = 0x0000000400000000,
3551
3559 ShowLayer_Drawing = 0x0000000800000000,
3560
3568 LayerProperties = 0x0000001000000000,
3569
3577 ConvertLayerToFigureObject = 0x0000002000000000,
3578
3587
3595 ClearLayers = 0x0000008000000000,
3596
3604 ZoomFitToLayers = 0x0000010000000000,
3605
3613 Image_Flip = 0x0000020000000000,
3614
3622 Image_Rotate = 0x0000040000000000,
3623
3631 CopyPaste = 0x0000080000000000,
3632
3640 ShowImageInfo = 0x0000100000000000,
3641
3649 SetFloatingImageValueRange = 0x0000200000000000,
3650
3658 Help = 0x0000400000000000,
3659
3667 Object_GlobalSetting = 0x0000800000000000,
3668
3676 ClearAllObjects = 0x0001000000000000,
3677
3684 PixelSegmentationMode = 0x0002000000000000,
3685
3693 RearrangePageOrder = 0x0004000000000000,
3694
3701 SetDecimalPlaceOfCoordinate = 0x0008000000000000,
3702
3710 ClearPage = 0x0010000000000000,
3711
3719 ReductionInterpolation = 0x0020000000000000,
3720
3728 ClearNamedLayer = 0x0040000000000000,
3729
3738
3747
3756
3764 ZoomFitToNamedLayer = 0x0400000000000000,
3765
3773 ShowNamedLayer = 0x0800000000000000,
3774
3782 MiniMap_ShowNamedLayer = 0x1000000000000000,
3783
3791 Figure_FreeDraw = 0x2000000000000000,
3792
3800 ImagePage_InvertSelection = 0x4000000000000000,
3801
3809 AutoSaveImage = 0x8000000000000000,
3810 };
3811
3813 {
3814 return static_cast<EAvailableViewImageContextMenu>(static_cast<int64_t>(a) | static_cast<int64_t>(b));
3815 }
3816
3818 {
3819 return static_cast<EAvailableViewImageContextMenu>(static_cast<int64_t>(a) & static_cast<int64_t>(b));
3820 }
3821
3823 {
3824 return a = a | b;
3825 }
3826
3828 {
3829 return a = a & b;
3830 }
3831
3833 {
3834 return static_cast<EAvailableViewImageContextMenu>(~static_cast<int64_t>(a));
3835 }
3836
3837 inline bool operator!(EAvailableViewImageContextMenu a)
3838 {
3839 return static_cast<bool>(!static_cast<int64_t>(a));
3840 }
3841
3848 public enum class EGUIViewImageHitArea
3849 {
3857 None = 0x000000,
3858
3866 MiniMap = 0x000001,
3867
3876
3884 ThumbnailView = 0x000004,
3885
3894
3902 Thumbnail = 0x000010,
3903
3911 Figure = 0x000020,
3912
3920 MultiFigures = 0x000040,
3921
3929 ImageFigure = 0x000080,
3930
3939
3947 StatusBar = 0x000200,
3948
3956 PageIndex = 0x000400,
3957
3965 PrevPageArrow = 0x000800,
3966
3974 NextPageArrow = 0x001000,
3975
3983 Measurement = 0x002000,
3984
3993 };
3994
3996 {
3997 return static_cast<EGUIViewImageHitArea>(static_cast<int32_t>(a) | static_cast<int32_t>(b));
3998 }
3999
4001 {
4002 return static_cast<EGUIViewImageHitArea>(static_cast<int32_t>(a) & static_cast<int32_t>(b));
4003 }
4004
4005 inline EGUIViewImageHitArea operator~(EGUIViewImageHitArea a)
4006 {
4007 return static_cast<EGUIViewImageHitArea>(~static_cast<int32_t>(a));
4008 }
4009
4010 inline bool operator!(EGUIViewImageHitArea a)
4011 {
4012 return static_cast<bool>(!static_cast<int32_t>(a));
4013 }
4014
4015 inline const EGUIViewImageHitArea& operator|=(EGUIViewImageHitArea& a, const EGUIViewImageHitArea& b)
4016 {
4017 return a = a | b;
4018 }
4019
4020 inline const EGUIViewImageHitArea& operator&=(EGUIViewImageHitArea& a, const EGUIViewImageHitArea& b)
4021 {
4022 return a = a & b;
4023 }
4024
4032 public enum class EObjectFigureHitTest : int64_t
4033 {
4041 None = 0x00000,
4042
4050 Move = 0x00001,
4051
4059 Rotate = 0x00002,
4060
4068 Transform = 0x00004,
4069
4076 Inflate = 0x00008,
4077
4085 Select = 0x00010,
4086
4087
4095 GripVertex = 0x00020,
4096
4104 GripLine = 0x00040,
4105
4113 ArcDegree = 0x00080,
4114
4123
4132
4141
4150
4158 GripArc = 0x01000,
4159
4168
4177
4186
4195
4204
4213
4222
4230 ExclusiveRegion = 0x8000000,
4231
4240
4249
4258
4267
4275 Hover = 0x100000000,
4276 };
4277
4279 {
4280 return static_cast<EObjectFigureHitTest>(static_cast<uint64_t>(a) | static_cast<uint64_t>(b));
4281 }
4282
4284 {
4285 return static_cast<EObjectFigureHitTest>(static_cast<uint64_t>(a) & static_cast<uint64_t>(b));
4286 }
4287
4288 inline const EObjectFigureHitTest& operator|=(EObjectFigureHitTest& a, const EObjectFigureHitTest& b)
4289 {
4290 return a = a | b;
4291 }
4292
4293 inline const EObjectFigureHitTest& operator&=(EObjectFigureHitTest& a, const EObjectFigureHitTest& b)
4294 {
4295 return a = a & b;
4296 }
4297
4298 inline EObjectFigureHitTest operator~(EObjectFigureHitTest a)
4299 {
4300 return static_cast<EObjectFigureHitTest>(~static_cast<uint64_t>(a));
4301 }
4302
4303 inline bool operator!(EObjectFigureHitTest a)
4304 {
4305 return static_cast<bool>(!static_cast<uint64_t>(a));
4306 }
4307
4314 public enum class ETeachingMode
4315 {
4323 None = 0,
4324
4333
4342
4351
4360
4369 };
4370
4377 public enum class EGUIViewImagePenStyle
4378 {
4387
4396
4405
4413
4421
4430
4438
4446
4454
4462
4470 };
4471
4479 public enum class EGUIViewImageFontWeight
4480 {
4489
4497 THIN = 100,
4498
4507
4515 LIGHT = 300,
4516
4524 NORMAL = 400,
4525
4533 MEDIUM = 500,
4534
4543
4550 BOLD = 700,
4551
4559
4566 HEAVY = 900,
4567
4575
4583
4591
4599
4607 };
4608
4617 {
4624 TOP = 0x0000,
4625
4632 BOTTOM = 0x0010,
4633
4640 CENTER = 0x0020,
4641
4648 MASK = 0x0030,
4649 };
4650
4658 {
4665 LEFT = 0x0000,
4666
4673 RIGHT = 0x0001,
4674
4681 CENTER = 0x0002,
4682
4689 JUSTIFIED = 0x0004,
4690
4698
4705 LEFT_TOP = 0x0000,
4706
4713 RIGHT_TOP = 0x0001,
4714
4721 CENTER_TOP = 0x0002,
4722
4729 LEFT_BOTTOM = 0x0010,
4730
4738
4746
4753 LEFT_CENTER = 0x0020,
4754
4762
4770
4778 };
4779
4780 enum
4781 {
4789
4797 };
4798
4805 public enum class EZoomMode
4806 {
4814
4822
4830 };
4831
4838 public enum class EViewImageSyncOption
4839 {
4846 None = 0,
4847
4855
4863
4871 };
4872
4879 public enum class EFileFormat
4880 {
4888
4896
4904
4912
4920
4928 };
4929
4936 public enum class ELayerDrawingMethod
4937 {
4944 Auto = 0x00000000,
4945
4952 Manual = 0x00000001,
4953 };
4954
4961 public enum class ELayerAutoClearMode : int64_t
4962 {
4969 None = 0x00000000,
4970
4977 All = 0xffffffff,
4978
4985 PageChanged = 0x00000001,
4986
4993 SetImage = 0x00000002,
4994 };
4995
4997 {
4998 return static_cast<ELayerAutoClearMode>(static_cast<int64_t>(a) | static_cast<int64_t>(b));
4999 }
5000
5002 {
5003 return static_cast<ELayerAutoClearMode>(static_cast<int64_t>(a) & static_cast<int64_t>(b));
5004 }
5005
5006 inline ELayerAutoClearMode operator~(ELayerAutoClearMode a)
5007 {
5008 return static_cast<ELayerAutoClearMode>(~static_cast<int64_t>(a));
5009 }
5010
5011 inline bool operator!(ELayerAutoClearMode a)
5012 {
5013 return static_cast<bool>(!static_cast<int64_t>(a));
5014 }
5015
5022 public enum class EOrientation
5023 {
5031
5039 };
5040
5047 public enum class EControl
5048 {
5056
5064
5072
5080
5088
5096
5104
5112
5120
5128
5136
5144
5152
5160
5168
5176
5184
5192 };
5193
5200 public enum class EAvailableFigureContextMenu : uint64_t
5201 {
5208 None = 0x00000000,
5209
5216 PushBackToImage = 0x00000001,
5217
5224 MakeFigureValid = 0x00000002,
5225
5232 SetName = 0x00000004,
5233
5241
5248 EditFigure = 0x00000008,
5249
5257
5265
5273
5281
5282
5290
5298
5305 MagnetAngle = 0x00000400,
5306
5314
5322
5329 SwitchToPoint = 0x00001000,
5330
5337 SwitchToLine = 0x00002000,
5338
5345 SwitchToRect = 0x00004000,
5346
5353 SwitchToQuad = 0x00008000,
5354
5361 SwitchToCircle = 0x00010000,
5362
5369 SwitchToEllipse = 0x00020000,
5370
5377 SwitchToDoughnut = 0x00040000,
5378
5386
5394
5402
5410
5417 SwitchToRegion = 0x00800000,
5418
5426
5433 SwitchToRoundRect = 0x02000000,
5434
5442
5450
5457 ArcClosingMethod = 0x10000000,
5458
5465 ConfirmFigure = 0x20000000,
5466
5473 CancelFigure = 0x40000000,
5474
5481 DeleteFigure = 0x80000000,
5482
5489 SetInstantApplyFigure = 0x0000000100000000,
5490
5497 GetRegion = 0x0000000200000000,
5498
5505 DeletePoint = 0x0000000400000000,
5506
5513 ShowInformationText = 0x0000000800000000,
5514
5521 ShowWindingSequence = 0x0000001000000000,
5522
5529 ShowControlPoint = 0x0000002000000000,
5530
5538
5546
5553 BringToFront = 0x0000008000000000,
5554
5561 BringForward = 0x0000010000000000,
5562
5569 SendToBack = 0x0000020000000000,
5570
5577 SendBackward = 0x0000040000000000,
5578
5586
5593 AssignFigure = 0x0000080000000000,
5594
5601 Group = 0x0000100000000000,
5602
5609 Ungroup = 0x0000200000000000,
5610
5617 SaveFigureToFileSystem = 0x0000400000000000,
5618
5625 FlattenFigureArray = 0x0000800000000000,
5626
5633 FigureArrayChangeZOrder = 0x0001000000000000,
5634
5641 GetIntersection = 0x0002000000000000,
5642
5649 GetConvexHull = 0x0010000000000000,
5650
5657 GetBoundary = 0x0020000000000000,
5658
5665 GetMinimumEnclosingRectangle = 0x0040000000000000,
5666
5674
5681 Sort = 0x0080000000000000,
5682
5689 ClearExclusiveRegion = 0x0100000000000000,
5690
5697 EnableRasterOperation = 0x0200000000000000,
5698
5705 Expression = 0x0400000000000000,
5706
5713 GetPointsOfMinimumDistance = 0x0800000000000000,
5714
5721 GetPointsOfMaximumDistance = 0x1000000000000000,
5722
5730
5737 All = 0xffffffffffffffff
5738 };
5739
5741 {
5742 return static_cast<EAvailableFigureContextMenu>(static_cast<uint64_t>(a) | static_cast<uint64_t>(b));
5743 }
5744
5746 {
5747 return static_cast<EAvailableFigureContextMenu>(static_cast<uint64_t>(a) & static_cast<uint64_t>(b));
5748 }
5749
5751 {
5752 return a = a | b;
5753 }
5754
5756 {
5757 return a = a & b;
5758 }
5759
5761 {
5762 return static_cast<EAvailableFigureContextMenu>(~static_cast<uint64_t>(a));
5763 }
5764
5765 inline bool operator!(EAvailableFigureContextMenu a)
5766 {
5767 return static_cast<bool>(!static_cast<uint64_t>(a));
5768 }
5769
5776 public enum class EAvailableFigureContextMenu2 : uint64_t
5777 {
5784 None = 0x00000000,
5785
5793
5801
5809
5817
5825
5833
5841
5849
5857
5865
5873
5881
5889
5897
5905
5913
5921
5929
5937
5945
5946
5954
5961 SetArcDegree = 0x200000000,
5962
5969 Flip = 0x400000000,
5970
5977 Rotate = 0x800000000,
5978
5985 Warp_Perspective = 0x1000000000,
5986
5993 Warp_Bilinear = 0x2000000000,
5994
6001 Warp_Bicubic = 0x4000000000,
6002
6009 Warp_Lanczos = 0x8000000000,
6010
6017 Warp_ThinPlate = 0x10000000000,
6018
6020
6027 Extend = 0x20000000000,
6028
6035 Scale = 0x40000000000,
6036
6043 Inflate = 0x80000000000,
6044
6051 FitToImage = 0x100000000000,
6052
6059 Reduce = 0x200000000000,
6060
6067 SetAttribute = 0x400000000000,
6068
6075 Split = 0x800000000000,
6076
6084
6092
6099 All = 0xffffffffffffffff
6100 };
6101
6103 {
6104 return static_cast<EAvailableFigureContextMenu2>(static_cast<uint64_t>(a) | static_cast<uint64_t>(b));
6105 }
6106
6108 {
6109 return static_cast<EAvailableFigureContextMenu2>(static_cast<uint64_t>(a) & static_cast<uint64_t>(b));
6110 }
6111
6113 {
6114 return a = a | b;
6115 }
6116
6118 {
6119 return a = a & b;
6120 }
6121
6123 {
6124 return static_cast<EAvailableFigureContextMenu2>(~static_cast<uint64_t>(a));
6125 }
6126
6127 inline bool operator!(EAvailableFigureContextMenu2 a)
6128 {
6129 return static_cast<bool>(!static_cast<uint64_t>(a));
6130 }
6131
6139 {
6146 None = 0x00000000,
6147
6154 All = 0xffffffffffffffff,
6155
6162 ShowFigure = 0x00000001,
6163
6170 ShowText = 0x00000002,
6171
6178 EnableHover = 0x00000004,
6179
6186 SetZOrder = 0x00000008,
6187
6194 ByCondition = 0x00000010,
6195
6202 Popup = 0x00000020,
6203
6210 PopupAll = 0x00000040,
6211
6219
6226 Remove = 0x00000080,
6227
6235
6242 ClearAll = 0x00000100,
6243
6251
6259
6266 Copy = 0x00000800,
6267
6274 Paste = 0x00001000,
6275
6282 SetOpacity = 0x00002000,
6283
6290 SetRealSizeText = 0x00004000,
6291
6298 SetTextFont = 0x00008000,
6299
6307 };
6308
6310 {
6311 return static_cast<EAvailableViewImageContextMenuImageFigure>(static_cast<uint64_t>(a) | static_cast<uint64_t>(b));
6312 }
6313
6315 {
6316 return static_cast<EAvailableViewImageContextMenuImageFigure>(static_cast<uint64_t>(a) & static_cast<uint64_t>(b));
6317 }
6318
6320 {
6321 return a = a | b;
6322 }
6323
6325 {
6326 return a = a & b;
6327 }
6328
6330 {
6331 return static_cast<EAvailableViewImageContextMenuImageFigure>(~static_cast<uint64_t>(a));
6332 }
6333
6334 inline bool operator!(EAvailableViewImageContextMenuImageFigure a)
6335 {
6336 return static_cast<bool>(!static_cast<uint64_t>(a));
6337 }
6338
6346 {
6353 None = 0x0000,
6354
6361 Coordinate = 0x0001,
6362
6369 Size = 0x0002,
6370
6377 Angle = 0x0004,
6378
6386
6394
6402
6410
6418 };
6419
6421 {
6422 return static_cast<EFigureObjectInformationText>(static_cast<uint64_t>(a) | static_cast<uint64_t>(b));
6423 }
6424
6426 {
6427 return static_cast<EFigureObjectInformationText>(static_cast<uint64_t>(a) & static_cast<uint64_t>(b));
6428 }
6429
6431 {
6432 return static_cast<EFigureObjectInformationText>(~static_cast<uint64_t>(a));
6433 }
6434
6435 inline bool operator!(EFigureObjectInformationText a)
6436 {
6437 return static_cast<bool>(!static_cast<uint64_t>(a));
6438 }
6439
6446 public enum class EKeyType : uint64_t
6447 {
6454 F5 = 0x05,
6455
6462 F6 = 0x06,
6463
6470 F7 = 0x07,
6471
6478 F8 = 0x08,
6479
6486 F9 = 0x09,
6487
6494 F10 = 0x0A,
6495
6502 F11 = 0x0B,
6503 };
6504
6511 public enum class EModifierKeyType : uint64_t
6512 {
6519 None = 0x00,
6520
6527 LCONTROL = 0x01,
6528
6535 LSHIFT = 0x02,
6536
6543 LMENU = 0x04,
6544
6551 Count = 0x08,
6552 };
6553
6555 {
6556 return static_cast<EModifierKeyType>(static_cast<uint64_t>(a) | static_cast<uint64_t>(b));
6557 }
6558
6560 {
6561 return static_cast<EModifierKeyType>(static_cast<uint64_t>(a) & static_cast<uint64_t>(b));
6562 }
6563
6564 inline EModifierKeyType operator~(EModifierKeyType a)
6565 {
6566 return static_cast<EModifierKeyType>(~static_cast<uint64_t>(a));
6567 }
6568
6569 inline bool operator!(EModifierKeyType a)
6570 {
6571 return static_cast<bool>(!static_cast<uint64_t>(a));
6572 }
6573
6580 public enum class ECodeType
6581 {
6588 Cpp = 0,
6589
6597
6605 };
6606
6613 public enum class ESortOrder
6614 {
6621 None = 0,
6622
6630
6638
6646 };
6647
6654 public enum class EMenuItemPaneMenuTree
6655 {
6663
6671
6679
6687
6695
6703
6711
6719
6727
6735
6743
6751
6759
6767
6775
6783
6791
6799
6807
6815
6823
6831
6839
6847
6855
6863
6871
6879
6887
6895
6903
6911
6919
6927
6935
6943
6951
6959 };
6960
6967 public enum class EPaneType
6968 {
6975 None = 0x0000,
6976
6983 Menu = 0x0001,
6984
6991 Properties = 0x0002,
6992
6999 Log = 0x0004,
7000
7007 Code = 0x0008,
7008
7015 ExampleSNAP = 0x0010,
7016
7024
7032
7039 ColorTable = 0x0080,
7040
7047 ViewGraph = 0x0100,
7048
7055 Sheet = 0x0200,
7056
7064
7072 };
7073
7074 inline EPaneType operator|(EPaneType a, EPaneType b)
7075 {
7076 return static_cast<EPaneType>(static_cast<uint64_t>(a) | static_cast<uint64_t>(b));
7077 }
7078
7079 inline EPaneType operator&(EPaneType a, EPaneType b)
7080 {
7081 return static_cast<EPaneType>(static_cast<uint64_t>(a) & static_cast<uint64_t>(b));
7082 }
7083
7084 inline EPaneType operator~(EPaneType a)
7085 {
7086 return static_cast<EPaneType>(~static_cast<uint64_t>(a));
7087 }
7088
7089 inline bool operator!(EPaneType a)
7090 {
7091 return static_cast<bool>(!static_cast<uint64_t>(a));
7092 }
7093
7101 {
7108 None = 0x0000,
7109
7116 ImageEdge = 0x0001,
7117
7124 ImageCenter = 0x0002,
7125
7133
7140 FigureEdge = 0x0004,
7141
7149
7157
7165 };
7166
7173 public enum class EGUIAlignment
7174 {
7181 LEFT = 0x0000,
7182
7189 RIGHT = 0x0001,
7190
7197 CENTER = 0x0002,
7198
7205 JUSTIFIED = 0x0004,
7206
7213 LEFT_TOP = 0x0000,
7214
7221 RIGHT_TOP = 0x0001,
7222
7229 CENTER_TOP = 0x0002,
7230
7237 LEFT_BOTTOM = 0x0010,
7238
7246
7254
7261 LEFT_CENTER = 0x0020,
7262
7270
7278
7286
7294
7301 MASK = 0x0037,
7302 };
7303
7310 public enum class EGUIStringTrimming
7311 {
7318 None = 0,
7319
7327
7334 Word = 2,
7335
7343
7351
7359 };
7360
7367 public enum class EProgressCtrlTextMode : uint32_t
7368 {
7376
7384
7392
7400 };
7401
7408 public enum class EViewImageMouseCapturePolicy : uint64_t
7409 {
7416 None = 0x0000,
7417
7425
7432 FreeDraw = 0x0002,
7433
7441
7448 MultiSelect = 0x0008,
7449
7456 Panning = 0x0010,
7457
7464 All = 0xffff,
7465 };
7466
7468 {
7469 return static_cast<EViewImageMouseCapturePolicy>(static_cast<uint64_t>(a) | static_cast<uint64_t>(b));
7470 }
7471
7473 {
7474 return static_cast<EViewImageMouseCapturePolicy>(static_cast<uint64_t>(a) & static_cast<uint64_t>(b));
7475 }
7476
7478 {
7479 return a = a | b;
7480 }
7481
7483 {
7484 return a = a & b;
7485 }
7486
7488 {
7489 return static_cast<EViewImageMouseCapturePolicy>(~static_cast<uint64_t>(a));
7490 }
7491
7492 inline bool operator!(EViewImageMouseCapturePolicy a)
7493 {
7494 return static_cast<bool>(!static_cast<uint64_t>(a));
7495 }
7496
7503 public enum class EPermission
7504 {
7511 View = 0x1,
7512
7520 };
7521
7529 {
7537
7545
7553
7561 };
7562
7563
7570 public enum class EViewImageStatusBarItem
7571 {
7579
7587
7595
7603
7611
7619
7627
7635
7643
7651
7659
7667 };
7668
7669 }
7670}
ELayerAutoClearMode
이미지 뷰 레이어의 자동 클리어 모드로, 사용자가 CGUIViewImageLayer 의 Clear() 함수를 명시적으로 호출하지 않아도 자동으로 Layer 의 자동 클리어가 적용되는...
Definition DefinitionsGUI.h:4962
@ PageChanged
이미지 뷰 위의 이미지의 페이지가 변경되었을 경우
Definition DefinitionsGUI.h:4985
@ SetImage
이미지 뷰 위의 이미지가 변경되었을 경우
Definition DefinitionsGUI.h:4993
ECoordinateOrientation2D
좌표계 종류(x축과 y축의 증가 방향으로 구분)
Definition DefinitionsGUI.h:7529
@ X_Right_Y_Up
x: 왼쪽에서 오른쪽으로 갈수록 증가, y: 아랫쪽에서 윗쪽으로 갈수록 증가
Definition DefinitionsGUI.h:7544
@ X_Right_Y_Down
x: 왼쪽에서 오른쪽으로 갈수록 증가, y: 윗쪽에서 아랫쪽으로 갈수록 증가
Definition DefinitionsGUI.h:7536
@ X_Left_Y_Down
x: 오른쪽에서 왼쪽으로 갈수록 증가, y: 윗쪽에서 아랫쪽으로 갈수록 증가
Definition DefinitionsGUI.h:7552
@ X_Left_Y_Up
x: 오른쪽에서 왼쪽으로 갈수록 증가, y: 아랫쪽에서 윗쪽으로 갈수록 증가
Definition DefinitionsGUI.h:7560
EControl
컨트롤
Definition DefinitionsGUI.h:5048
@ GridLayout
그리드 레이아웃
Definition DefinitionsGUI.h:5183
@ ProgressBar
진행 막대
Definition DefinitionsGUI.h:5151
@ ProgressBarFloatingPoint
부동 소수점 진행 막대
Definition DefinitionsGUI.h:5159
@ Slider
슬라이더
Definition DefinitionsGUI.h:5135
@ StaticText
Static Text
Definition DefinitionsGUI.h:5063
@ CheckBox
체크 박스
Definition DefinitionsGUI.h:5119
@ ListCtrl
목록 Ctrl
Definition DefinitionsGUI.h:5103
@ Sheet
시트(표)
Definition DefinitionsGUI.h:5167
@ Button
버튼
Definition DefinitionsGUI.h:5127
@ ListCtrlMassive
List Ctrl Massive
Definition DefinitionsGUI.h:5111
@ ComboBox_Editable
편집 컨트롤이 있는 콤보 상자
Definition DefinitionsGUI.h:5095
@ SliderFloatingPoint
부동 소수점 슬라이더
Definition DefinitionsGUI.h:5143
@ EditCtrl
Edit Ctrl
Definition DefinitionsGUI.h:5071
@ Password
Password Edit Ctrl
Definition DefinitionsGUI.h:5079
@ BoxLayout
상자 레이아웃
Definition DefinitionsGUI.h:5175
@ ComboBox
Combo Box
Definition DefinitionsGUI.h:5087
EAvailableViewImageContextMenu
이미지 뷰에 대한 가능한 컨텍스트 메뉴
Definition DefinitionsGUI.h:3221
@ ZoomFitToLayers
레이어 위 도형 및 텍스트가 화면에 꽉 차도록 스케일 및 오프셋 조정 메뉴
Definition DefinitionsGUI.h:3604
@ Measure
측정 메뉴
Definition DefinitionsGUI.h:3478
@ Image_Rotate
이미지 회전 메뉴
Definition DefinitionsGUI.h:3622
@ Figure_Create
도형 생성 메뉴
Definition DefinitionsGUI.h:3487
@ ImageFigure
ImageFigure(Image 안에 저장되어 있는 Figure)에 관한 모든 컨텍스트 메뉴, 이 플래그를 포함할 경우 EAvailableViewImageContextMenuImag...
Definition DefinitionsGUI.h:3247
@ Zoom
이미지 뷰의 스케일 확대, 축소, 핏 메뉴
Definition DefinitionsGUI.h:3345
@ PageControl
페이지 이동 메뉴
Definition DefinitionsGUI.h:3336
@ Figure_FreeDraw
자유 그리기 관련 메뉴
Definition DefinitionsGUI.h:3791
@ RearrangePageOrder
이미지 페이지 순서 변경 기능
Definition DefinitionsGUI.h:3693
@ CopyPaste
이미지 복사 및 붙여 넣기 메뉴
Definition DefinitionsGUI.h:3631
@ ClearPage
이미지의 페이지들을 삭제
Definition DefinitionsGUI.h:3710
@ Figure_ClearFigure
도형 정리 메뉴
Definition DefinitionsGUI.h:3505
@ Image_Flip
이미지 반전 메뉴
Definition DefinitionsGUI.h:3613
@ ClearLayers
레이어 정리 메뉴
Definition DefinitionsGUI.h:3595
@ Figure_Load
도형 불러오기 메뉴
Definition DefinitionsGUI.h:3496
@ PixelNumberMode
픽셀 값 표기 모드 설정 메뉴
Definition DefinitionsGUI.h:3434
@ ThumbnailView
이미지 미리보기 창 메뉴
Definition DefinitionsGUI.h:3327
@ ImageMiniMap
미니맵 메뉴
Definition DefinitionsGUI.h:3309
@ SyncView
뷰 동기화 메뉴
Definition DefinitionsGUI.h:3514
EGUIViewImageTextAlignment
이미지 뷰의 텍스트 정렬
Definition DefinitionsGUI.h:4658
@ VERTICAL_MASK
수직 방향 정렬 마스크(위쪽, 중앙, 아래쪽 정렬)
Definition DefinitionsGUI.h:4777
@ RIGHT_TOP
기준점이 문자열의 오른쪽 위에 위치하는 정렬
Definition DefinitionsGUI.h:4713
@ RIGHT
기준점이 문자열의 오른쪽에 위치하는 정렬
Definition DefinitionsGUI.h:4673
@ RIGHT_BOTTOM
기준점이 문자열의 오른쪽 아래에 위치하는 정렬
Definition DefinitionsGUI.h:4737
@ JUSTIFIED
양쪽 정렬
Definition DefinitionsGUI.h:4689
@ LEFT_BOTTOM
기준점이 문자열의 왼쪽 아래에 위치하는 정렬
Definition DefinitionsGUI.h:4729
@ LEFT_TOP
기준점이 문자열의 왼쪽 위에 위치하는 정렬
Definition DefinitionsGUI.h:4705
@ LEFT
기준점이 문자열의 왼쪽에 위치하는 정렬
Definition DefinitionsGUI.h:4665
@ RIGHT_CENTER
기준점이 문자열의 오른쪽 중앙(수직 방향)에 위치하는 정렬
Definition DefinitionsGUI.h:4761
@ LEFT_CENTER
기준점이 문자열의 왼쪽 중앙(수직 방향)에 위치하는 정렬
Definition DefinitionsGUI.h:4753
@ CENTER_TOP
기준점이 문자열의 중앙(수평방향) 위쪽(수직 방향)에 위치하는 정렬
Definition DefinitionsGUI.h:4721
@ CENTER_BOTTOM
기준점이 문자열의 중앙(수평방향) 아래(수직 방향)에 위치하는 정렬
Definition DefinitionsGUI.h:4745
@ HORIZONTAL_MASK
수평 방향 정렬 마스크(왼쪽, 중앙, 오른쪽 정렬)
Definition DefinitionsGUI.h:4697
@ CENTER_CENTER
기준점이 문자열의 중앙(수평 및 수직 방향)에 위치하는 정렬
Definition DefinitionsGUI.h:4769
EViewImageStatusBarItem
CGUIViewImage의 상태 바 아이템
Definition DefinitionsGUI.h:7571
@ ImageWidth
이미지 너비
Definition DefinitionsGUI.h:7602
@ ImageChannels
이미지 채널 수
Definition DefinitionsGUI.h:7626
@ CursorX
마우스 커서 X 좌표 아이템
Definition DefinitionsGUI.h:7642
@ PixelValueAtCursor
마우스 커서 위치의 픽셀 값 아이템
Definition DefinitionsGUI.h:7658
@ ImageHeight
이미지 높이
Definition DefinitionsGUI.h:7610
@ ZoomLevel
이미지 뷰어의 줌 레벨
Definition DefinitionsGUI.h:7634
@ CursorY
마우스 커서 Y 좌표 아이템
Definition DefinitionsGUI.h:7650
@ FileAndPageName
파일 이름 아이템
Definition DefinitionsGUI.h:7578
@ ImageDepth
이미지 깊이
Definition DefinitionsGUI.h:7618
@ CurrentPage
현재 페이지 인덱스 아이템
Definition DefinitionsGUI.h:7586
@ TotalPages
전체 페이지 인덱스 아이템
Definition DefinitionsGUI.h:7594
EImageFlipDirection
이미지를 뒤집는 방향
Definition DefinitionsGUI.h:3176
@ Vertical
세로 방향
Definition DefinitionsGUI.h:3202
@ Both
양방향
Definition DefinitionsGUI.h:3211
@ Horizontal
가로 방향
Definition DefinitionsGUI.h:3193
EGUIAlignment
정렬 정보
Definition DefinitionsGUI.h:7174
@ EGUIAlignmentHorizontal_MASK
수평 방향 정렬 마스크
Definition DefinitionsGUI.h:7285
@ EGUIAlignmentVertical_MASK
수직 방향 정렬 마스크
Definition DefinitionsGUI.h:7293
EViewImageMouseCapturePolicy
어떤 상황에서 이미지 뷰의 마우스 캡처를 할지를 제어하는 플래그
Definition DefinitionsGUI.h:7409
@ MultiSelect
다중 선택 영역을 지정할 때 마우스 캡처를 수행함
Definition DefinitionsGUI.h:7448
@ TransformFigure
도형을 이동, 회전, 크기 조절 등의 방식으로 변형할 때 마우스 캡처를 수행함
Definition DefinitionsGUI.h:7440
@ TeachFigureAndMeasurement
도형 티칭 및 측정 동작에서 마우스 캡처를 수행함
Definition DefinitionsGUI.h:7424
EAvailableFigureContextMenu2
도형 객체에 대한 가능한 컨텍스트 메뉴
Definition DefinitionsGUI.h:5777
@ Extend
방향성이 있는 도형(Line, Rect, Quad, Ellipse)을 각각의 도형이 지향하는 방향으로 늘리는 기능
Definition DefinitionsGUI.h:6027
@ SetArcDegree
원, 타원, 도넛 객체의 start degree 및 delta degree 변경 메뉴
Definition DefinitionsGUI.h:5961
@ ConvertTemplateTypeElementwise_ToAllType
도형의 모든 변수 자료형으로 변환 메뉴
Definition DefinitionsGUI.h:5953
@ Flip
Figure 의 무게중심을 기준으로 좌우 또는 상하 뒤집기 메뉴
Definition DefinitionsGUI.h:5969
@ ConvertDeclTypeElementwise_ToAllType
모든 변환 메뉴
Definition DefinitionsGUI.h:5912
@ SetAttribute
속성 설정 메뉴
Definition DefinitionsGUI.h:6067
EMenuItemObjectFigure
이미지 뷰의 조작 가능한 도형 객체에 관한 메뉴 아이템
Definition DefinitionsGUI.h:1484
@ SwitchToPoint
Point 로 변환 메뉴
Definition DefinitionsGUI.h:1898
@ DeclType_Array
Array 으로 변환 메뉴
Definition DefinitionsGUI.h:1678
@ SwitchToRect
Rect 로 변환 메뉴
Definition DefinitionsGUI.h:1914
@ DeclType_ComplexRegion
ComplexRegion 도형 생성 메뉴
Definition DefinitionsGUI.h:1670
@ DeselectFigure
도형 선택 해제 메뉴
Definition DefinitionsGUI.h:2162
@ FitToImage
도형 크기를 이미지 너비 및 높이에 맞추기 메뉴
Definition DefinitionsGUI.h:1794
@ SetNameAndPushBackToImage
도형 이름 설정 후 이미지에 저장 메뉴
Definition DefinitionsGUI.h:1533
@ SetTarget
선택한 도형을 도형 연산(변환 등)의 타겟으로 설정
Definition DefinitionsGUI.h:2538
@ SwitchToBezierQuarticCurve
BezierQuarticCurve 으로 변환 메뉴
Definition DefinitionsGUI.h:1978
@ MakeFigureValid
유효한 도형으로 만들기 메뉴
Definition DefinitionsGUI.h:1551
@ Load_GBR
GBR 파일 (Gerber) 불러오기 메뉴
Definition DefinitionsGUI.h:1516
@ GetRegionOfSubtraction
도형 차집합 영역 얻기 메뉴
Definition DefinitionsGUI.h:2122
@ GetRegionOfExclusiveOr
도형 XOR 영역 얻기 메뉴
Definition DefinitionsGUI.h:2130
@ Sort_SortOrder2D_Y_Desc_X_Desc
Figure의 2차원 정렬 기준을 지정하는 메뉴, 1순위 Y내림차순, 2순위 X내림차순
Definition DefinitionsGUI.h:2662
@ TemplateType_Int32
도형의 변수 자료형 Int32 로 변환 메뉴
Definition DefinitionsGUI.h:1762
@ SwitchToEllipse
Ellipse 로 변환 메뉴
Definition DefinitionsGUI.h:1938
@ Flip_Vertical_Elementwise
다중 선택한 도형 또는 FigureArray 의 내부 원소에 대해 개별적으로 도형을 좌우 반전하는 메뉴
Definition DefinitionsGUI.h:2330
@ DeclType_BezierCubicCurve
BezierCubicCurve 도형 생성 메뉴
Definition DefinitionsGUI.h:1646
@ Rotate90
도형 90도 회전 메뉴
Definition DefinitionsGUI.h:2354
@ ShowWindingDirection
도형의 Winding 방향 보이기 메뉴
Definition DefinitionsGUI.h:2170
@ Flip_Vertical
도형 좌우반전 메뉴
Definition DefinitionsGUI.h:2322
@ ConvertTemplateTypeElementwise_ToInt32
도형의 변수 자료형 Int32 로 변환 메뉴
Definition DefinitionsGUI.h:2934
@ EnableRasterOperation
Figure 의 Rasterized 상태 설정
Definition DefinitionsGUI.h:2798
@ ConvertDeclTypeElementwise_ToBezierQuarticCurve
BezierQuarticCurve 으로 변환 메뉴
Definition DefinitionsGUI.h:2894
@ SwitchToDoughnut
Doughnut 으로 변환 메뉴
Definition DefinitionsGUI.h:1946
@ GetBoundary_Elementwise
다중 선택한 도형 또는 FigureArray 의 내부 원소에 대해 개별적으로 경계 직사각형을 얻어 오는 메뉴
Definition DefinitionsGUI.h:2554
@ ConvertDeclTypeElementwise_ToCircle
Circle 로 변환 메뉴
Definition DefinitionsGUI.h:2846
@ Sort_SortOrder2D_X_Asc_Y_Asc
Figure의 2차원 정렬 기준을 지정하는 메뉴, 1순위 X오름차순, 2순위 Y오름차순
Definition DefinitionsGUI.h:2670
@ GetConvexHull
도형의 Convex hull 얻기 메뉴
Definition DefinitionsGUI.h:2514
@ MakeArc
Arc 로 만들기 메뉴
Definition DefinitionsGUI.h:2026
@ Sort_SortOrder2D_X_Desc_Y_Asc
Figure의 2차원 정렬 기준을 지정하는 메뉴, 1순위 X내림차순, 2순위 Y오름차순
Definition DefinitionsGUI.h:2686
@ PushBackToImage
도형 이미지에 설정 메뉴
Definition DefinitionsGUI.h:1542
@ GetRegionOfIntersection
도형 교차 영역 얻기 메뉴
Definition DefinitionsGUI.h:2106
@ ConvertTemplateTypeElementwise_ToFloat
도형의 변수 자료형 Float 로 변환 메뉴
Definition DefinitionsGUI.h:2950
@ SwitchToQuad
Quad 로 변환 메뉴
Definition DefinitionsGUI.h:1922
@ GetMinimumEnclosingRectangle_Elementwise
다중 선택한 도형 또는 FigureArray 의 내부 원소에 대해 개별적으로 최소 외접 직사각형을 얻어 오는 메뉴
Definition DefinitionsGUI.h:2570
@ Sort_SortOrder2D_X_Desc_Y_Desc
Figure의 2차원 정렬 기준을 지정하는 메뉴, 1순위 X내림차순, 2순위 Y내림차순
Definition DefinitionsGUI.h:2694
@ Warp_Bilinear
Figure 를 Bilinear 방식을 사용하여 휘어짐 변환하는 기능
Definition DefinitionsGUI.h:2434
@ ComplexRegion_SwitchToBezierQuarticCurve
BezierQuarticCurve 으로 변환 메뉴
Definition DefinitionsGUI.h:1874
@ Rotate180
도형 180도 회전 메뉴
Definition DefinitionsGUI.h:2370
@ Flip_Both
도형 상하좌우반전 메뉴
Definition DefinitionsGUI.h:2338
@ DeclType_Region
Region 도형 생성 메뉴
Definition DefinitionsGUI.h:1662
@ DeclType_RoundRect
RoundRect 로 변환 메뉴
Definition DefinitionsGUI.h:1702
@ SwitchToRegion
Region 으로 변환 메뉴
Definition DefinitionsGUI.h:1986
@ Sort_SortOrder2D_Y_Desc_X_Asc
Figure의 2차원 정렬 기준을 지정하는 메뉴, 1순위 Y내림차순, 2순위 X오름차순
Definition DefinitionsGUI.h:2654
@ SetInstantApplyFigure
도형의 변경 사항을 즉시 적용 메뉴
Definition DefinitionsGUI.h:2090
@ AssignFigure
도형 대입 메뉴
Definition DefinitionsGUI.h:2966
@ SwitchToCircle
Circle 로 변환 메뉴
Definition DefinitionsGUI.h:1930
@ GetPointsOfMaximumDistance_Elementwise
다중 선택한 도형 또는 FigureArray 의 내부 원소에 대해 도형 간의 가장 긴 거리를 이루는 두 점 얻기 메뉴
Definition DefinitionsGUI.h:2602
@ TemplateType_Float
도형의 변수 자료형 Float 로 변환 메뉴
Definition DefinitionsGUI.h:1778
@ RotateArbitrary
도형 임의 각도 회전 메뉴
Definition DefinitionsGUI.h:2402
@ DeclType_Line
Line 도형 생성 메뉴
Definition DefinitionsGUI.h:1587
@ SwitchToBezierCubicCurve
BezierCubicCurve 으로 변환 메뉴
Definition DefinitionsGUI.h:1970
@ Load_DXF
DXF 파일 (Drawing Exchange Format) 불러오기 메뉴
Definition DefinitionsGUI.h:1508
@ Warp_ThinPlate
Figure 를 ThinPlate 방식을 사용하여 휘어짐 변환하는 기능
Definition DefinitionsGUI.h:2482
@ CenterType_CenterOfGravity
Figure 의 중심 종류 지정 메뉴, 무게 중심
Definition DefinitionsGUI.h:2710
@ ShowFigureArrayElementSequenceRecursively
FigureArray 내부에 FigureArray 가 존재하는 경우, 재귀적으로 도형 순서를 보이기 메뉴
Definition DefinitionsGUI.h:2194
@ Sort_SortOrder2D_X_Asc_Y_Desc
Figure의 2차원 정렬 기준을 지정하는 메뉴, 1순위 X오름차순, 2순위 Y내림차순
Definition DefinitionsGUI.h:2678
@ Warp_Perspective
Figure 를 Perspective 방식을 사용하여 휘어짐 변환하는 기능
Definition DefinitionsGUI.h:2418
@ DeclType_Rect
Rect 도형 생성 메뉴
Definition DefinitionsGUI.h:1596
@ Warp_ThinPlate_Elementwise
다중 선택한 도형 또는 FigureArray 의 내부 원소에 대해 개별적으로 도형을 ThinPlate 방식을 사용하여 휘어짐 변환하는 메뉴
Definition DefinitionsGUI.h:2490
@ MakeCircle
Circle 로 만들기 메뉴
Definition DefinitionsGUI.h:2018
@ ConvertDeclTypeElementwise_ToCubicSpline
CubicSpline 으로 변환 메뉴
Definition DefinitionsGUI.h:2870
@ SwitchToLine
Line 으로 변환 메뉴
Definition DefinitionsGUI.h:1906
@ DeclType_Circle
Circle 도형 생성 메뉴
Definition DefinitionsGUI.h:1614
@ ClearFreeDraw
자유 그리기 지우개 모두 지우기
Definition DefinitionsGUI.h:1746
@ Warp_Lanczos
Figure 를 Lanczos 방식을 사용하여 휘어짐 변환하는 기능
Definition DefinitionsGUI.h:2466
@ ComplexRegion_SwitchToBezierQuadraticCurve
BezierQuadraticCurve 으로 변환 메뉴
Definition DefinitionsGUI.h:1858
@ FreeDrawEraser
자유 그리기 지우개 모드 진입
Definition DefinitionsGUI.h:1728
@ Rotate270
도형 270도 회전 메뉴
Definition DefinitionsGUI.h:2386
@ SwitchTo_ApplyElementwise
도형의 타입 변환 시 각 원소에 대해 적용하는 메뉴
Definition DefinitionsGUI.h:1890
@ ConvertDeclTypeElementwise_ToPointArray
PointArray 로 변환 메뉴
Definition DefinitionsGUI.h:2926
@ EArcClosingMethod_EachOther
원호의 끝점 처리 서로 연결 메뉴
Definition DefinitionsGUI.h:2042
@ ConvertDeclTypeElementwise_ToLine
Line 으로 변환 메뉴
Definition DefinitionsGUI.h:2822
@ ConvertTemplateTypeElementwise_ToDouble
도형의 변수 자료형 Double 로 변환 메뉴
Definition DefinitionsGUI.h:2958
@ SwitchToCubicSpline
CubicSpline 으로 변환 메뉴
Definition DefinitionsGUI.h:1954
@ EArcClosingMethod_Center
원호의 끝점 처리 중앙점 메뉴
Definition DefinitionsGUI.h:2034
@ Sort_SetClusterCoefficient
Figure 순서를 ClusterMode로 정렬 시 Cluster 의 coefficient 값을 설정하는 메뉴
Definition DefinitionsGUI.h:2630
@ MagnetToImageBoundary
도형 객체가 이미지의 가장자리에서 이동 중일 경우 가장자리에 붙도록 하는 마그넷 모드 설정 메뉴
Definition DefinitionsGUI.h:1810
@ Reduce_Elementwise
다중 선택한 도형 각각 또는 FigureArray 의 내부 원소 각각에 대해, 설정된 정밀도로 근사화하여 점 개수를 줄이는 메뉴
Definition DefinitionsGUI.h:2742
@ Sort_SortOrder2D_Y_Asc_X_Asc
Figure의 2차원 정렬 기준을 지정하는 메뉴, 1순위 Y오름차순, 2순위 X오름차순
Definition DefinitionsGUI.h:2638
@ GroupSelectedFigures
도형 그룹화 메뉴
Definition DefinitionsGUI.h:2234
@ DeclType_Doughnut
Doughnut 으로 변환 메뉴
Definition DefinitionsGUI.h:1694
@ Edit
도형 정보 편집 메뉴
Definition DefinitionsGUI.h:1569
@ FitToImage_Elementwise
다중 선택한 도형 또는 FigureArray 의 내부 원소에 대해 개별적으로 도형 크기를 이미지 너비 및 높이에 맞추기 메뉴
Definition DefinitionsGUI.h:1802
@ GetMinimumEnclosingRectangle
도형의 Minimum Enclosing Rectangle 얻기 메뉴
Definition DefinitionsGUI.h:2562
@ DeclType_Text
Text 를 Figure 로 생성 메뉴
Definition DefinitionsGUI.h:1710
@ OpenDialog_Transform_Elementwise
도형 변환 다이얼로그를 여는 메뉴(Elementwise)
Definition DefinitionsGUI.h:2506
@ DeclType_CubicSpline
CubicSpline 도형 생성 메뉴
Definition DefinitionsGUI.h:1630
@ DeclType_Quad
Quad 도형 생성 메뉴
Definition DefinitionsGUI.h:1605
@ ClearExclusiveRegion
Region 또는 ComplexRegion 에서 ExclusiveRegion 영역을 제거하는 메뉴
Definition DefinitionsGUI.h:2726
@ ComplexRegion_SwitchToEllipseArc
EllipseArc 로 변환 메뉴
Definition DefinitionsGUI.h:1842
@ Scale
피벗 좌표를 기준으로 하여 도형을 비율에 맞춰 늘리는 메뉴
Definition DefinitionsGUI.h:2766
@ End
뷰 시점 동기화 메뉴
Definition DefinitionsGUI.h:2982
@ CenterType_MinimumEnclosingRectangle
Figure 의 중심 종류 지정 메뉴, 최소 둘레의 직사각형의 중심
Definition DefinitionsGUI.h:2718
@ DeleteFigure
도형 삭제 메뉴
Definition DefinitionsGUI.h:2082
@ SwitchToRoundRect
RoundRect 로 변환 메뉴
Definition DefinitionsGUI.h:2002
@ Flip_Horizontal_Elementwise
다중 선택한 도형 또는 FigureArray 의 내부 원소에 대해 개별적으로 도형을 상하 반전하는 메뉴
Definition DefinitionsGUI.h:2314
@ Split
Rect를 쪼개서 FigureArray로 만드는 메뉴
Definition DefinitionsGUI.h:2750
@ ConfirmFigure
도형 확인 메뉴
Definition DefinitionsGUI.h:2066
@ ConvertDeclTypeElementwise_ToRect
Rect 로 변환 메뉴
Definition DefinitionsGUI.h:2830
@ FlattenFigureArray
FigureArray 내부에 FigureArray 가 있는 경우 Flatten 적용 메뉴
Definition DefinitionsGUI.h:2218
@ FigureArrayChangeZOrder
FigureArray 내부 원소의 z-order 를 변경하는 메뉴
Definition DefinitionsGUI.h:2226
@ LeaveFreeDrawMode
자유 그리기 또는 지우개 모드 종료
Definition DefinitionsGUI.h:1737
@ TemplateType_Double
도형의 변수 자료형 Double 로 변환 메뉴
Definition DefinitionsGUI.h:1786
@ GetIntersection
2개 이상의 도형 교점 얻기 메뉴
Definition DefinitionsGUI.h:2098
@ ComplexRegion_SwitchToCubicSpline
CubicSpline 으로 변환 메뉴
Definition DefinitionsGUI.h:1850
@ ConvertDeclTypeElementwise_ToDoughnut
Doughnut 으로 변환 메뉴
Definition DefinitionsGUI.h:2862
@ HideFigure
도형 감추기 메뉴
Definition DefinitionsGUI.h:2154
@ GetConvexHull_Elementwise
다중 선택한 도형 또는 FigureArray 의 내부 원소에 대해 개별적으로 Convex hull 을 얻어 오는 메뉴
Definition DefinitionsGUI.h:2522
@ DeclType_BezierQuadraticCurve
BezierQuadraticCurve 도형 생성 메뉴
Definition DefinitionsGUI.h:1638
@ EArcClosingMethod_NoClose
원호의 끝점 처리 잇지 않는 메뉴
Definition DefinitionsGUI.h:2050
@ Warp_Bilinear_Elementwise
다중 선택한 도형 또는 FigureArray 의 내부 원소에 대해 개별적으로 도형을 Bilinear 방식을 사용하여 휘어짐 변환하는 메뉴
Definition DefinitionsGUI.h:2442
@ Sort_ClusterMode
Figure 순서 정렬 시 cluster Mode 여부를 지정하는 메뉴
Definition DefinitionsGUI.h:2620
@ Expression
특정 조건에 부합하는 Figure 를 얻어 오는 메뉴
Definition DefinitionsGUI.h:2806
@ SwitchToBezierQuadraticCurve
BezierQuadraticCurve 으로 변환 메뉴
Definition DefinitionsGUI.h:1962
@ Rotate180_Elementwise
다중 선택한 도형 또는 FigureArray 의 내부 원소에 대해 개별적으로 도형을 180도 회전하는 메뉴
Definition DefinitionsGUI.h:2378
@ Warp_Bicubic_Elementwise
다중 선택한 도형 또는 FigureArray 의 내부 원소에 대해 개별적으로 도형을 Bicubic 방식을 사용하여 휘어짐 변환하는 메뉴
Definition DefinitionsGUI.h:2458
@ ConvertDeclTypeElementwise_ToBezierCubicCurve
BezierCubicCurve 으로 변환 메뉴
Definition DefinitionsGUI.h:2886
@ Inflate
입력된 길이만큼 도형을 외접 사각형에 맞춰 늘리는 메뉴
Definition DefinitionsGUI.h:2782
@ Warp_Bicubic
Figure 를 Bicubic 방식을 사용하여 휘어짐 변환하는 기능
Definition DefinitionsGUI.h:2450
@ Text_SetText
CFLFigureText 객체의 문자열 설정 메뉴
Definition DefinitionsGUI.h:1882
@ ConvertDeclTypeElementwise_ToQuad
Quad 로 변환 메뉴
Definition DefinitionsGUI.h:2838
@ TemplateType_ApplyElementwise
도형의 변수 자료형 변환 시 각 원소에 대해 적용하는 메뉴
Definition DefinitionsGUI.h:1754
@ ConvertDeclTypeElementwise_ToRegion
Region 으로 변환 메뉴
Definition DefinitionsGUI.h:2902
@ Rotate270_Elementwise
다중 선택한 도형 또는 FigureArray 의 내부 원소에 대해 개별적으로 도형을 270도 회전하는 메뉴
Definition DefinitionsGUI.h:2394
@ SwitchToPointArray
PointArray 로 변환 메뉴
Definition DefinitionsGUI.h:2010
@ MagnetAngle
도형 객체를 회전시킬 때 각도가 90도 배수에 근접하게 되면 90도의 배수로 도형의 각도를 지정하는 메뉴
Definition DefinitionsGUI.h:1818
@ RotateArbitrary_Elementwise
다중 선택한 도형 또는 FigureArray 의 내부 원소에 대해 개별적으로 도형을 임의의 각도로 회전하는 메뉴
Definition DefinitionsGUI.h:2410
@ ConvertDeclTypeElementwise_ToEllipse
Ellipse 로 변환 메뉴
Definition DefinitionsGUI.h:2854
@ GetBoundary
도형의 경계 직사각형 얻기 메뉴
Definition DefinitionsGUI.h:2546
@ ShowInformationText
도형 정보 텍스트 보이기 메뉴
Definition DefinitionsGUI.h:2210
@ ConvertDeclTypeElementwise_ToBezierQuadraticCurve
BezierQuadraticCurve 으로 변환 메뉴
Definition DefinitionsGUI.h:2878
@ ChangeMultiSelectOrder
도형의 다중 선택 순서 변경 메뉴
Definition DefinitionsGUI.h:2266
@ GetPointsOfMinimumDistance
도형 간의 가장 짧은 거리를 이루는 두 점 얻기 메뉴
Definition DefinitionsGUI.h:2578
@ FreeDraw
자유 그리기 모드 진입
Definition DefinitionsGUI.h:1719
@ GetPointsOfMinimumDistance_Elementwise
다중 선택한 도형 또는 FigureArray 의 내부 원소에 대해 도형 간의 가장 짧은 거리를 이루는 두 점 얻기 메뉴
Definition DefinitionsGUI.h:2586
@ Scale_Elementwise
다중 선택한 도형 각각 또는 FigureArray 의 내부 원소 각각에 대해, 피벗 좌표를 기준으로 하여 도형을 비율에 맞춰 늘리는 메뉴
Definition DefinitionsGUI.h:2774
@ GroupSelectedFiguresToPointArray
도형을 PointArray 로 그룹화 메뉴
Definition DefinitionsGUI.h:2242
@ Warp_Lanczos_Elementwise
다중 선택한 도형 또는 FigureArray 의 내부 원소에 대해 개별적으로 도형을 Lanczos 방식을 사용하여 휘어짐 변환하는 메뉴
Definition DefinitionsGUI.h:2474
@ Sort_Execute
Figure 순서를 정렬하는 메뉴
Definition DefinitionsGUI.h:2610
@ SwitchToComplexRegion
ComplexRegion 으로 변환 메뉴
Definition DefinitionsGUI.h:1994
@ DeclType_Ellipse
Ellipse 도형 생성 메뉴
Definition DefinitionsGUI.h:1622
@ ComplexRegion_SwitchToBezierCubicCurve
BezierCubicCurve 으로 변환 메뉴
Definition DefinitionsGUI.h:1866
@ ShowControlPoint
CubicSpline 또는 BezierCubicCurve 의 Control Point 보이기 메뉴
Definition DefinitionsGUI.h:2202
@ DeclType_BezierQuarticCurve
BezierQuarticCurve 도형 생성 메뉴
Definition DefinitionsGUI.h:1654
@ ComplexRegion_SwitchToLine
ComplexRegion 도형 객체 내부 세그먼트를 Line 으로 변환하는 메뉴
Definition DefinitionsGUI.h:1826
@ Clear
도형 정리 메뉴
Definition DefinitionsGUI.h:2058
@ ConvertDeclTypeElementwise_ToComplexRegion
ComplexRegion 으로 변환 메뉴
Definition DefinitionsGUI.h:2910
@ UngroupSelectedFigures
도형 비그룹화 메뉴
Definition DefinitionsGUI.h:2250
@ FlattenAndAssignFigure
여러 도형을 하나의 FigureArray로 Flatten 후 대입 메뉴
Definition DefinitionsGUI.h:2974
@ Flip_Both_Elementwise
다중 선택한 도형 또는 FigureArray 의 내부 원소에 대해 개별적으로 도형을 상하 좌우 반전하는 메뉴
Definition DefinitionsGUI.h:2346
@ Rotate90_Elementwise
다중 선택한 도형 또는 FigureArray 의 내부 원소에 대해 개별적으로 도형을 90도 회전하는 메뉴
Definition DefinitionsGUI.h:2362
@ CancelFigure
도형 취소 메뉴
Definition DefinitionsGUI.h:2074
@ ComplexRegion_SwitchToArc
Arc 로 변환 메뉴
Definition DefinitionsGUI.h:1834
@ DeclType_PointArray
PointArray 로 변환 메뉴
Definition DefinitionsGUI.h:1686
@ GetPointsOfMaximumDistance
도형 간의 가장 긴 거리를 이루는 두 점 얻기 메뉴
Definition DefinitionsGUI.h:2594
@ ShowFigureArrayElementSequence
FigureArray 내부 도형 순서 보이기 메뉴
Definition DefinitionsGUI.h:2186
@ SetSource
선택한 도형을 도형 연산(변환 등)의 원본으로 설정
Definition DefinitionsGUI.h:2530
@ Reduce
CFLRegion 등 객체에 대해, 설정된 정밀도로 근사화하여 점 개수를 줄이는 메뉴
Definition DefinitionsGUI.h:2734
@ DeletePoint
도형 Point 지우기 메뉴
Definition DefinitionsGUI.h:2138
@ ShowMultiSelectOrder
다중 선택 순서 보이기 메뉴
Definition DefinitionsGUI.h:2258
@ GetRegionOfUnion
도형 합집합 영역 얻기 메뉴
Definition DefinitionsGUI.h:2114
@ SetName
도형 이름 설정 메뉴
Definition DefinitionsGUI.h:1560
@ Flip_Horizontal
도형 상하 반전 메뉴
Definition DefinitionsGUI.h:2306
@ CenterType_RectangleBoundaryCenter
Figure 의 중심 종류 지정 메뉴, 최외곽 사각형의 중심
Definition DefinitionsGUI.h:2702
@ Sort_SortOrder2D_Y_Asc_X_Desc
Figure의 2차원 정렬 기준을 지정하는 메뉴, 1순위 Y오름차순, 2순위 X내림차순
Definition DefinitionsGUI.h:2646
@ Warp_Perspective_Elementwise
다중 선택한 도형 또는 FigureArray 의 내부 원소에 대해 개별적으로 도형을 Perspective 방식을 사용하여 휘어짐 변환하는 메뉴
Definition DefinitionsGUI.h:2426
@ DeclType_Point
Point 도형 생성 메뉴
Definition DefinitionsGUI.h:1578
@ ShowWindingSequence
도형 순서 숫자 보이기 메뉴
Definition DefinitionsGUI.h:2178
@ ConvertDeclTypeElementwise_ToPoint
Point 로 변환 메뉴
Definition DefinitionsGUI.h:2814
@ TemplateType_Int64
도형의 변수 자료형 Int64 로 변환 메뉴
Definition DefinitionsGUI.h:1770
@ Inflate_Elementwise
다중 선택한 도형 각각 또는 FigureArray 의 내부 원소 각각에 대해, 입력된 길이만큼 도형을 외접 사각형에 맞춰 늘리는 메뉴
Definition DefinitionsGUI.h:2790
@ Split_Elementwise
다중 선택한 도형 각각 또는 FigureArray 의 내부 원소 각각에 대해, Rect를 쪼개서 FigureArray로 만드는 메뉴
Definition DefinitionsGUI.h:2758
@ OpenDialog_Transform
도형 변환 다이얼로그를 여는 메뉴
Definition DefinitionsGUI.h:2498
@ ConvertDeclTypeElementwise_ToRoundRect
RoundRect 로 변환 메뉴
Definition DefinitionsGUI.h:2918
@ ConvertTemplateTypeElementwise_ToInt64
도형의 변수 자료형 Int64 로 변환 메뉴
Definition DefinitionsGUI.h:2942
EObjectFigureHitTest
이미지 뷰 위의 도형에 대한 마우스 hit test
Definition DefinitionsGUI.h:4033
@ GripEllipseArc
ComplexRegion 의 Ellipse Arc 를 잡은 경우
Definition DefinitionsGUI.h:4167
@ GripArc
ComplexRegion 의 Circle Arc 를 잡은 경우
Definition DefinitionsGUI.h:4158
@ ExclusiveRegion
Exclusive Region 을 잡은 경우
Definition DefinitionsGUI.h:4230
@ GripControlPointEnd
CubicSpline 또는 BezierCubicCurve 의 end control point 를 잡은 경우
Definition DefinitionsGUI.h:4131
@ TransformDoughnutRadius
Doughnut 의 Radius 를 조정하는 경우
Definition DefinitionsGUI.h:4221
@ GripControlPoint
CubicSpline 또는 BezierCubicCurve 의 control point 를 잡은 경우
Definition DefinitionsGUI.h:4149
@ Transform
도형 변형
Definition DefinitionsGUI.h:4068
@ GripLine
직선을 잡은 경우
Definition DefinitionsGUI.h:4104
@ GripInterpolatedLine
보간 직선을 잡은 경우
Definition DefinitionsGUI.h:4239
@ Move
도형 이동
Definition DefinitionsGUI.h:4050
@ GripControlPointStart
CubicSpline 또는 BezierCubicCurve 의 start control point 를 잡은 경우
Definition DefinitionsGUI.h:4122
@ Rotate
도형 회전
Definition DefinitionsGUI.h:4059
@ GripBezierCubicCurve
ComplexRegion 의 BezierCubicCurve 를 잡은 경우
Definition DefinitionsGUI.h:4194
@ ArcDegree
원, 타원, 도넛의 start degree 또는 delta degree 변경
Definition DefinitionsGUI.h:4113
@ SelectOnMultiSelectedFigures
Ctrl 키를 누른 채로 다중 선택된 도형들 중에서 선택된 경우
Definition DefinitionsGUI.h:4266
@ GripBezierQuarticCurve
ComplexRegion 의 BezierQuarticCurve 를 잡은 경우
Definition DefinitionsGUI.h:4203
@ GripBezierQuadraticCurve
ComplexRegion 의 BezierQuadraticCurve 를 잡은 경우
Definition DefinitionsGUI.h:4185
@ RoundRect_GripRadiusVertex
RoundRect 의 Radius 조정 점을 잡은 경우
Definition DefinitionsGUI.h:4257
@ GripControlPointMid
CubicSpline 또는 BezierQuarticCurve 의 Mid control point 를 잡은 경우
Definition DefinitionsGUI.h:4140
@ GripCubicSpline
ComplexRegion 의 CubicSpline 을 잡은 경우
Definition DefinitionsGUI.h:4176
@ GripVertex
정점을 잡은 경우
Definition DefinitionsGUI.h:4095
@ ComplexRegion_GripEndVertex
ComplexRegion 내부의 Line, Circle Arc, Ellipse Arc, CubicSpline, BezierCubicCurve 의 끝 정점을 잡은 경우
Definition DefinitionsGUI.h:4248
@ Select
도형 선택
Definition DefinitionsGUI.h:4085
@ GripBezierCurve
ComplexRegion 의 BezierCurve 를 잡은 경우
Definition DefinitionsGUI.h:4212
@ Hover
도형 위에 마우스가 있는 경우
Definition DefinitionsGUI.h:4275
EProgressCtrlTextMode
ProgressCtrl 의 문자열 표시 모드
Definition DefinitionsGUI.h:7368
@ PositionPerMax
최대값에 대한 현재 위치 표시. 예 : "440/1000"
Definition DefinitionsGUI.h:7391
@ Percentage
퍼센트 표시. 예 : "44%"
Definition DefinitionsGUI.h:7375
@ Position
현재 위치 표시. 예 : "440"
Definition DefinitionsGUI.h:7383
@ UserDefinedText
사용자 지정 텍스트 표시. 예 : "Waiting.."
Definition DefinitionsGUI.h:7399
ELayerDrawingMethod
이미지 뷰 위에 Layer 의 drawing 객체들을 그리는 시점을 결정하는 모드입니다. 사용자가 CGUIViewImageLayer 의 Update() 함수를 명시적으로 호출할 때에...
Definition DefinitionsGUI.h:4937
@ Auto
기본값
Definition DefinitionsGUI.h:4944
@ Manual
Update 호출 시점에만 Layer 에 Drawing 을 하는 모드
Definition DefinitionsGUI.h:4952
ESortOrder
정렬 순서
Definition DefinitionsGUI.h:6614
@ Ascending
오름차순 정렬
Definition DefinitionsGUI.h:6629
@ Descending
내림차순 정렬
Definition DefinitionsGUI.h:6637
EMenuItemImageFigure
이미지에 저장된 도형에 대한 메뉴 아이템
Definition DefinitionsGUI.h:1237
@ OpenFigureListWindow
이미지에 저장된 도형 목록 창 열기 메뉴
Definition DefinitionsGUI.h:1268
@ Popup
이미지에 저장된 도형 띄우기 메뉴
Definition DefinitionsGUI.h:1316
@ EnableHover
이미지에 저장된 Figure 에 마우스가 닿을 때 하이라이트 할지 여부를 설정하는 메뉴
Definition DefinitionsGUI.h:1441
@ Remove
이미지에 저장된 도형 중 선택된 도형을 제거하는 메뉴
Definition DefinitionsGUI.h:1351
@ SetRealSizeText
이미지에 저장된 도형의 이름을 표시할 때 실제 크기로 표시할지 여부를 설정하는 메뉴
Definition DefinitionsGUI.h:1425
@ BringToFront
이미지에 저장된 도형 맨 앞으로 가져오기 메뉴
Definition DefinitionsGUI.h:1284
@ RemoveByCondition
이미지에 저장된 Figure 중 조건(예를 들어 너비가 10 이상이거나, 타입이 rect 이거나, 이름이 "0"으로 시작 등)에 부합하는 도형을 제거하는 메뉴
Definition DefinitionsGUI.h:1368
@ PopupByCondition
이미지에 저장된 Figure 중 조건(예를 들어 너비가 10 이상이거나, 타입이 rect 이거나, 이름이 "0"으로 시작 등)에 부합하는 도형을 조작 가능한 Figure Object...
Definition DefinitionsGUI.h:1342
@ MultiSelect_Popup
이미지에 저장된 도형 띄우기 메뉴
Definition DefinitionsGUI.h:1324
@ OpenFigureClassesWindow
이미지에 저장된 도형의 클래스 목록 창 열기 메뉴
Definition DefinitionsGUI.h:1276
@ Paste
클립보드에 복사되어 있는 Figure를 Image Figure로 붙여 넣는 메뉴
Definition DefinitionsGUI.h:1465
@ CopySelected
이미지에 저장된 Figure 중 선택한 객체들을 복사하는 메뉴
Definition DefinitionsGUI.h:1449
@ SetOpacity
이미지에 저장된 도형의 테두리 또는 채우기 불투명도를 설정하는 메뉴
Definition DefinitionsGUI.h:1433
@ MultiSelect_SetDrawingAttribute
이미지에 저장된 도형의 그리기 속성을 설정하는 메뉴
Definition DefinitionsGUI.h:1409
@ CopyAll
이미지에 저장된 Figure를 모두 복사하는 메뉴
Definition DefinitionsGUI.h:1457
@ RemoveByConditionFromAllPages
이미지에 저장된 Figure 중 조건(예를 들어 너비가 10 이상이거나, 타입이 rect 이거나, 이름이 "0"으로 시작 등)에 부합하는 도형을 모든 페이지로부터 제거하는 메뉴
Definition DefinitionsGUI.h:1377
@ MultiSelect_Remove
이미지에 저장된 도형 중 선택된 도형을 지우기 메뉴
Definition DefinitionsGUI.h:1359
@ ClearAll
이미지에 저장된 모든 도형 지우기 메뉴
Definition DefinitionsGUI.h:1385
@ SendToBack
이미지에 저장된 도형 맨 뒤로 보내기 메뉴
Definition DefinitionsGUI.h:1300
@ End
마지막 메뉴
Definition DefinitionsGUI.h:1474
@ BringForward
이미지에 저장된 도형 앞으로 가져오기 메뉴
Definition DefinitionsGUI.h:1292
@ PopupAll
이미지에 저장된 모든 도형 띄우기 메뉴
Definition DefinitionsGUI.h:1333
@ SetDrawingAttribute
이미지에 저장된 도형의 그리기 속성을 설정하는 메뉴
Definition DefinitionsGUI.h:1401
@ SetTextFont
이미지에 저장된 도형의 이름에 대한 폰트 설정 메뉴
Definition DefinitionsGUI.h:1417
@ ShowFigure
이미지에 저장된 Figure 보이기 메뉴
Definition DefinitionsGUI.h:1252
@ SendBackward
이미지에 저장된 도형 뒤로 보내기 메뉴
Definition DefinitionsGUI.h:1308
@ ClearFromAllPages
모든 페이지 내에 들어있는 모든 Figure 를 제거하는 메뉴
Definition DefinitionsGUI.h:1393
@ ShowText
이미지에 저장된 Figure 의 이름 및 텍스트 보이기 메뉴
Definition DefinitionsGUI.h:1260
EPaneType
Pane 타입
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
MainFrame 에 기본으로 구성되는 Pane 모음
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
이미지 뷰 메뉴 아이템
Definition DefinitionsGUI.h:196
@ CopyPages
선택한 페이지 또는 여러 페이지들을 클립보드에 복사하는 메뉴
Definition DefinitionsGUI.h:429
@ ClearSelectedPage
선택된 페이지 제거 메뉴
Definition DefinitionsGUI.h:366
@ ReductionInterpolation
축소 보간 기능
Definition DefinitionsGUI.h:915
@ MiniMap_ShowAllLayers
미니맵에서 모든 레이어 보이기 메뉴
Definition DefinitionsGUI.h:1169
@ ClearAllLayers
모든 레이어 정리 메뉴
Definition DefinitionsGUI.h:1137
@ MiniMap_ShowLayer_ImageFigure_Text
이미지에 저장된 도형의 텍스트 레이어를 미니맵에서 보이기 메뉴
Definition DefinitionsGUI.h:1217
@ ShowImageCenter
이미지의 중앙선 보이기 메뉴
Definition DefinitionsGUI.h:924
@ ShowStatusBarItem_CursorY
상태 바의 커서 위치 y 좌표 값 보이기 메뉴
Definition DefinitionsGUI.h:798
@ SaveCurrentPageWithLayers
현재 페이지와 레이어 정보 저장 메뉴
Definition DefinitionsGUI.h:321
@ SetScale
이미지 뷰의 스케일을 임의의 값으로 지정하는 메뉴
Definition DefinitionsGUI.h:609
@ CreateImage
이미지 생성 메뉴
Definition DefinitionsGUI.h:393
@ ShowStatusBarItem_CurrentPage
상태 바의 현재 페이지 넘버 보이기 메뉴
Definition DefinitionsGUI.h:726
@ ConvertAllFigureObjectsToLayer
모든 Figure Object 를 레이어 위에 그리는 메뉴
Definition DefinitionsGUI.h:1105
@ ShowStatusBarItem_ImageDepth
상태 바의 이미지 뎁스 보이기 메뉴
Definition DefinitionsGUI.h:771
@ Image_Rotate270
이미지 270도 회전 메뉴
Definition DefinitionsGUI.h:681
@ InsertFolder
폴더 삽입 메뉴
Definition DefinitionsGUI.h:285
@ ShowStatusBarItem_FileAndPageName
상태 바의 파일 및 페이지 이름 보이기 메뉴
Definition DefinitionsGUI.h:717
@ ShowPixelValue
픽셀값 보이기 메뉴
Definition DefinitionsGUI.h:861
@ ZoomOut
이미지 뷰의 스케일 축소 메뉴
Definition DefinitionsGUI.h:582
@ MiniMap_ShowLayer_ImageFigure_Figure
이미지에 저장된 도형 레이어를 미니맵에서 보이기 메뉴
Definition DefinitionsGUI.h:1209
@ Image_Flip_Both
이미지 상하좌우반전 메뉴
Definition DefinitionsGUI.h:654
@ SetFloatingImageValueRange
부동소수점 이미지의 픽셀값에 대한 최대 및 최소 값의 범위를 지정하는 메뉴
Definition DefinitionsGUI.h:951
@ ImagePage_InvertSelection
현재 선택된 이미지 페이지들을 반전하는 메뉴 항목
Definition DefinitionsGUI.h:564
@ PixelNumberMode_Binary
픽셀 값 이진수 표기 메뉴
Definition DefinitionsGUI.h:897
@ PixelAccuracy
픽셀 분해능 설정 메뉴
Definition DefinitionsGUI.h:870
@ AppendFile_Raw
.raw 파일 추가 메뉴
Definition DefinitionsGUI.h:249
@ ShowCrosshair
십자선 보이기 메뉴
Definition DefinitionsGUI.h:834
@ ShowStatusBarItem_CursorX
상태 바의 커서 위치 x 좌표 값 보이기 메뉴
Definition DefinitionsGUI.h:789
@ ShowStatusBarItem_PixelValueAtCursor
상태 바의 커서 위치에서의 픽셀값 보이기 메뉴
Definition DefinitionsGUI.h:807
@ ShowLayer_Drawing
그리기 레이어 보이기 메뉴
Definition DefinitionsGUI.h:1041
@ ShowStatusBarItem_ImageChannels
상태 바의 이미지 채널 수 보이기 메뉴
Definition DefinitionsGUI.h:762
@ Image_Rotate180
이미지 180도 회전 메뉴
Definition DefinitionsGUI.h:672
@ MiniMap_ShowLayer_Image
미니맵에서 이미지 레이어 보이기 메뉴
Definition DefinitionsGUI.h:1185
@ ConvertSelectedFigureObjectToLayer
선택한 Figure Object 를 레이어 위에 그리는 메뉴
Definition DefinitionsGUI.h:1089
@ ShowAllLayers
모든 레이어 보이기 메뉴
Definition DefinitionsGUI.h:1017
@ DropFile
드롭 파일 메뉴
Definition DefinitionsGUI.h:294
@ AutoPageScroll_Stop
자동으로 페이지 이동을 멈추는 메뉴
Definition DefinitionsGUI.h:546
@ ConvertAllLayersToFigureObject
모든 레이어 위에 그려진 도형을 Figure Object 로 변환하여 이미지 뷰 위에 띄우는 메뉴
Definition DefinitionsGUI.h:1081
@ ZoomIn
이미지 뷰의 스케일 확대 메뉴
Definition DefinitionsGUI.h:573
@ ConvertSelectedFigureObjectToNamedLayer
선택한 Figure Object 를 이름으로 정의된 레이어 위에 그리는 메뉴
Definition DefinitionsGUI.h:1097
@ ZoomFit
이미지 뷰의 스케일을 화면 크기에 맞추는 메뉴
Definition DefinitionsGUI.h:591
@ InsertFile_Raw
.raw 파일 삽입 메뉴
Definition DefinitionsGUI.h:267
@ ClearCurrentPage
현재 페이지 제거 메뉴
Definition DefinitionsGUI.h:357
@ Help
도움말 다이얼로그를 띄우는 메뉴
Definition DefinitionsGUI.h:968
@ ShowStatusBarItem_TotalPages
상태 바의 전체 페이지 수 보이기 메뉴
Definition DefinitionsGUI.h:735
@ ConvertLayerToFigureObject
레이어 위에 그려진 도형을 Figure Object 로 변환하여 이미지 뷰 위에 띄우는 메뉴
Definition DefinitionsGUI.h:1065
@ ZoomToActualSize
이미지 뷰의 스케일을 실제 사이즈로 설정하는 메뉴
Definition DefinitionsGUI.h:600
@ PixelSegmentationMode
Pixel 값을 컬러링 해서 볼 수 있는 기능
Definition DefinitionsGUI.h:906
@ ShowGrid
격자 보이기 메뉴
Definition DefinitionsGUI.h:825
@ SetViewCenterAndScale
지정한 좌표가 이미지 뷰의 중심에 오도록 이동 메뉴
Definition DefinitionsGUI.h:627
@ ShowStatusBarItem_ImageHeight
상태 바의 이미지 높이 보이기 메뉴
Definition DefinitionsGUI.h:753
@ AppendPage
페이지 추가 메뉴
Definition DefinitionsGUI.h:375
@ InsertFile
파일 삽입 메뉴
Definition DefinitionsGUI.h:258
@ End
마지막 메뉴
Definition DefinitionsGUI.h:1226
@ Object_GlobalSetting
이미지 뷰 객체에 대한 전역 설정을 하는 메뉴
Definition DefinitionsGUI.h:977
@ ZoomFitToNamedLayer
이름으로 정의된 레이어 위 도형 및 텍스트가 화면에 꽉 차도록 스케일 및 오프셋 조정 메뉴
Definition DefinitionsGUI.h:1153
@ ShowImagePixelValueOnCursor
마우스 커서 위치에 대한 픽셀값 디스플레이 메뉴
Definition DefinitionsGUI.h:852
@ SyncViewPointOfView
뷰 시점 동기화 메뉴
Definition DefinitionsGUI.h:993
@ ClearNamedLayer
이름으로 정의된 레이어 위 도형 및 텍스트 제거 메뉴
Definition DefinitionsGUI.h:1129
@ MiniMap_ShowLayer_Drawing
미니맵에서 그리기 레이어 보이기 메뉴
Definition DefinitionsGUI.h:1193
@ FixThumbnailView
이미지 미리보기창 고정 메뉴
Definition DefinitionsGUI.h:483
@ ClearAllObjects
모든 도형 및 측정 객체 정리 메뉴
Definition DefinitionsGUI.h:985
@ FirstPage
첫 페이지로 이동 메뉴
Definition DefinitionsGUI.h:492
@ PrevPage
이전 페이지로 이동 메뉴
Definition DefinitionsGUI.h:501
@ Image_Flip_Vertical
이미지 좌우반전 메뉴
Definition DefinitionsGUI.h:645
@ NextPage
다음 페이지로 이동 메뉴
Definition DefinitionsGUI.h:519
@ SaveCurrentPage
현재 페이지 저장 메뉴
Definition DefinitionsGUI.h:312
@ ShowNamedLayer
이름으로 정의된 그리기 레이어 보이기 메뉴
Definition DefinitionsGUI.h:1049
@ InsertPage
페이지 삽입 메뉴
Definition DefinitionsGUI.h:384
@ ShowToolBar
툴바 보이기 메뉴
Definition DefinitionsGUI.h:699
@ CanvasColorPicker
캔버스 컬러 설정 다이얼로그를 띄우는 메뉴
Definition DefinitionsGUI.h:933
@ ShowStatusBarItem_ImageWidth
상태 바의 이미지 너비 보이기 메뉴
Definition DefinitionsGUI.h:744
@ CopyImage
이미지를 클립보드에 복사하는 메뉴
Definition DefinitionsGUI.h:420
@ AutoPageScroll_Start
자동으로 페이지 이동을 시작하는 메뉴
Definition DefinitionsGUI.h:537
@ PasteImageAt
클립보드의 이미지를 현재 선택된 페이지의 뒤에 삽입하며 붙여 넣는 메뉴
Definition DefinitionsGUI.h:438
@ ShowImageMiniMap
미니맵 보이기 메뉴
Definition DefinitionsGUI.h:456
@ ConvertAllFigureObjectsToNamedLayer
모든 Figure Object 를 이름으로 정의된 레이어 위에 그리는 메뉴
Definition DefinitionsGUI.h:1113
@ ShowLayer_Image
이미지 레이어 보이기 메뉴
Definition DefinitionsGUI.h:1033
@ ConvertNamedLayerToFigureObject
이름으로 정의된 레이어 위에 그려진 도형을 Figure Object 로 변환하여 이미지 뷰 위에 띄우는 메뉴
Definition DefinitionsGUI.h:1073
@ HideAllLayers
모든 레이어 감추기 메뉴
Definition DefinitionsGUI.h:1025
@ Image_Flip_Horizontal
이미지 상하반전 메뉴
Definition DefinitionsGUI.h:636
@ MiniMap_ShowNamedLayer
미니맵에서 이름으로 정의된 레이어 보이기 메뉴
Definition DefinitionsGUI.h:1201
@ Image_Rotate90
이미지 90도 회전 메뉴
Definition DefinitionsGUI.h:663
@ LastPage
마지막 페이지로 이동 메뉴
Definition DefinitionsGUI.h:528
@ ZoomFitToLayer
레이어 위 도형 및 텍스트가 화면에 꽉 차도록 스케일 및 오프셋 조정 메뉴
Definition DefinitionsGUI.h:1145
@ ShowImageCoordinateOnCursor
마우스 커서 위치에 대한 이미지 좌표 디스플레이 메뉴
Definition DefinitionsGUI.h:843
@ SavePages
선택한 페이지 저장 메뉴
Definition DefinitionsGUI.h:330
@ LoadFile_Raw
.raw 파일 불러오기 메뉴
Definition DefinitionsGUI.h:231
@ LeaveTeachingMode
티칭모드 취소 메뉴
Definition DefinitionsGUI.h:816
@ LayerProperties
레이어 속성 다이얼로그를 띄우는 메뉴
Definition DefinitionsGUI.h:1057
@ PixelNumberMode_Hexadecimal
픽셀 값 십육진수 표기 메뉴
Definition DefinitionsGUI.h:888
@ Save
저장 메뉴
Definition DefinitionsGUI.h:303
@ ClearLayer
레이어 위 도형 및 텍스트 제거 메뉴
Definition DefinitionsGUI.h:1121
@ RearrangePageOrder_MoveToLastPage
선택한 페이지를 맨 뒤로 이동시키는 메뉴
Definition DefinitionsGUI.h:411
@ ShowStatusBar
상태 바 보이기 메뉴
Definition DefinitionsGUI.h:708
@ ClearThenPasteImage
현재 열려 있는 이미지를 닫은 뒤 클립보드의 이미지를 붙여 넣는 메뉴
Definition DefinitionsGUI.h:447
@ SelectPage
선택 페이지로 이동 메뉴
Definition DefinitionsGUI.h:510
@ ShowThumbnailView
이미지 미리보기 창 보이기 메뉴
Definition DefinitionsGUI.h:474
@ Panning
이미지 뷰의 이동 메뉴
Definition DefinitionsGUI.h:618
@ ClearFile
파일 닫기 메뉴
Definition DefinitionsGUI.h:348
@ MiniMap_HideAllLayers
미니맵에서 모든 레이어 감추기 메뉴
Definition DefinitionsGUI.h:1177
@ PixelNumberMode_Decimal
픽셀 값 십진수 표기 메뉴
Definition DefinitionsGUI.h:879
@ ShowScrollBar
스크롤 바 보이기 메뉴
Definition DefinitionsGUI.h:690
@ AppendFile
파일 추가 메뉴
Definition DefinitionsGUI.h:240
@ ShowStatusBarItem_ZoomLevel
상태 바의 뷰어 스케일 보이기 메뉴
Definition DefinitionsGUI.h:780
@ ShowImageInfo
이미지 정보 다이얼로그를 띄우는 메뉴
Definition DefinitionsGUI.h:942
@ SyncWindow
윈도우 동기화 메뉴
Definition DefinitionsGUI.h:1009
@ RearrangePageOrder_MoveToFirstPage
선택한 페이지를 맨 앞으로 이동시키는 메뉴
Definition DefinitionsGUI.h:402
@ AutoSaveImage
이미지 자동 저장 메뉴
Definition DefinitionsGUI.h:339
@ AutoPageScroll_Settings
자동으로 페이지를 이동하는 기능과 관련된 설정 메뉴
Definition DefinitionsGUI.h:555
@ LoadFolder
폴더 불러오기 메뉴
Definition DefinitionsGUI.h:222
@ ShowPageIndex
이미지 페이지 숫자 보이기 메뉴
Definition DefinitionsGUI.h:465
@ SyncViewPageIndex
뷰 페이지 동기화 메뉴
Definition DefinitionsGUI.h:1001
@ LoadFile
파일 불러오기 메뉴
Definition DefinitionsGUI.h:213
@ SetDecimalPlaceOfCoordinate
좌표의 소수점 표시 자릿수를 설정
Definition DefinitionsGUI.h:959
@ FitAllLayersOnCanvas
모든 레이어 위 도형 및 텍스트가 화면에 꽉 차도록 스케일 및 오프셋 조정 메뉴
Definition DefinitionsGUI.h:1161
@ AppendFolder
폴더 추가 메뉴
Definition DefinitionsGUI.h:276
EGUIViewImageParagraphAlignment
이미지 뷰의 문단 정렬
Definition DefinitionsGUI.h:4617
@ MASK
MASK
Definition DefinitionsGUI.h:4648
@ BOTTOM
아래쪽 정렬
Definition DefinitionsGUI.h:4632
@ TOP
위쪽 정렬
Definition DefinitionsGUI.h:4624
@ CENTER
중앙 정렬
Definition DefinitionsGUI.h:4640
EPermission
권한
Definition DefinitionsGUI.h:7504
@ View
보기 권한
Definition DefinitionsGUI.h:7511
@ Modify_Execute
변경 및 실행 권한
Definition DefinitionsGUI.h:7519
EPixelNumberMode
이미지 뷰의 픽셀값 표기 옵션
Definition DefinitionsGUI.h:163
@ Hexadecimal
십육진수 표기
Definition DefinitionsGUI.h:178
@ Binary
이진수 표기
Definition DefinitionsGUI.h:186
@ Decimal
십진수 표기
Definition DefinitionsGUI.h:170
EImageRotateAngle
이미지 뷰에서 회전 가능한 이미지 회전 각도
Definition DefinitionsGUI.h:3131
@ Degree270
270 도
Definition DefinitionsGUI.h:3166
@ Degree90
90 도
Definition DefinitionsGUI.h:3148
@ Degree180
180 도
Definition DefinitionsGUI.h:3157
EKeyType
키보드 입력값
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
이미지 뷰 도형 객체의 마그넷 옵션
Definition DefinitionsGUI.h:7101
@ ImageCenter
이미지의 중앙에 마그넷
Definition DefinitionsGUI.h:7124
@ FigureEdge
도형의 엣지에 마그넷
Definition DefinitionsGUI.h:7140
@ FigureCenter
도형의 중앙에 마그넷
Definition DefinitionsGUI.h:7148
@ Image
이미지의 엣지와 중앙에 마그넷
Definition DefinitionsGUI.h:7132
@ ImageEdge
이미지의 엣지에 마그넷
Definition DefinitionsGUI.h:7116
EGUIViewImageHitArea
이미지 뷰 위에서 마우스가 위치한 영역입니다.
Definition DefinitionsGUI.h:3849
@ MiniMapDisplayingArea
Mini map displaying 영역
Definition DefinitionsGUI.h:3875
@ MultiFigures
두 개 이상의 Figure 객체
Definition DefinitionsGUI.h:3920
@ MiniMap
Mini map 영역
Definition DefinitionsGUI.h:3866
@ PageIndex
페이지 인덱스
Definition DefinitionsGUI.h:3956
@ MultiMeasurements
두 개 이상의 Figure 객체
Definition DefinitionsGUI.h:3992
@ Figure
Figure 객체
Definition DefinitionsGUI.h:3911
@ Measurement
Measurement 객체
Definition DefinitionsGUI.h:3983
@ PrevPageArrow
다음 페이지 이동 화살표
Definition DefinitionsGUI.h:3965
@ Thumbnail
Thumbnail
Definition DefinitionsGUI.h:3902
@ MultiImageFigures
이미지에 저장된 도형
Definition DefinitionsGUI.h:3938
@ ThumbnailViewTop
ThumbnailView 의 윗 부분 영역으로, 이 영역 위에서 드래그 시 ThumbnailView 의 높이를 조절 가능
Definition DefinitionsGUI.h:3893
@ StatusBar
상태표시줄
Definition DefinitionsGUI.h:3947
@ NextPageArrow
이전 페이지 이동 화살표
Definition DefinitionsGUI.h:3974
EAvailableFigureContextMenu
도형 객체에 대한 가능한 컨텍스트 메뉴
Definition DefinitionsGUI.h:5201
@ Group
그룹화 메뉴
Definition DefinitionsGUI.h:5601
@ ExtractBoundaryAndContour
도형의 경계 및 윤곽을 얻는 메뉴
Definition DefinitionsGUI.h:5673
@ GetRegion
영역 계산 메뉴
Definition DefinitionsGUI.h:5497
@ ComplexRegionSwitchTo
ComplexRegion 도형의 요소 Line, Arc, EllipseArc, CubicSpline, BezierCubicCurve 으로 변환 메뉴
Definition DefinitionsGUI.h:5321
@ Ungroup
그룹 해제 메뉴
Definition DefinitionsGUI.h:5609
@ Sort
FigureArray 또는 다중 Figure 의 순서를 정렬하는 메뉴
Definition DefinitionsGUI.h:5681
@ Magnet
모든 마그넷 동작 메뉴
Definition DefinitionsGUI.h:5313
@ SaveFigureToFileSystem
Figure 객체 파일 저장 메뉴
Definition DefinitionsGUI.h:5617
@ ShowGuideDrawing
GuideDrawing 보이기 메뉴
Definition DefinitionsGUI.h:5545
@ SetZOrder
ZOrder 설정 메뉴
Definition DefinitionsGUI.h:5585
@ SwitchTo
모든 변환 메뉴
Definition DefinitionsGUI.h:5449
@ TemplateType
도형의 모든 변수 자료형으로 변환 메뉴
Definition DefinitionsGUI.h:5289
@ ArcClosingMethod
원호의 끝점 처리 지정 메뉴
Definition DefinitionsGUI.h:5457
@ EditFigure
도형 편집 메뉴
Definition DefinitionsGUI.h:5248
EViewImageCreatePageOption
이미지 뷰의 페이지 생성 옵션
Definition DefinitionsGUI.h:138
EAvailableViewImageContextMenuImageFigure
이미지에 저장된 도형 객체에 대한 가능한 컨텍스트 메뉴
Definition DefinitionsGUI.h:6139
@ ByCondition
이미지에 저장된 Figure 중 조건(예를 들어 너비가 10 이상이거나, 타입이 rect 이거나, 이름이 "0"으로 시작 등)에 부합하는 도형을 얻는 메뉴
Definition DefinitionsGUI.h:6194
@ Copy
이미지에 저장된 Figure 중 선택한 객체들을 복사하는 메뉴
Definition DefinitionsGUI.h:6266
EGUIViewImageFontWeight
이미지 뷰의 폰트 두께
Definition DefinitionsGUI.h:4480
@ SEMIBOLD
약간 두꺼운 두께
Definition DefinitionsGUI.h:4542
@ BLACK
무거운 두께
Definition DefinitionsGUI.h:4606
@ NORMAL
보통 두께
Definition DefinitionsGUI.h:4524
@ BOLD
두꺼운 두께
Definition DefinitionsGUI.h:4550
@ EXTRABOLD
아주 두꺼운 두께
Definition DefinitionsGUI.h:4558
@ ULTRALIGHT
아주 가벼운 두께
Definition DefinitionsGUI.h:4574
@ EXTRALIGHT
아주 가벼운 두께
Definition DefinitionsGUI.h:4506
@ HEAVY
무거운 두께
Definition DefinitionsGUI.h:4566
@ REGULAR
보통 두께
Definition DefinitionsGUI.h:4582
@ ULTRABOLD
아주 두꺼운 두께
Definition DefinitionsGUI.h:4598
@ DEMIBOLD
약간 두꺼운 두께
Definition DefinitionsGUI.h:4590
@ MEDIUM
중간 두께
Definition DefinitionsGUI.h:4533
@ DONTCARE
무관한 두께
Definition DefinitionsGUI.h:4488
@ THIN
얇은 두께
Definition DefinitionsGUI.h:4497
@ LIGHT
가벼운 두께
Definition DefinitionsGUI.h:4515
@ EGUIView3DLayerHeightMapColor
3D 뷰 레이어의 높이 맵 색상
Definition DefinitionsGUI.h:4796
@ EGUIViewImageLayerTransparencyColor
이미지 뷰 레이어의 투명 색상
Definition DefinitionsGUI.h:4788
EGUIStringTrimming
문자열이 레이아웃 사각형을 벗어날 경우 자르기 옵션
Definition DefinitionsGUI.h:7311
@ Word
문자열이 레이아웃 사각형 내에 있는 마지막 단어의 경계에서 끊어지게 되도록 지정합니다.
Definition DefinitionsGUI.h:7334
@ EllipsisPath
가운데가 문자열에서 제거되고 줄임표로 대체되도록 지정합니다. 알고리즘은 문자열의 마지막 부분을 최대한 많이 유지합니다.
Definition DefinitionsGUI.h:7358
@ Character
문자열이 레이아웃 사각형 내에 있는 마지막 문자의 경계에서 끊어지게 되도록 지정합니다. 이것이 기본값입니다.
Definition DefinitionsGUI.h:7326
@ EllipsisCharacter
문자열이 레이아웃 사각형 내에 있는 마지막 문자의 경계에서 끊어지고 문자 뒤에 줄임표(...)가 삽입되도록 지정합니다.
Definition DefinitionsGUI.h:7342
@ EllipsisWord
문자열이 레이아웃 사각형 안에 있는 마지막 단어의 경계에서 끊어지고 단어 뒤에 줄임표(...)가 삽입되도록 지정합니다.
Definition DefinitionsGUI.h:7350
EMenuItemObjectMeasure
이미지 뷰의 측정 도구 객체에 관한 메뉴 아이템
Definition DefinitionsGUI.h:2992
@ Distance
거리 측정 메뉴
Definition DefinitionsGUI.h:3009
@ Deactivate
측정 객체를 수정할 수 없도록 비활성화하는 메뉴
Definition DefinitionsGUI.h:3111
@ RegionArea
영역 측정 메뉴
Definition DefinitionsGUI.h:3071
@ LeaveMeasureMode
측정 모드 종료 메뉴
Definition DefinitionsGUI.h:3095
@ Gradient
기울기 측정 메뉴
Definition DefinitionsGUI.h:3045
@ EndOfMeasureMenu
측정 메뉴 종료 지점
Definition DefinitionsGUI.h:3079
@ Circumcenter
외접원 측정 메뉴
Definition DefinitionsGUI.h:3054
@ ParallelDistance
평행 거리 측정 메뉴
Definition DefinitionsGUI.h:3027
@ DistanceCircle
원의 반지름 측정 메뉴
Definition DefinitionsGUI.h:3063
@ Activate
측정 객체 수정을 활성화하는 메뉴
Definition DefinitionsGUI.h:3103
@ InteriorAngle
내부 각도 측정 메뉴
Definition DefinitionsGUI.h:3036
@ Increments
증분 측정 메뉴
Definition DefinitionsGUI.h:3018
EFigureObjectInformationText
도형 객체의 정보를 나타내는 문자열 옵션
Definition DefinitionsGUI.h:6346
@ PixelAccuracyApplied
도형의 크기를 픽셀 분해능을 적용한 값으로 표시
Definition DefinitionsGUI.h:6409
@ Coordinate_PixelAccuracyApplied
도형의 좌표를 픽셀 분해능을 적용한 값으로 표시
Definition DefinitionsGUI.h:6385
@ Angle
도형의 각도를 표시
Definition DefinitionsGUI.h:6377
@ Size
도형의 너비, 높이, 길이, 반지름 등 크기를 표시
Definition DefinitionsGUI.h:6369
@ Coordinate
도형의 좌표를 표시
Definition DefinitionsGUI.h:6361
@ Size_PixelAccuracyApplied
도형의 너비, 높이, 길이, 반지름 등 크기를 픽셀 분해능을 적용한 값으로 표시
Definition DefinitionsGUI.h:6393
ECodeType
코드 타입
Definition DefinitionsGUI.h:6581
@ CSharp
C#
Definition DefinitionsGUI.h:6596
@ Cpp
C++
Definition DefinitionsGUI.h:6588
ETeachingMode
뷰의 티칭 모드
Definition DefinitionsGUI.h:4315
@ Figure_FreeDrawEraser
자유 그리기 지우개 모드 (CGUIViewImage만 지원)
Definition DefinitionsGUI.h:4350
@ ViewGraph_AddData
ViewGraph 의 데이터 추가 모드
Definition DefinitionsGUI.h:4368
EViewImageSyncOption
이미지 뷰 동기화 옵션
Definition DefinitionsGUI.h:4839
@ PointOfView
시점 동기화
Definition DefinitionsGUI.h:4854
@ Count
동기화 옵션 개수
Definition DefinitionsGUI.h:4870
EMenuItemPaneMenuTree
메뉴 트리의 메뉴 아이템
Definition DefinitionsGUI.h:6655
@ MenuItemFixedViewPlacementSet_Select
고정 뷰 배치 프리셋 선택
Definition DefinitionsGUI.h:6886
@ MenuItemViewBase_Maximize
뷰 최대화 메뉴
Definition DefinitionsGUI.h:6958
@ SortDescending
하위 아이템을 문자열 기준 내림차순 정렬
Definition DefinitionsGUI.h:6686
@ CloseAllButThis
이 창을 제외하고 모두 닫기
Definition DefinitionsGUI.h:6774
@ MenuItemLogIn_ManageUsers
사용자의 권한 관리(사용자 추가, 조회, 수정, 삭제, 권한 설정 등) 메뉴
Definition DefinitionsGUI.h:6942
@ CloseAll
자식 아이템 모두 닫기
Definition DefinitionsGUI.h:6758
@ MenuItemFixedViewPlacementSet_Edit
고정 뷰 배치 프리셋 수정
Definition DefinitionsGUI.h:6894
@ MenuItemModel_Rename
모델 이름 설정
Definition DefinitionsGUI.h:6854
@ CancelSort
정렬 취소
Definition DefinitionsGUI.h:6694
@ MenuItemModel_Duplicate
모델 복제
Definition DefinitionsGUI.h:6838
@ DeleteAllButThis
이 창을 제외하고 모두 제거
Definition DefinitionsGUI.h:6782
@ MenuItemFixedViewPreset_Export
고정 뷰 세트 내보내기
Definition DefinitionsGUI.h:6878
@ OpenNewWindow
새 창에서 열기
Definition DefinitionsGUI.h:6702
@ MenuItemLogIn_LogIn_LogOut
로그인 또는 로그아웃 메뉴
Definition DefinitionsGUI.h:6926
@ MenuItemModel_Select
모델 선택
Definition DefinitionsGUI.h:6830
@ CollapseAll
하위 아이템을 모두 접기
Definition DefinitionsGUI.h:6670
@ DeleteAll
자식 아이템 모두 제거
Definition DefinitionsGUI.h:6766
@ SortAscending
하위 아이템을 문자열 기준 오름차순 정렬
Definition DefinitionsGUI.h:6678
@ AddToFavorite
즐겨찾기에 추가
Definition DefinitionsGUI.h:6798
@ RemoveFromFavorite
즐겨찾기에서 제거
Definition DefinitionsGUI.h:6806
@ MenuItemFixedViewPlacementSet_Export
고정 뷰 배치 프리셋 내보내기
Definition DefinitionsGUI.h:6918
@ MenuItemFixedViewPlacementSet_Import
고정 뷰 배치 프리셋 불러오기
Definition DefinitionsGUI.h:6910
@ OpenNewWindowAll
다중선택한 아이템을 새 창에서 열기
Definition DefinitionsGUI.h:6750
@ MenuItemFixedViewPreset_Import
고정 뷰 세트 불러오기
Definition DefinitionsGUI.h:6870
@ MenuItemLogIn_ChangePassword
현재 로그인된 사용자의 비밀번호 변경 메뉴
Definition DefinitionsGUI.h:6934
@ MenuItemViewBase_Minimize
뷰 최소화 메뉴
Definition DefinitionsGUI.h:6950
@ OpenAll
자식 아이템 모두 열기
Definition DefinitionsGUI.h:6742
@ MenuItemFavorite_ClearAll
즐겨찾기 아이템을 모두 제거
Definition DefinitionsGUI.h:6814
@ MenuItemFixedViewPreset_AddFixedViewPlacementSet
고정 뷰 세트 추가
Definition DefinitionsGUI.h:6862
@ MenuItemFixedViewPlacementSet_Remove
고정 뷰 배치 프리셋 제거
Definition DefinitionsGUI.h:6902
@ Open
창 열기
Definition DefinitionsGUI.h:6710
@ Close
창 닫기
Definition DefinitionsGUI.h:6726
@ MenuItemModel_Delete
모델 삭제
Definition DefinitionsGUI.h:6846
@ MenuItemManagerModel_AddNewModel
새 모델 추가
Definition DefinitionsGUI.h:6822
@ Delete
창 제거 및 메뉴 아이템을 트리에서 제거
Definition DefinitionsGUI.h:6734
@ ExpandAll
하위 아이템을 모두 펼치기
Definition DefinitionsGUI.h:6662
@ AddNewSubMenuItem
새 SubMenu 아이템 추가
Definition DefinitionsGUI.h:6790
EFileFormat
이미지 파일 포맷
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
이미지 뷰의 펜 스타일
Definition DefinitionsGUI.h:4378
@ InsideFrame
내부 프레임 스타일
Definition DefinitionsGUI.h:4437
@ Dash
파선 스타일
Definition DefinitionsGUI.h:4395
@ ItemCount
enum 개수
Definition DefinitionsGUI.h:4469
@ Alternate
교차 스타일
Definition DefinitionsGUI.h:4453
@ Solid_RoundCap
선 끝이 둥근 단선 스타일
Definition DefinitionsGUI.h:4461
@ Dot
점선 스타일
Definition DefinitionsGUI.h:4404
@ Null
스타일 없음
Definition DefinitionsGUI.h:4429
@ DashDotDot
파선-단선-단선 스타일
Definition DefinitionsGUI.h:4420
@ Solid
단선 스타일
Definition DefinitionsGUI.h:4386
@ UserStyle
유저 정의 스타일
Definition DefinitionsGUI.h:4445
@ DashDot
파선-단선 스타일
Definition DefinitionsGUI.h:4412
EViewImageLoadOption
이미지 뷰의 불러오기 옵션 Example. 다음 코드는 재귀적인 폴더를 로드합니다. eOption = Load | RecursiveIfFolder
Definition DefinitionsGUI.h:35
@ Append
추가
Definition DefinitionsGUI.h:58
@ Default
기본
Definition DefinitionsGUI.h:42
@ OpenDialog
다이얼로그 열기
Definition DefinitionsGUI.h:82
@ Insert
삽입
Definition DefinitionsGUI.h:66
@ RecursiveIfFolder
폴더를 재귀적으로 불러오기
Definition DefinitionsGUI.h:74
@ DialogTypeFolder
폴더 다이얼로그
Definition DefinitionsGUI.h:98
@ DialogTypeFile
파일 다이얼로그
Definition DefinitionsGUI.h:90
@ Load
불러오기
Definition DefinitionsGUI.h:50
EOrientation
방향
Definition DefinitionsGUI.h:5023
EModifierKeyType
보조키 입력값
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
이미지 뷰의 스케일 설정 모드입니다.
Definition DefinitionsGUI.h:4806
@ ZoomInMode
Zoom In 모드로, 마우스 왼쪽 버튼 클릭 시 ZoomIn, 오른쪽 버튼 클릭 시 ZoomOut 이 수행됩니다.
Definition DefinitionsGUI.h:4821
@ ZoomOutMode
Zoom Out 모드로, 마우스 왼쪽 버튼 클릭 시 ZoomOut, 오른쪽 버튼 클릭 시 ZoomIn 이 수행됩니다.
Definition DefinitionsGUI.h:4829
@ All
모든 메뉴
Definition DefinitionsGUIView3D.h:2891
@ None
메뉴 없음
Definition DefinitionsGUIView3D.h:2883