📄 sothemegraduatedsymbol.h
字号:
#if !defined(AFX_SOTHEMEGRADUATEDSYMBOL_H__9543388A_7B39_4E24_9021_58AFAFD3D12A__INCLUDED_)
#define AFX_SOTHEMEGRADUATEDSYMBOL_H__9543388A_7B39_4E24_9021_58AFAFD3D12A__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 CsoStyle;
/////////////////////////////////////////////////////////////////////////////
// CsoThemeGraduatedSymbol wrapper class
class CsoThemeGraduatedSymbol : public COleDispatchDriver
{
public:
CsoThemeGraduatedSymbol() {} // Calls COleDispatchDriver default constructor
CsoThemeGraduatedSymbol(LPDISPATCH pDispatch) : COleDispatchDriver(pDispatch) {}
CsoThemeGraduatedSymbol(const CsoThemeGraduatedSymbol& dispatchSrc) : COleDispatchDriver(dispatchSrc) {}
// Attributes
public:
BOOL GetValid();
void SetValid(BOOL);
BOOL GetEnable();
void SetEnable(BOOL);
CString GetField();
void SetField(LPCTSTR);
long GetGraduatedMode();
void SetGraduatedMode(long);
double GetDefinitionValue();
void SetDefinitionValue(double);
CsoStyle GetStyleForPositive();
void SetStyleForPositive(LPDISPATCH);
BOOL GetShowNegative();
void SetShowNegative(BOOL);
CsoStyle GetStyleForNegative();
void SetStyleForNegative(LPDISPATCH);
CString GetCaption();
void SetCaption(LPCTSTR);
double GetVisibleScaleMax();
void SetVisibleScaleMax(double);
double GetVisibleScaleMin();
void SetVisibleScaleMin(double);
BOOL GetEnableFlow();
void SetEnableFlow(BOOL);
BOOL GetShowLeaderLines();
void SetShowLeaderLines(BOOL);
CsoStyle GetLeaderLineStyle();
void SetLeaderLineStyle(LPDISPATCH);
double GetOffsetX();
void SetOffsetX(double);
double GetOffsetY();
void SetOffsetY(double);
// Operations
public:
BOOL MakeDefault();
CString ToXML();
BOOL FromXML(LPCTSTR strXML);
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_SOTHEMEGRADUATEDSYMBOL_H__9543388A_7B39_4E24_9021_58AFAFD3D12A__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -