⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 gmlayout.tli

📁 GemoMedia 应用 演示了其使用方法
💻 TLI
📖 第 1 页 / 共 5 页
字号:

#pragma implementation_key(262)
inline void Arc2d::PutStartAngle ( double _val ) {
    _com_dispatch_propput(this, 0x1d, VT_R8, _val);
}

#pragma implementation_key(263)
inline double Arc2d::GetSweepAngle ( ) {
    double _result;
    _com_dispatch_propget(this, 0x1e, VT_R8, (void*)&_result);
    return _result;
}

#pragma implementation_key(264)
inline void Arc2d::PutSweepAngle ( double _val ) {
    _com_dispatch_propput(this, 0x1e, VT_R8, _val);
}

#pragma implementation_key(265)
inline enum Geom2dOrientationConstants Arc2d::GetOrientation ( ) {
    enum Geom2dOrientationConstants _result;
    _com_dispatch_propget(this, 0x1f, VT_I4, (void*)&_result);
    return _result;
}

#pragma implementation_key(266)
inline void Arc2d::PutOrientation ( enum Geom2dOrientationConstants _val ) {
    _com_dispatch_propput(this, 0x1f, VT_I4, _val);
}

//
// dispinterface LOLinearStyle wrapper method implementations
//

#pragma implementation_key(267)
inline HRESULT LOLinearStyle::Rename ( _bstr_t NewName ) {
    return _com_dispatch_method(this, 0x1, DISPATCH_METHOD, VT_EMPTY, NULL, 
        L"\x0008", (BSTR)NewName);
}

#pragma implementation_key(268)
inline long LOLinearStyle::AddStyleComponent ( ) {
    long _result;
    _com_dispatch_method(this, 0x2, DISPATCH_METHOD, VT_I4, (void*)&_result, NULL);
    return _result;
}

#pragma implementation_key(269)
inline HRESULT LOLinearStyle::DeleteStyleComponent ( long StyleComponentIndex ) {
    return _com_dispatch_method(this, 0x3, DISPATCH_METHOD, VT_EMPTY, NULL, 
        L"\x0003", StyleComponentIndex);
}

#pragma implementation_key(270)
inline HRESULT LOLinearStyle::DisconnectBaseStyle ( ) {
    return _com_dispatch_method(this, 0x4, DISPATCH_METHOD, VT_EMPTY, NULL, NULL);
}

#pragma implementation_key(271)
inline PicturePtr LOLinearStyle::GetPreview ( long Width, long Height ) {
    struct Picture * _result;
    _com_dispatch_method(this, 0x5, DISPATCH_METHOD, VT_DISPATCH, (void*)&_result, 
        L"\x0003\x0003", Width, Height);
    return PicturePtr(_result, false);
}

#pragma implementation_key(272)
inline DocumentPtr LOLinearStyle::GetParent ( ) {
    struct Document * _result;
    _com_dispatch_propget(this, 0x6, VT_DISPATCH, (void*)&_result);
    return DocumentPtr(_result, false);
}

#pragma implementation_key(273)
inline void LOLinearStyle::PutParent ( struct Document * _val ) {
    _com_dispatch_propput(this, 0x6, VT_DISPATCH, _val);
}

#pragma implementation_key(274)
inline _bstr_t LOLinearStyle::GetInferredName ( ) {
    BSTR _result;
    _com_dispatch_propget(this, 0x7, VT_BSTR, (void*)&_result);
    return _bstr_t(_result, false);
}

#pragma implementation_key(275)
inline void LOLinearStyle::PutInferredName ( _bstr_t _val ) {
    _com_dispatch_propput(this, 0x7, VT_BSTR, (BSTR)_val);
}

#pragma implementation_key(276)
inline _bstr_t LOLinearStyle::GetStyleName ( ) {
    BSTR _result;
    _com_dispatch_propget(this, 0x8, VT_BSTR, (void*)&_result);
    return _bstr_t(_result, false);
}

