?? sothemedotdensity.cpp
字號:
// 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.
#include "stdafx.h"
#include "sothemedotdensity.h"
// Dispatch interfaces referenced by this interface
#include "sostyle.h"
/////////////////////////////////////////////////////////////////////////////
// CsoThemeDotDensity properties
BOOL CsoThemeDotDensity::GetValid()
{
BOOL result;
GetProperty(0x1, VT_BOOL, (void*)&result);
return result;
}
void CsoThemeDotDensity::SetValid(BOOL propVal)
{
SetProperty(0x1, VT_BOOL, propVal);
}
BOOL CsoThemeDotDensity::GetEnable()
{
BOOL result;
GetProperty(0x2, VT_BOOL, (void*)&result);
return result;
}
void CsoThemeDotDensity::SetEnable(BOOL propVal)
{
SetProperty(0x2, VT_BOOL, propVal);
}
CString CsoThemeDotDensity::GetField()
{
CString result;
GetProperty(0x3, VT_BSTR, (void*)&result);
return result;
}
void CsoThemeDotDensity::SetField(LPCTSTR propVal)
{
SetProperty(0x3, VT_BSTR, propVal);
}
double CsoThemeDotDensity::GetDotValue()
{
double result;
GetProperty(0x6, VT_R8, (void*)&result);
return result;
}
void CsoThemeDotDensity::SetDotValue(double propVal)
{
SetProperty(0x6, VT_R8, propVal);
}
CString CsoThemeDotDensity::GetCaption()
{
CString result;
GetProperty(0x7, VT_BSTR, (void*)&result);
return result;
}
void CsoThemeDotDensity::SetCaption(LPCTSTR propVal)
{
SetProperty(0x7, VT_BSTR, propVal);
}
double CsoThemeDotDensity::GetVisibleScaleMax()
{
double result;
GetProperty(0xa, VT_R8, (void*)&result);
return result;
}
void CsoThemeDotDensity::SetVisibleScaleMax(double propVal)
{
SetProperty(0xa, VT_R8, propVal);
}
double CsoThemeDotDensity::GetVisibleScaleMin()
{
double result;
GetProperty(0xb, VT_R8, (void*)&result);
return result;
}
void CsoThemeDotDensity::SetVisibleScaleMin(double propVal)
{
SetProperty(0xb, VT_R8, propVal);
}
CsoStyle CsoThemeDotDensity::GetStyle()
{
LPDISPATCH pDispatch;
GetProperty(0xc, VT_DISPATCH, (void*)&pDispatch);
return CsoStyle(pDispatch);
}
void CsoThemeDotDensity::SetStyle(LPDISPATCH propVal)
{
SetProperty(0xc, VT_DISPATCH, propVal);
}
/////////////////////////////////////////////////////////////////////////////
// CsoThemeDotDensity operations
CString CsoThemeDotDensity::ToXML()
{
CString result;
InvokeHelper(0x8, DISPATCH_METHOD, VT_BSTR, (void*)&result, NULL);
return result;
}
BOOL CsoThemeDotDensity::FromXML(LPCTSTR strXML)
{
BOOL result;
static BYTE parms[] =
VTS_BSTR;
InvokeHelper(0x9, DISPATCH_METHOD, VT_BOOL, (void*)&result, parms,
strXML);
return result;
}
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -