solayers.h
来自「用VC+SuperMap开发的校园GIS系统」· C头文件 代码 · 共 43 行
H
43 行
// 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 CsoLayer;
/////////////////////////////////////////////////////////////////////////////
// CsoLayers wrapper class
class CsoLayers : public COleDispatchDriver
{
public:
CsoLayers() {} // Calls COleDispatchDriver default constructor
CsoLayers(LPDISPATCH pDispatch) : COleDispatchDriver(pDispatch) {}
CsoLayers(const CsoLayers& dispatchSrc) : COleDispatchDriver(dispatchSrc) {}
// Attributes
public:
long GetCount();
void SetCount(long);
// Operations
public:
long Remove(long From, long Count);
CsoLayer GetItem(const VARIANT& Index);
void SetRefItem(const VARIANT& Index, LPDISPATCH newValue);
void RemoveAll();
BOOL MoveTo(long nIndexFrom, long nIndexTo);
BOOL MoveTop(long nIndex);
BOOL MoveUp(long nIndex);
BOOL MoveDown(long nIndex);
BOOL MoveBottom(long nIndex);
BOOL SetEditableLayer(const VARIANT& Index);
CsoLayer AddDataset(LPDISPATCH objDataset, BOOL bAddToHead);
CsoLayer GetEditableLayer();
void DisableEdit();
long FindLayer(LPDISPATCH objLayer);
BOOL RemoveAt(const VARIANT& Index);
};
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?