GME  13
gmeactivebrowser.h
Go to the documentation of this file.
00001 #if !defined(AFX_GMEACTIVEBROWSER_H__E2FAA477_405B_4403_9AF4_4D21ECB0EECC__INCLUDED_)
00002 #define AFX_GMEACTIVEBROWSER_H__E2FAA477_405B_4403_9AF4_4D21ECB0EECC__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 // CGMEActiveBrowser wrapper class
00014 
00015 #pragma warning(disable: 4100) // unreferenced formal parameter warning
00016 
00017 class CGMEActiveBrowser : public CWnd
00018 {
00019 protected:
00020         DECLARE_DYNCREATE(CGMEActiveBrowser)
00021 public:
00022         CLSID const& GetClsid()
00023         {
00024                 static CLSID const clsid
00025                         = { 0xdd4f2deb, 0xd064, 0x4844, { 0x9e, 0xe1, 0x4, 0x67, 0x3c, 0x87, 0x2e, 0x7b } };
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 
00036     BOOL Create(LPCTSTR lpszWindowName, DWORD dwStyle,
00037                 const RECT& rect, CWnd* pParentWnd, UINT nID,
00038                 CFile* pPersist = NULL, BOOL bStorage = FALSE,
00039                 BSTR bstrLicKey = NULL)
00040         { return CreateControl(GetClsid(), lpszWindowName, dwStyle, rect, pParentWnd, nID,
00041                 pPersist, bStorage, bstrLicKey); }
00042 
00043 // Attributes
00044 public:
00045 
00046 // Operations
00047 public:
00048         short SetCurrentProject(LPUNKNOWN pMgaProject);
00049         short CloseCurrentProject();
00050         void RefreshAll();
00051         LPUNKNOWN GetSelectedMgaObjects();
00052         void FocusItem(BSTR Id);
00053 };
00054 
00055 #pragma warning(default: 4100) // unreferenced formal parameter warning
00056 
00057 //{{AFX_INSERT_LOCATION}}
00058 // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
00059 
00060 #endif // !defined(AFX_GMEACTIVEBROWSER_H__E2FAA477_405B_4403_9AF4_4D21ECB0EECC__INCLUDED_)