#pragma implementation_key(277)
inline void LOLinearStyle::PutStyleName ( _bstr_t _val ) {
    _com_dispatch_propput(this, 0x8, VT_BSTR, (BSTR)_val);
}

#pragma implementation_key(278)
inline _bstr_t LOLinearStyle::Get_StyleName ( ) {
    BSTR _result;
    _com_dispatch_propget(this, 0x0, VT_BSTR, (void*)&_result);
    return _bstr_t(_result, false);
}

#pragma implementation_key(279)
inline void LOLinearStyle::Put_StyleName ( _bstr_t _val ) {
    _com_dispatch_propput(this, 0x0, VT_BSTR, (BSTR)_val);
}

#pragma implementation_key(280)
inline _bstr_t LOLinearStyle::GetDescription ( ) {
    BSTR _result;
    _com_dispatch_propget(this, 0x9, VT_BSTR, (void*)&_result);
    return _bstr_t(_result, false);
}

#pragma implementation_key(281)
inline void LOLinearStyle::PutDescription ( _bstr_t _val ) {
    _com_dispatch_propput(this, 0x9, VT_BSTR, (BSTR)_val);
}

#pragma implementation_key(282)
inline _bstr_t LOLinearStyle::GetNotes ( ) {
    BSTR _result;
    _com_dispatch_propget(this, 0xa, VT_BSTR, (void*)&_result);
    return _bstr_t(_result, false);
}

#pragma implementation_key(283)
inline void LOLinearStyle::PutNotes ( _bstr_t _val ) {
    _com_dispatch_propput(this, 0xa, VT_BSTR, (BSTR)_val);
}

#pragma implementation_key(284)
inline LOLinearStylePtr LOLinearStyle::GetBaseStyle ( ) {
    struct LOLinearStyle * _result;
    _com_dispatch_propget(this, 0xb, VT_DISPATCH, (void*)&_result);
    return LOLinearStylePtr(_result, false);
}

#pragma implementation_key(285)
inline void LOLinearStyle::PutBaseStyle ( struct LOLinearStyle * _val ) {
    _com_dispatch_propput(this, 0xb, VT_DISPATCH, _val);
}

#pragma implementation_key(286)
inline enum ColorConstants LOLinearStyle::GetColor ( ) {
    enum ColorConstants _result;
    _com_dispatch_propget(this, 0xc, VT_I4, (void*)&_result);
    return _result;
}

#pragma implementation_key(287)
inline void LOLinearStyle::PutColor ( enum ColorConstants _val ) {
    _com_dispatch_propput(this, 0xc, VT_I4, _val);
}

#pragma implementation_key(288)
inline double LOLinearStyle::GetWidth ( ) {
    double _result;
    _com_dispatch_propget(this, 0xd, VT_R8, (void*)&_result);
    return _result;
}

#pragma implementation_key(289)
inline void LOLinearStyle::PutWidth ( double _val ) {
    _com_dispatch_propput(this, 0xd, VT_R8, _val);
}

#pragma implementation_key(290)
inline enum StyleUnitsConstants LOLinearStyle::GetUnits ( ) {
    enum StyleUnitsConstants _result;
    _com_dispatch_propget(this, 0xe, VT_I4, (void*)&_result);
    return _result;
}

#pragma implementation_key(291)
inline void LOLinearStyle::PutUnits ( enum StyleUnitsConstants _val ) {
    _com_dispatch_propput(this, 0xe, VT_I4, _val);
}

#pragma implementation_key(292)
inline _bstr_t LOLinearStyle::GetKey ( ) {
    BSTR _result;
    _com_dispatch_propget(this, 0xf, VT_BSTR, (void*)&_result);
    return _bstr_t(_result, false);
}

#pragma implementation_key(293)
inline void LOLinearStyle::PutKey ( _bstr_t _val ) {
    _com_dispatch_propput(this, 0xf, VT_BSTR, (BSTR)_val);
}

