wxArt2D
Public Attributes | List of all members
a2dRestrictionEngineOld::SnapObjectInfo Struct Reference

Structure to descripe snapping properties of an object. More...

#include <restrict.h>

Collaboration diagram for a2dRestrictionEngineOld::SnapObjectInfo:
Collaboration graph
[legend]

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 a2dVertexListm_other
 other snapping points (enabled by bits in m_posModesX/m_posModesY, NOT owned or deleted by this object)
 

Detailed Description

Structure to descripe snapping properties of an object.

Definition at line 696 of file restrict.h.


The documentation for this struct was generated from the following file:
a2dRestrictionEngineOld::SnapObjectInfo Struct Reference -- Sun Oct 12 2014 17:04:48 -- Sun Oct 12 2014 -- 1.8.5 -- wxArt2D -- . -- Main Page Reference Documentation