📄 cwannotation.h
字号:
#if !defined(AFX_CWANNOTATION_H__554802EA_D310_413E_8CBF_E5738DEABA9A__INCLUDED_)
#define AFX_CWANNOTATION_H__554802EA_D310_413E_8CBF_E5738DEABA9A__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 CCWPlot;
class CCWCaption;
class CCWShape;
class CCWArrow;
/////////////////////////////////////////////////////////////////////////////
// CCWAnnotation wrapper class
class CCWAnnotation : public COleDispatchDriver
{
public:
CCWAnnotation() {} // Calls COleDispatchDriver default constructor
CCWAnnotation(LPDISPATCH pDispatch) : COleDispatchDriver(pDispatch) {}
CCWAnnotation(const CCWAnnotation& dispatchSrc) : COleDispatchDriver(dispatchSrc) {}
// Attributes
public:
BOOL GetEnabled();
void SetEnabled(BOOL);
BOOL GetVisible();
void SetVisible(BOOL);
long GetCoordinateType();
void SetCoordinateType(long);
CCWPlot GetPlot();
void SetPlot(LPDISPATCH);
long GetPointIndex();
void SetPointIndex(long);
long GetSnapMode();
void SetSnapMode(long);
CCWCaption GetCaption();
void SetCaption(LPDISPATCH);
CCWShape GetShape();
void SetShape(LPDISPATCH);
CCWArrow GetArrow();
void SetArrow(LPDISPATCH);
CString GetName();
void SetName(LPCTSTR);
// Operations
public:
void SetBuiltinStyle(long Style);
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_CWANNOTATION_H__554802EA_D310_413E_8CBF_E5738DEABA9A__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -