panels.h
资源名称:eDraw2 [点击查看]
上传用户:fjzzwyy
上传日期:2007-01-14
资源大小:244k
文件大小:1k
源码类别:
绘图程序
开发平台:
Visual C++
- #if !defined(AFX_PANELS_H__2BD2F381_7C9A_4D70_9697_316867589FB1__INCLUDED_)
- #define AFX_PANELS_H__2BD2F381_7C9A_4D70_9697_316867589FB1__INCLUDED_
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- // Machine generated IDispatch wrapper class(es) created by Microsoft Visual C++
- // NOTE: Do not modify the contents of this file. If this class is regenerated by
- // Microsoft Visual C++, your modifications will be overwritten.
- // Dispatch interfaces referenced by this interface
- class CPanel;
- /////////////////////////////////////////////////////////////////////////////
- // CPanels wrapper class
- class CPanels : public COleDispatchDriver
- {
- public:
- CPanels() {} // Calls COleDispatchDriver default constructor
- CPanels(LPDISPATCH pDispatch) : COleDispatchDriver(pDispatch) {}
- CPanels(const CPanels& dispatchSrc) : COleDispatchDriver(dispatchSrc) {}
- // Attributes
- public:
- // Operations
- public:
- short GetCount();
- void SetCount(short nNewValue);
- CPanel Add(VARIANT* Index, VARIANT* Key, VARIANT* Text, VARIANT* Style, VARIANT* Picture);
- void Clear();
- CPanel GetItem(VARIANT* Index);
- void SetRefItem(VARIANT* Index, LPDISPATCH newValue);
- void Remove(VARIANT* Index);
- };
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
- #endif // !defined(AFX_PANELS_H__2BD2F381_7C9A_4D70_9697_316867589FB1__INCLUDED_)
English
