sothemegraph.h
来自「用VC+SuperMap开发的校园GIS系统」· C头文件 代码 · 共 54 行
H
54 行
// 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.
/////////////////////////////////////////////////////////////////////////////
// CsoThemeGraph wrapper class
class CsoThemeGraph : public COleDispatchDriver
{
public:
CsoThemeGraph() {} // Calls COleDispatchDriver default constructor
CsoThemeGraph(LPDISPATCH pDispatch) : COleDispatchDriver(pDispatch) {}
CsoThemeGraph(const CsoThemeGraph& dispatchSrc) : COleDispatchDriver(dispatchSrc) {}
// Attributes
public:
BOOL GetValid();
void SetValid(BOOL);
BOOL GetEnable();
void SetEnable(BOOL);
long GetFieldCount();
void SetFieldCount(long);
long GetGraphType();
void SetGraphType(long);
CString GetCaption();
void SetCaption(LPCTSTR);
double GetMinSumSize();
void SetMinSumSize(double);
double GetMaxSumSize();
void SetMaxSumSize(double);
long GetGraduatedMode();
void SetGraduatedMode(long);
BOOL GetShowAxes();
void SetShowAxes(BOOL);
unsigned long GetLineColor();
void SetLineColor(unsigned long);
BOOL GetGraduated();
void SetGraduated(BOOL);
double GetBarWidth();
void SetBarWidth(double);
// Operations
public:
CString GetField(long nIndex);
void SetField(long nIndex, LPCTSTR lpszNewValue);
unsigned long GetColor(long nIndex);
void SetColor(long nIndex, unsigned long newValue);
CString GetItemCaption(long nIndex);
void SetItemCaption(long nIndex, LPCTSTR lpszNewValue);
VARIANT GetNormalization(long nIndex);
void SetNormalization(long nIndex, const VARIANT& newValue);
};
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?