Represent a very simple geometry manager for items that have a start and end point.
More...
#include <two_point_geom_manager.h>
Represent a very simple geometry manager for items that have a start and end point.
Definition at line 40 of file two_point_geom_manager.h.
◆ GetAngleSnap()
LEADER_MODE KIGFX::PREVIEW::TWO_POINT_GEOMETRY_MANAGER::GetAngleSnap |
( |
| ) |
const |
|
inline |
◆ GetEnd()
VECTOR2I KIGFX::PREVIEW::TWO_POINT_GEOMETRY_MANAGER::GetEnd |
( |
| ) |
const |
|
inline |
◆ GetOrigin()
VECTOR2I KIGFX::PREVIEW::TWO_POINT_GEOMETRY_MANAGER::GetOrigin |
( |
| ) |
const |
|
inline |
◆ IsEmpty()
bool KIGFX::PREVIEW::TWO_POINT_GEOMETRY_MANAGER::IsEmpty |
( |
| ) |
const |
|
inline |
◆ IsReset()
bool KIGFX::PREVIEW::TWO_POINT_GEOMETRY_MANAGER::IsReset |
( |
| ) |
const |
|
inline |
◆ Reset()
void KIGFX::PREVIEW::TWO_POINT_GEOMETRY_MANAGER::Reset |
( |
| ) |
|
|
inline |
◆ SetAngleSnap()
void KIGFX::PREVIEW::TWO_POINT_GEOMETRY_MANAGER::SetAngleSnap |
( |
LEADER_MODE | aSnap | ) |
|
|
inline |
◆ SetEnd()
void KIGFX::PREVIEW::TWO_POINT_GEOMETRY_MANAGER::SetEnd |
( |
const VECTOR2I & | aEnd | ) |
|
|
inline |
◆ SetOrigin()
void KIGFX::PREVIEW::TWO_POINT_GEOMETRY_MANAGER::SetOrigin |
( |
const VECTOR2I & | aOrigin | ) |
|
|
inline |
◆ m_angleSnap
◆ m_end
VECTOR2I KIGFX::PREVIEW::TWO_POINT_GEOMETRY_MANAGER::m_end |
|
private |
◆ m_origin
VECTOR2I KIGFX::PREVIEW::TWO_POINT_GEOMETRY_MANAGER::m_origin |
|
private |
◆ m_originSet
bool KIGFX::PREVIEW::TWO_POINT_GEOMETRY_MANAGER::m_originSet = false |
|
private |
The documentation for this class was generated from the following file: