GME  13
objectinspector.cpp
Go to the documentation of this file.
00001 // Machine generated IDispatch wrapper class(es) created by Microsoft Visual C++
00002 
00003 // NOTE: Do not modify the contents of this file.  If this class is regenerated by
00004 //  Microsoft Visual C++, your modifications will be overwritten.
00005 
00006 
00007 #include "stdafx.h"
00008 #include "objectinspector.h"
00009 
00011 // CObjectInspector
00012 
00013 IMPLEMENT_DYNCREATE(CObjectInspector, CWnd)
00014 
00015 
00016 // CObjectInspector properties
00017 
00018 LPUNKNOWN CObjectInspector::GetMgaProject()
00019 {
00020         LPUNKNOWN result;
00021         GetProperty(0x1, VT_UNKNOWN, (void*)&result);
00022         return result;
00023 }
00024 
00025 void CObjectInspector::SetMgaProject(LPUNKNOWN propVal)
00026 {
00027         SetProperty(0x1, VT_UNKNOWN, propVal);
00028 }
00029 
00030 LPUNKNOWN CObjectInspector::GetMgaObject()
00031 {
00032         LPUNKNOWN result;
00033         GetProperty(0x2, VT_UNKNOWN, (void*)&result);
00034         return result;
00035 }
00036 
00037 void CObjectInspector::SetMgaObject(LPUNKNOWN propVal)
00038 {
00039         SetProperty(0x2, VT_UNKNOWN, propVal);
00040 }
00041 
00043 // CObjectInspector operations
00044 
00045 void CObjectInspector::ShowPanel(long panelID)
00046 {
00047         static BYTE parms[] =
00048                 VTS_I4;
00049         InvokeHelper(0x3, DISPATCH_METHOD, VT_EMPTY, NULL, parms,
00050                  panelID);
00051 }
00052 
00053 void CObjectInspector::EditName()
00054 {
00055         InvokeHelper(0x4, DISPATCH_METHOD, VT_EMPTY, NULL, NULL);
00056 }
00057 
00058 void CObjectInspector::CyclePanel(VARIANT_BOOL frwd)
00059 {
00060         static BYTE parms[] =
00061                 VTS_BOOL;
00062         InvokeHelper(0x5, DISPATCH_METHOD, VT_EMPTY, NULL, parms);
00063 }
00064 
00065 void CObjectInspector::AboutBox()
00066 {
00067         InvokeHelper(0xfffffdd8, DISPATCH_METHOD, VT_EMPTY, NULL, NULL);
00068 }