Label was altijd al key
Versie 2.80 svn path=/Slnkdwf/trunk/; revision=12532
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
|
||||
// CSLNKEvent
|
||||
|
||||
class ATL_NO_VTABLE CSLNKEvent :
|
||||
class ATL_NO_VTABLE CSLNKEvent :
|
||||
public CComObjectRootEx<CComSingleThreadModel>,
|
||||
public CComCoClass<CSLNKEvent, &CLSID_SLNKEvent>,
|
||||
public IDispatchImpl<ISLNKEvent, &IID_ISLNKEvent, &LIBID_SLNKDWFLib, /*wMajor =*/ 1, /*wMinor =*/ 0>
|
||||
@@ -57,21 +57,21 @@ END_COM_MAP()
|
||||
|
||||
return S_OK;
|
||||
}
|
||||
|
||||
void FinalRelease()
|
||||
|
||||
void FinalRelease()
|
||||
{
|
||||
}
|
||||
|
||||
private:
|
||||
CComQIPtr<IBoundingBox> m_dwgBounding;
|
||||
CComQIPtr<IBoundingBox> m_viewBounding;
|
||||
CComQIPtr<IBoundingBox> m_dwgBounding;
|
||||
CComQIPtr<IBoundingBox> m_viewBounding;
|
||||
|
||||
double m_DwgX, m_DwgY;
|
||||
double m_EdgeAngle;
|
||||
double m_EdgeDistance;
|
||||
double m_minDwgX, m_maxDwgY;
|
||||
double m_maxDwgX, m_minDwgY;
|
||||
CString m_ContourLabel, m_ContourLayer;
|
||||
CString m_ContourKey, m_ContourLayer;
|
||||
CString m_TextLabel, m_TextLayer;
|
||||
public:
|
||||
|
||||
@@ -79,8 +79,10 @@ public:
|
||||
STDMETHOD(put_DwgX)(DOUBLE newVal);
|
||||
STDMETHOD(get_DwgY)(DOUBLE* pVal);
|
||||
STDMETHOD(put_DwgY)(DOUBLE newVal);
|
||||
STDMETHOD(get_ContourLabel)(BSTR* pVal);
|
||||
STDMETHOD(put_ContourLabel)(BSTR newVal);
|
||||
STDMETHOD(get_ContourLabel)(BSTR* pVal); // DEPRECATED 2.80
|
||||
STDMETHOD(put_ContourLabel)(BSTR newVal); // DEPRECATED 2.80
|
||||
STDMETHOD(get_ContourKey)(BSTR* pVal);
|
||||
STDMETHOD(put_ContourKey)(BSTR newVal);
|
||||
STDMETHOD(get_ContourLayer)(BSTR* pVal);
|
||||
STDMETHOD(put_ContourLayer)(BSTR newVal);
|
||||
STDMETHOD(get_TextLabel)(BSTR* pVal);
|
||||
|
||||
Reference in New Issue
Block a user