#pragma implementation_key(294)
inline LOPointStylePtr LOLinearStyle::GetStartTerminator ( ) {
    struct LOPointStyle * _result;
    _com_dispatch_propget(this, 0x10, VT_DISPATCH, (void*)&_result);
    return LOPointStylePtr(_result, false);
}

#pragma implementation_key(295)
inline void LOLinearStyle::PutStartTerminator ( struct LOPointStyle * _val ) {
    _com_dispatch_propput(this, 0x10, VT_DISPATCH, _val);
}

#pragma implementation_key(296)
inline LOPointStylePtr LOLinearStyle::GetEndTerminator ( ) {
    struct LOPointStyle * _result;
    _com_dispatch_propget(this, 0x11, VT_DISPATCH, (void*)&_result);
    return LOPointStylePtr(_result, false);
}

#pragma implementation_key(297)
inline void LOLinearStyle::PutEndTerminator ( struct LOPointStyle * _val ) {
    _com_dispatch_propput(this, 0x11, VT_DISPATCH, _val);
}

#pragma implementation_key(298)
inline VARIANT_BOOL LOLinearStyle::GetIsInternal ( ) {
    VARIANT_BOOL _result;
    _com_dispatch_propget(this, 0x12, VT_BOOL, (void*)&_result);
    return _result;
}

#pragma implementation_key(299)
inline void LOLinearStyle::PutIsInternal ( VARIANT_BOOL _val ) {
    _com_dispatch_propput(this, 0x12, VT_BOOL, _val);
}

#pragma implementation_key(300)
inline VARIANT_BOOL LOLinearStyle::GetIsEditable ( ) {
    VARIANT_BOOL _result;
    _com_dispatch_propget(this, 0x13, VT_BOOL, (void*)&_result);
    return _result;
}

#pragma implementation_key(301)
inline void LOLinearStyle::PutIsEditable ( VARIANT_BOOL _val ) {
    _com_dispatch_propput(this, 0x13, VT_BOOL, _val);
}

#pragma implementation_key(302)
inline enum ObjectType LOLinearStyle::GetType ( ) {
    enum ObjectType _result;
    _com_dispatch_propget(this, 0x14, VT_I4, (void*)&_result);
    return _result;
}

#pragma implementation_key(303)
inline void LOLinearStyle::PutType ( enum ObjectType _val ) {
    _com_dispatch_propput(this, 0x14, VT_I4, _val);
}

#pragma implementation_key(304)
inline long LOLinearStyle::GetStyleComponentIndex ( ) {
    long _result;
    _com_dispatch_propget(this, 0x15, VT_I4, (void*)&_result);
    return _result;
}

#pragma implementation_key(305)
inline void LOLinearStyle::PutStyleComponentIndex ( long _val ) {
    _com_dispatch_propput(this, 0x15, VT_I4, _val);
}

#pragma implementation_key(306)
inline long LOLinearStyle::GetStyleComponentCount ( ) {
    long _result;
    _com_dispatch_propget(this, 0x16, VT_I4, (void*)&_result);
    return _result;
}

#pragma implementation_key(307)
inline void LOLinearStyle::PutStyleComponentCount ( long _val ) {
    _com_dispatch_propput(this, 0x16, VT_I4, _val);
}

#pragma implementation_key(308)
inline double LOLinearStyle::GetOffset ( ) {
    double _result;
    _com_dispatch_propget(this, 0x17, VT_R8, (void*)&_result);
    return _result;
}

#pragma implementation_key(309)
inline void LOLinearStyle::PutOffset ( double _val ) {
    _com_dispatch_propput(this, 0x17, VT_R8, _val);
}

#pragma implementation_key(310)
inline VARIANT_BOOL LOLinearStyle::GetColorLock ( ) {
    VARIANT_BOOL _result;
    _com_dispatch_propget(this, 0x18, VT_BOOL, (void*)&_result);
    return _result;
}

