#include <edge.h>
Public Member Functions | |
int | Attatchment () |
int | NumAttatchments () |
void | Adjust (int adjust) |
BOOL | IsEqual (CGuide *guide) |
void | Attatch (CEdge *Control) |
void | DeAttatch (CEdge *Control) |
CGuide () | |
CGuide (int Position, int Axis, BOOL Flexible) | |
virtual | ~CGuide () |
PROPERTY (int, Axis) | |
PROPERTY (int, Position) | |
PROPERTY (BOOL, Flexible) | |
CEdge * | GetEdge (int i) |
BOOL | IsHorizontal () |
BOOL | IsVertical () |
Protected Attributes | |
int | m_Axis |
int | m_Position |
BOOL | m_Flexible |
Private Attributes | |
CEdgeList * | m_Attatched |
|
Definition at line 128 of file edge.cpp. References FALSE, m_Attatched, and NULL.
|
|
Definition at line 140 of file edge.cpp. References m_Attatched, and NULL.
|
|
Definition at line 134 of file edge.cpp. References m_Attatched.
|
|
Definition at line 163 of file edge.cpp. References Adjust(). Referenced by Adjust(), and CResizeControlGeneric::Resize().
|
|
Definition at line 151 of file edge.cpp. References CDPA::Append(), Attatch(), m_Attatched, and NULL. Referenced by Attatch(), and CEdge::SetGuide().
|
|
Definition at line 187 of file edge.cpp. References CEdge::Attatchment(), GetEdge(), CEdgeList::GetEdgeCount(), m_Attatched, and NULL. Referenced by CResizeDlg::FindCommonGuides().
|
|
Definition at line 210 of file edge.cpp. References DeAttatch(), GetEdge(), CEdgeList::GetEdgeCount(), m_Attatched, and CDPA::Remove(). Referenced by DeAttatch(), and CEdge::SetGuide().
|
|
Definition at line 203 of file edge.cpp. References CEdgeList::GetEdge(), GetEdge(), m_Attatched, and NULL. Referenced by Attatchment(), DeAttatch(), GetEdge(), and NumAttatchments().
|
|
Definition at line 158 of file edge.cpp. References BOOL. Referenced by CResizeControlGeneric::Attatchment().
|
|
Definition at line 84 of file edge.h. References BOOL, BOTTOM_AT, m_Axis, and TOP_AT. Referenced by CEdge::IsHorizontal().
|
|
Definition at line 85 of file edge.h. References BOOL, LEFT_AT, m_Axis, and RIGHT_AT. Referenced by CEdge::IsVertical().
|
|
Definition at line 168 of file edge.cpp. References CEdge::GetControlCount(), GetEdge(), CEdgeList::GetEdgeCount(), m_Attatched, and NULL. Referenced by CResizeDlg::FindCommonGuides().
|
|
|
|
|
|
|
|
Definition at line 94 of file edge.h. Referenced by Attatch(), Attatchment(), CGuide(), DeAttatch(), GetEdge(), NumAttatchments(), and ~CGuide(). |
|
Definition at line 89 of file edge.h. Referenced by IsHorizontal(), and IsVertical(). |
|
|
|
|