GME
13
|
#include <GUIObject.h>
Public Member Functions | |
CGuiAspect (CGuiMetaAspect *meta, CGuiObject *p, int ind, int pind, CComPtr< IMgaDecorator > &decor, CComPtr< IMgaElementDecorator > &newDecor, CComObjPtr< CDecoratorEventSink > &decorEventSink) | |
virtual | ~CGuiAspect () |
void | InitPorts () |
CAutoRouterBox * | GetRouterBox () |
void | SetRouterBox (CAutoRouterBox *rbox) |
CAutoRouterBox * | GetRouterNameBox () |
void | SetRouterNameBox (CAutoRouterBox *rnbox) |
const CRect & | GetLocation () |
const CRect & | GetNameLocation () |
void | SetLocation (const CRect &location) |
CComPtr< IMgaDecorator > | GetDecorator () |
CComPtr< IMgaElementDecorator > | GetNewDecorator () |
int | GetIndex () |
CGuiPortList & | GetPortList () |
CGuiObject * | GetParent () |
Public Attributes | |
CGuiObject * | parent |
CGuiMetaAspect * | guiMeta |
Definition at line 33 of file GUIObject.h.
CGuiAspect::CGuiAspect | ( | CGuiMetaAspect * | meta, |
CGuiObject * | p, | ||
int | ind, | ||
int | pind, | ||
CComPtr< IMgaDecorator > & | decor, | ||
CComPtr< IMgaElementDecorator > & | newDecor, | ||
CComObjPtr< CDecoratorEventSink > & | decorEventSink | ||
) |
Definition at line 51 of file GUIObject.cpp.
CGuiAspect::~CGuiAspect | ( | ) | [virtual] |
Definition at line 79 of file GUIObject.cpp.
CComPtr<IMgaDecorator> CGuiAspect::GetDecorator | ( | ) | [inline] |
Definition at line 52 of file GUIObject.h.
int CGuiAspect::GetIndex | ( | ) | [inline] |
Definition at line 54 of file GUIObject.h.
const CRect& CGuiAspect::GetLocation | ( | void | ) | [inline] |
Definition at line 49 of file GUIObject.h.
const CRect& CGuiAspect::GetNameLocation | ( | ) | [inline] |
Definition at line 50 of file GUIObject.h.
CComPtr<IMgaElementDecorator> CGuiAspect::GetNewDecorator | ( | ) | [inline] |
Definition at line 53 of file GUIObject.h.
CGuiObject* CGuiAspect::GetParent | ( | ) | [inline] |
Definition at line 56 of file GUIObject.h.
CGuiPortList& CGuiAspect::GetPortList | ( | void | ) | [inline] |
Definition at line 55 of file GUIObject.h.
CAutoRouterBox* CGuiAspect::GetRouterBox | ( | ) | [inline] |
Definition at line 44 of file GUIObject.h.
CAutoRouterBox* CGuiAspect::GetRouterNameBox | ( | ) | [inline] |
Definition at line 46 of file GUIObject.h.
void CGuiAspect::InitPorts | ( | ) |
Definition at line 103 of file GUIObject.cpp.
void CGuiAspect::SetLocation | ( | const CRect & | location | ) |
Definition at line 121 of file GUIObject.cpp.
void CGuiAspect::SetRouterBox | ( | CAutoRouterBox * | rbox | ) | [inline] |
Definition at line 45 of file GUIObject.h.
void CGuiAspect::SetRouterNameBox | ( | CAutoRouterBox * | rnbox | ) | [inline] |
Definition at line 47 of file GUIObject.h.
Definition at line 60 of file GUIObject.h.
Definition at line 59 of file GUIObject.h.