#include "list.h"#include "edge.h"Go to the source code of this file.
Classes | |
| class | CControlList |
| class | CEdgeList |
| class | CGuide |
| class | CEdge |
| class | CEdgeCache |
Defines | |
| #define | AFX_CONTROLLIST_H__7FF8C61F_86BC_11D1_96A5_00C04FB177B1__INCLUDED_ |
| #define | AFX_GUIDE_H__B2F750E1_7AF5_11D1_96A4_00C04FB177B1__INCLUDED_ |
| #define | PROPERTY(type, Name) void Set##Name( type v) { m_##Name=v; } type Get##Name() const {return m_##Name; } |
| #define | LEFT_AT 1 |
| #define | RIGHT_AT 2 |
| #define | TOP_AT 4 |
| #define | BOTTOM_AT 8 |
| #define | AFX_EDGE_H__B2F750E2_7AF5_11D1_96A4_00C04FB177B1__INCLUDED_ |
| #define | PROPERTY(type, Name) void Set##Name( type v) { m_##Name=v; } type Get##Name() const {return m_##Name; } |
| #define | AFX_EDGECACHE_H__B2F750E3_7AF5_11D1_96A4_00C04FB177B1__INCLUDED_ |
| #define | PROPERTY(type, Name) void Set##Name( type v) { m_##Name=v; } type Get##Name() const {return m_##Name; } |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Definition at line 64 of file edge.h. Referenced by CResizeControlGeneric::Attatchment(), CParentInfo::ConstructBorders(), CResizeControlGeneric::DeterminBottomAttatchments(), CResizeDlg::DeterminRows(), and CGuide::IsHorizontal(). |
|
|
Definition at line 61 of file edge.h. Referenced by CResizeControlGeneric::Attatchment(), CParentInfo::ConstructBorders(), CResizeDlg::DeterminCols(), CResizeControlGeneric::DeterminLeftAttatchments(), and CGuide::IsVertical(). |
|
|
|
|
|
|
|
|
|
|
|
Definition at line 62 of file edge.h. Referenced by CResizeControlGeneric::Attatchment(), CParentInfo::ConstructBorders(), CResizeDlg::DeterminCols(), CResizeControlGeneric::DeterminRightAttatchments(), and CGuide::IsVertical(). |
|
|
Definition at line 63 of file edge.h. Referenced by CResizeControlGeneric::Attatchment(), CParentInfo::ConstructBorders(), CResizeDlg::DeterminRows(), CResizeControlGeneric::DeterminTopAttatchments(), and CGuide::IsHorizontal(). |
1.3.7