solytgroup.h
来自「用VC+SuperMap开发的校园GIS系统」· C头文件 代码 · 共 60 行
H
60 行
#if !defined(AFX_SOLYTGROUP_H__207FECDB_2069_4A0F_A51F_0B2CD4F18367__INCLUDED_)
#define AFX_SOLYTGROUP_H__207FECDB_2069_4A0F_A51F_0B2CD4F18367__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 CsoRect;
class CsoStyle;
class CsoLytElement;
/////////////////////////////////////////////////////////////////////////////
// CsoLytGroup wrapper class
class CsoLytGroup : public COleDispatchDriver
{
public:
CsoLytGroup() {} // Calls COleDispatchDriver default constructor
CsoLytGroup(LPDISPATCH pDispatch) : COleDispatchDriver(pDispatch) {}
CsoLytGroup(const CsoLytGroup& dispatchSrc) : COleDispatchDriver(dispatchSrc) {}
// Attributes
public:
long GetType();
void SetType(long);
CsoRect GetBounds();
void SetBounds(LPDISPATCH);
CsoStyle GetStyle();
void SetStyle(LPDISPATCH);
long GetCount();
void SetCount(long);
BOOL GetEditable();
void SetEditable(BOOL);
CString GetTag();
void SetTag(LPCTSTR);
// Operations
public:
CsoLytElement GetItem(long nIndex);
void SetRefItem(long nIndex, LPDISPATCH newValue);
void SetPosition(LPDISPATCH newpostion);
void Move(long xOffset, long yOffset);
void AlignToGrid();
BOOL HitTest(long x, long y);
void ShowPropertyDlg();
BOOL Add(LPDISPATCH objLytElement);
BOOL Remove(long nIndex);
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_SOLYTGROUP_H__207FECDB_2069_4A0F_A51F_0B2CD4F18367__INCLUDED_)
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?