|
GME
13
|
#include <GMEOLEAspect.h>

Public Member Functions | |
| void | SetGuiParams (CGMEView *view, CGuiMetaAspect *guiAspect) |
| virtual void | OnFinalRelease () |
Protected Member Functions | |
| virtual | ~CGMEOLEAspect () |
| bool | AmIValid () |
| afx_msg LPDISPATCH | GetMgaAspect () |
| afx_msg void | SetMgaAspect (LPDISPATCH newValue) |
| afx_msg BOOL | GetActive () |
| afx_msg void | SetActive (BOOL bNewValue) |
| afx_msg BOOL | GetValid () |
| afx_msg void | SetValid (BOOL bNewValue) |
| STDMETHOD() | get_MgaAspect (THIS_ IMgaMetaAspect **aspect) |
| STDMETHOD() | put_Active (THIS_ VARIANT_BOOL isActive) |
| STDMETHOD() | get_Active (THIS_ VARIANT_BOOL *isActive) |
| STDMETHOD() | get_Valid (THIS_ VARIANT_BOOL *isValid) |
Protected Attributes | |
| CGuiMetaAspect * | m_guiAspect |
| CGMEView * | m_view |
Definition at line 18 of file GMEOLEAspect.h.
| CGMEOLEAspect::~CGMEOLEAspect | ( | ) | [protected, virtual] |
Definition at line 30 of file GMEOLEAspect.cpp.
| bool CGMEOLEAspect::AmIValid | ( | ) | [protected] |
Definition at line 46 of file GMEOLEAspect.cpp.
| STDMETHOD() CGMEOLEAspect::get_Active | ( | THIS_ VARIANT_BOOL * | isActive | ) | [protected] |
| STDMETHOD() CGMEOLEAspect::get_MgaAspect | ( | THIS_ IMgaMetaAspect ** | aspect | ) | [protected] |
| STDMETHOD() CGMEOLEAspect::get_Valid | ( | THIS_ VARIANT_BOOL * | isValid | ) | [protected] |
| BOOL CGMEOLEAspect::GetActive | ( | ) | [protected] |
Definition at line 117 of file GMEOLEAspect.cpp.
| LPDISPATCH CGMEOLEAspect::GetMgaAspect | ( | ) | [protected] |
Definition at line 101 of file GMEOLEAspect.cpp.
| BOOL CGMEOLEAspect::GetValid | ( | ) | [protected] |
Definition at line 138 of file GMEOLEAspect.cpp.
| void CGMEOLEAspect::OnFinalRelease | ( | ) | [virtual] |
Definition at line 35 of file GMEOLEAspect.cpp.
| STDMETHOD() CGMEOLEAspect::put_Active | ( | THIS_ VARIANT_BOOL | isActive | ) | [protected] |
| void CGMEOLEAspect::SetActive | ( | BOOL | bNewValue | ) | [protected] |
Definition at line 126 of file GMEOLEAspect.cpp.
| void CGMEOLEAspect::SetGuiParams | ( | CGMEView * | view, |
| CGuiMetaAspect * | guiAspect | ||
| ) | [inline] |
Definition at line 29 of file GMEOLEAspect.h.
| void CGMEOLEAspect::SetMgaAspect | ( | LPDISPATCH | newValue | ) | [protected] |
Definition at line 110 of file GMEOLEAspect.cpp.
| void CGMEOLEAspect::SetValid | ( | BOOL | bNewValue | ) | [protected] |
Definition at line 147 of file GMEOLEAspect.cpp.
CGuiMetaAspect* CGMEOLEAspect::m_guiAspect [protected] |
Definition at line 38 of file GMEOLEAspect.h.
CGMEView* CGMEOLEAspect::m_view [protected] |
Definition at line 39 of file GMEOLEAspect.h.
1.7.6.1