GME  13
PartBrowserWrapper.h
Go to the documentation of this file.
00001 #if !defined(AFX_PARTBROWSER_H__A93E5E7F_4E48_44cd_AF65_F45FFECAEBA4__INCLUDED_)
00002 #define AFX_PARTBROWSER_H__A93E5E7F_4E48_44cd_AF65_F45FFECAEBA4__INCLUDED_
00003 
00004 #if _MSC_VER > 1000
00005 #pragma once
00006 #endif // _MSC_VER > 1000
00007 // Machine generated IDispatch wrapper class(es) created by Microsoft Visual C++
00008 
00009 // NOTE: Do not modify the contents of this file.  If this class is regenerated by
00010 //  Microsoft Visual C++, your modifications will be overwritten.
00011 
00013 // CPartBrowserWrapper class
00014 
00015 #pragma warning(disable: 4100) // unreferenced formal parameter warning
00016 
00017 class CPartBrowserWrapper : public CWnd
00018 {
00019 protected:
00020         DECLARE_DYNCREATE(CPartBrowserWrapper)
00021 public:
00022         CLSID const& GetClsid()
00023         {
00024                 static CLSID const clsid
00025                         = { 0x1FF57057, 0xD598, 0x4FC2, { 0x8F, 0x9D, 0x70, 0x8F, 0x59, 0xB9, 0xC0, 0x17 } };
00026                 return clsid;
00027         }
00028         virtual BOOL Create(LPCTSTR lpszClassName,
00029                 LPCTSTR lpszWindowName, DWORD dwStyle,
00030                 const RECT& rect,
00031                 CWnd* pParentWnd, UINT nID,
00032                 CCreateContext* pContext = NULL)
00033         { return CreateControl(GetClsid(), lpszWindowName, dwStyle, rect, pParentWnd, nID); }
00034 
00035     BOOL Create(LPCTSTR lpszWindowName, DWORD dwStyle,
00036                 const RECT& rect, CWnd* pParentWnd, UINT nID,
00037                 CFile* pPersist = NULL, BOOL bStorage = FALSE,
00038                 BSTR bstrLicKey = NULL)
00039         { return CreateControl(GetClsid(), lpszWindowName, dwStyle, rect, pParentWnd, nID,
00040                 pPersist, bStorage, bstrLicKey); }
00041 
00042 // Attributes
00043 public:
00044 
00045 // Operations
00046 public:
00047         void SetCurrentProject(LPUNKNOWN pMgaProject);
00048         void SetMetaModel(LPUNKNOWN meta);
00049         void SetBgColor(OLE_COLOR oleBgColor);
00050         void ChangeAspect(LONG index);
00051         void CycleAspect(void);
00052         void RePaint(void);
00053         void AboutBox();
00054 };
00055 
00056 #pragma warning(default: 4100) // unreferenced formal parameter warning
00057 
00058 //{{AFX_INSERT_LOCATION}}
00059 // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
00060 
00061 #endif // !defined(AFX_PARTBROWSER_H__A93E5E7F_4E48_44cd_AF65_F45FFECAEBA4__INCLUDED_)