#include <edge.h>
Public Member Functions | |
int | Attatchment () |
void | Attatch (CResizeControl *pC) |
CEdge () | |
CEdge (int Position, int Axis, BOOL Flexible, int Offset) | |
CEdge (CGuide *pGuide, int Offset) | |
virtual | ~CEdge () |
PROPERTY (int, OffsetFromGuide) | |
int | GetAxis () |
int | GetPosition () |
BOOL | GetFlexible () |
void | SetPosition (int p) |
CGuide * | GetGuide () |
void | SetGuide (CGuide *pGuide) |
void | SetOffset (int i) |
BOOL | IsHorizontal () |
BOOL | IsVertical () |
int | GetControlCount () |
CResizeControl * | GetControl (int i) |
Protected Attributes | |
CGuide * | m_Guide |
int | m_OffsetFromGuide |
CControlList * | m_Attatched |
|
Definition at line 15 of file edge.cpp. References m_Guide, NULL, and SetGuide().
|
|
Definition at line 26 of file edge.cpp. References BOOL, m_Guide, NULL, Offset, and SetGuide().
|
|
Definition at line 33 of file edge.cpp. References m_Guide, NULL, Offset, and SetGuide().
|
|
Definition at line 21 of file edge.cpp.
|
|
Definition at line 60 of file edge.cpp. References CDPA::Append(), Attatch(), m_Attatched, and NULL. Referenced by Attatch(), and CResizeControlGeneric::SetControlAssociations().
|
|
Definition at line 67 of file edge.cpp. References CResizeControl::Attatchment(), GetControl(), GetControlCount(), and GetGuide(). Referenced by CGuide::Attatchment(), and CResizeDlg::FindCommonGuides().
|
|
Definition at line 118 of file edge.h. References m_Guide. Referenced by CParentInfo::AddEdge(), and CParentInfo::FindCloseEdge().
|
|
Definition at line 129 of file edge.h. References CControlList::GetControl(), GetControl(), and m_Attatched. Referenced by Attatchment(), and GetControl().
|
|
Definition at line 128 of file edge.h. References CControlList::GetControlCount(), and m_Attatched. Referenced by Attatchment(), CResizeDlg::FindCommonGuides(), and CGuide::NumAttatchments().
|
|
Definition at line 120 of file edge.h. Referenced by CResizeControlGeneric::Resize().
|
|
Definition at line 123 of file edge.h. References m_Guide. Referenced by CParentInfo::AddEdge(), CResizeControlGeneric::Attatchment(), Attatchment(), CResizeDlg::FindCommonGuides(), and CResizeControlGeneric::Resize().
|
|
Definition at line 119 of file edge.h. References m_Guide, and m_OffsetFromGuide. Referenced by CParentInfo::AddEdge(), CParentInfo::Annotate(), CResizeDlg::DeterminCols(), CResizeControlGeneric::DeterminRightAttatchments(), CResizeDlg::DeterminRows(), CParentInfo::FindCloseEdge(), CResizeDlg::FindCommonGuides(), CResizeControlGeneric::Resize(), and CResizeDlg::Sort().
|
|
Definition at line 126 of file edge.h. References BOOL, CGuide::IsHorizontal(), and m_Guide. Referenced by CEdgeCache::AddEdge(), CParentInfo::Annotate(), and CParentInfo::GetHorizontalEdges().
|
|
Definition at line 127 of file edge.h. References BOOL, CGuide::IsVertical(), and m_Guide. Referenced by CParentInfo::GetVerticalEdges().
|
|
|
|
Definition at line 44 of file edge.cpp. References CGuide::Attatch(), CGuide::DeAttatch(), L, m_Guide, SetGuide(), and TRACE. Referenced by CEdge(), and SetGuide().
|
|
Definition at line 125 of file edge.h. References m_OffsetFromGuide, and SetOffset(). Referenced by SetOffset().
|
|
Definition at line 121 of file edge.h. References m_Guide, and SetPosition(). Referenced by CParentInfo::Resize(), and SetPosition().
|
|
Definition at line 134 of file edge.h. Referenced by Attatch(), GetControl(), and GetControlCount(). |
|
Definition at line 132 of file edge.h. Referenced by CEdge(), GetAxis(), GetFlexible(), GetGuide(), GetPosition(), IsHorizontal(), IsVertical(), SetGuide(), and SetPosition(). |
|
Definition at line 133 of file edge.h. Referenced by GetPosition(), and SetOffset(). |