#pragma implementation_key(311)
inline void LOLinearStyle::PutColorLock ( VARIANT_BOOL _val ) {
    _com_dispatch_propput(this, 0x18, VT_BOOL, _val);
}

#pragma implementation_key(312)
inline VARIANT_BOOL LOLinearStyle::GetWidthLock ( ) {
    VARIANT_BOOL _result;
    _com_dispatch_propget(this, 0x19, VT_BOOL, (void*)&_result);
    return _result;
}

#pragma implementation_key(313)
inline void LOLinearStyle::PutWidthLock ( VARIANT_BOOL _val ) {
    _com_dispatch_propput(this, 0x19, VT_BOOL, _val);
}

//
// dispinterface LOPointStyle wrapper method implementations
//

#pragma implementation_key(314)
inline HRESULT LOPointStyle::Rename ( _bstr_t NewName ) {
    return _com_dispatch_method(this, 0x1, DISPATCH_METHOD, VT_EMPTY, NULL, 
        L"\x0008", (BSTR)NewName);
}

#pragma implementation_key(315)
inline PicturePtr LOPointStyle::GetPreview ( long Width, long Height ) {
    struct Picture * _result;
    _com_dispatch_method(this, 0x2, DISPATCH_METHOD, VT_DISPATCH, (void*)&_result, 
        L"\x0003\x0003", Width, Height);
    return PicturePtr(_result, false);
}

#pragma implementation_key(316)
inline DocumentPtr LOPointStyle::GetParent ( ) {
    struct Document * _result;
    _com_dispatch_propget(this, 0x3, VT_DISPATCH, (void*)&_result);
    return DocumentPtr(_result, false);
}

#pragma implementation_key(317)
inline void LOPointStyle::PutParent ( struct Document * _val ) {
    _com_dispatch_propput(this, 0x3, VT_DISPATCH, _val);
}

#pragma implementation_key(318)
inline _bstr_t LOPointStyle::GetInferredName ( ) {
    BSTR _result;
    _com_dispatch_propget(this, 0x4, VT_BSTR, (void*)&_result);
    return _bstr_t(_result, false);
}

#pragma implementation_key(319)
inline void LOPointStyle::PutInferredName ( _bstr_t _val ) {
    _com_dispatch_propput(this, 0x4, VT_BSTR, (BSTR)_val);
}

#pragma implementation_key(320)
inline _bstr_t LOPointStyle::GetStyleName ( ) {
    BSTR _result;
    _com_dispatch_propget(this, 0x5, VT_BSTR, (void*)&_result);
    return _bstr_t(_result, false);
}

#pragma implementation_key(321)
inline void LOPointStyle::PutStyleName ( _bstr_t _val ) {
    _com_dispatch_propput(this, 0x5, VT_BSTR, (BSTR)_val);
}

#pragma implementation_key(322)
inline _bstr_t LOPointStyle::Get_StyleName ( ) {
    BSTR _result;
    _com_dispatch_propget(this, 0x0, VT_BSTR, (void*)&_result);
    return _bstr_t(_result, false);
}

#pragma implementation_key(323)
inline void LOPointStyle::Put_StyleName ( _bstr_t _val ) {
    _com_dispatch_propput(this, 0x0, VT_BSTR, (BSTR)_val);
}

#pragma implementation_key(324)
inline _bstr_t LOPointStyle::GetNotes ( ) {
    BSTR _result;
    _com_dispatch_propget(this, 0x6, VT_BSTR, (void*)&_result);
    return _bstr_t(_result, false);
}

#pragma implementation_key(325)
inline void LOPointStyle::PutNotes ( _bstr_t _val ) {
    _com_dispatch_propput(this, 0x6, VT_BSTR, (BSTR)_val);
}

#pragma implementation_key(326)
inline enum StyleUnitsConstants LOPointStyle::GetUnits ( ) {
    enum Style

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -