wxArt2D
|
Structure to descripe snapping properties of an object. More...
#include <restrict.h>
Public Attributes | |
double | m_left |
minimum x coordinate (e.g. 0), transformed via affine transform and w | |
double | m_top |
minimum y coordinate (e.g. 0), transformed via affine transform and h | |
double | m_right |
maximum x coordinate (e.g. 1), transformed via affine transform and w | |
double | m_bottom |
maximum y coordinate (e.g. 1), transformed via affine transform and h | |
double | m_centerX |
center x coordinate (e.g. 0.5), transformed via affine transform and w | |
double | m_centerY |
center y coordinate (e.g. 0.5), transformed via affine transform and h | |
EPositionSnapModes | m_posModesX |
anded with m_posModesX of wxRetrictionEngine | |
EPositionSnapModes | m_posModesY |
anded with m_posModesY of wxRetrictionEngine | |
ESizeSnapModes | m_sizeModesX |
anded with m_sizeModesX of wxRetrictionEngine | |
ESizeSnapModes | m_sizeModesY |
anded with m_sizeModesY of wxRetrictionEngine | |
ERotationSnapModes | m_rotModes |
anded with m_rotModes of wxRetrictionEngine | |
class a2dVertexList * | m_other |
other snapping points (enabled by bits in m_posModesX/m_posModesY, NOT owned or deleted by this object) | |
Structure to descripe snapping properties of an object.
Definition at line 696 of file restrict.h.