Main Page | Class Hierarchy | Class List | File List | Class Members | File Members

CControlList Class Reference

#include <edge.h>

Inheritance diagram for CControlList:

CDPA List of all members.

Public Member Functions

 CControlList ()
virtual ~CControlList ()
CResizeControlGetControl (int i)
int GetControlCount () const

Constructor & Destructor Documentation

CControlList::CControlList  ) 
 

Definition at line 261 of file edge.cpp.

00262 { 00263 00264 }

CControlList::~CControlList  )  [virtual]
 

Definition at line 266 of file edge.cpp.

00267 { 00268 00269 }


Member Function Documentation

CResizeControl* CControlList::GetControl int  i  )  [inline]
 

Definition at line 25 of file edge.h.

References GetControl().

Referenced by CParentInfo::DeterminBorders(), CEdge::GetControl(), GetControl(), and CResizeDlg::MakeAttatchments().

00025 { return (CResizeControl*)GetPointer(i); }

int CControlList::GetControlCount  )  const [inline]
 

Definition at line 26 of file edge.h.

References CDPA::GetNextFree().

Referenced by CEdge::GetControlCount(), CScaleDlg::ResizeControls(), and CResizeDlg::ResizeControls().

00026 { return GetNextFree(); }


The documentation for this class was generated from the following files:
Generated on Sat May 15 19:46:27 2004 for test by doxygen 1.3.7