comparison Framework/StoneEnumerations.h @ 476:a95090305dd4 am-touch-events

Introduced ControlPoint instead of Corner in the trackers and layers + drawing mask from the ControlPoints
author am@osimis.io
date Wed, 13 Feb 2019 12:04:02 +0100
parents a750f11892ec
children 77e0eb83ff63
comparison
equal deleted inserted replaced
475:3c28542229a3 476:a95090305dd4
170 170
171 MessageType_CustomMessage // Custom messages ids ust be greater than this (this one must remain in last position) 171 MessageType_CustomMessage // Custom messages ids ust be greater than this (this one must remain in last position)
172 }; 172 };
173 173
174 174
175 enum Corner 175 enum ControlPointType
176 { 176 {
177 Corner_TopLeft, 177 ControlPoint_TopLeftCorner = 0,
178 Corner_TopRight, 178 ControlPoint_TopRightCorner = 1,
179 Corner_BottomLeft, 179 ControlPoint_BottomRightCorner = 2,
180 Corner_BottomRight 180 ControlPoint_BottomLeftCorner = 3
181 }; 181 };
182 182
183 enum PhotometricDisplayMode 183 enum PhotometricDisplayMode
184 { 184 {
185 PhotometricDisplayMode_Default, 185 PhotometricDisplayMode_Default,