|
|
| DEF_OBJ_BASE (ILayoutParam, LayoutParam) long AddRef() PURE |
| | 添加引用
|
| |
|
long | Release () PURE |
| | 释放引用
|
| |
|
void | OnFinalRelease () PURE |
| | 释放对象
|
| |
| BOOL | IsClass (LPCWSTR lpszName) SCONST PURE |
| | 判断this是不是属于指定的类型
|
| |
| LPCWSTR | GetObjectClass () SCONST PURE |
| | 获得类型名
|
| |
| int | GetObjectType () SCONST PURE |
| | 获得对象类型
|
| |
| int | GetID () SCONST PURE |
| | 获取对象ID
|
| |
| void | SetID (int nID) PURE |
| | 设置对象ID
|
| |
| LPCWSTR | GetName () SCONST PURE |
| | 获取对象Name
|
| |
|
LPCSTR | GetNameA () SCONST PURE |
| |
| void | SetName (LPCWSTR pszName) PURE |
| | 设置对象Name
|
| |
| BOOL | InitFromXml (IXmlNode *xmlNode) PURE |
| | 从XML结节初始化SObject对象
|
| |
| void | OnInitFinished (IXmlNode *xmlNode) PURE |
| | 属性初始化完成处理接口
|
| |
| HRESULT | ISetAttribute (const IStringW *strAttribName, const IStringW *strValue, BOOL bLoading) PURE |
| | 设置一个对象属性
|
| |
| HRESULT | SetAttributeA (LPCSTR pszAttr, LPCSTR pszValue, BOOL bLoading DEF_VAL(FALSE)) PURE |
| | 设置一个对象属性
|
| |
| HRESULT | SetAttribute (LPCWSTR pszAttr, LPCWSTR pszValue, BOOL bLoading DEF_VAL(FALSE)) PURE |
| | 设置一个对象属性
|
| |
| BOOL | GetAttribute (LPCWSTR strAttr, IStringW *pValue) SCONST PURE |
| | 通过属性名查询属性值
|
| |
| HRESULT | AfterAttribute (LPCWSTR pszAttr, LPCWSTR pszValue, BOOL bLoading, HRESULT hr) PURE |
| | 属性处理后调用的方法
|
| |
| void | SetAttrHandler (FunAttrHandler attrHandler) PURE |
| | 设置属性处理回调方法
|
| |
| void | Clear () PURE |
| | 清空数据
|
| |
| BOOL | IsMatchParent (ORIENTATION orientation) SCONST PURE |
| | 布局充满父窗口标志
|
| |
| BOOL | IsWrapContent (ORIENTATION orientation) SCONST PURE |
| | 布局适应窗口内容标志
|
| |
| BOOL | IsSpecifiedSize (ORIENTATION orientation) SCONST PURE |
| | 布局指定大小标志
|
| |
| SLayoutSize | GetSpecifiedSize (ORIENTATION orientation) SCONST PURE |
| | 获取指定的布局大小
|
| |
| void | SetMatchParent (ORIENTATION orientation) PURE |
| | 设定布局适应父窗口大小
|
| |
| void | SetWrapContent (ORIENTATION orientation) PURE |
| | 设定布局适应内容
|
| |
| void | SetSpecifiedSize (ORIENTATION orientation, const SLayoutSize &layoutSize) PURE |
| | 设定布局大小
|
| |
| void * | GetRawData () PURE |
| | 获取布局结构体数据
|
| |
| ILayoutParam * | Clone () SCONST PURE |
| | Clone布局参数
|
| |
|
long | AddRef () PURE |
| | 添加引用
|
| |
|
long | Release () PURE |
| | 释放引用
|
| |
|
void | OnFinalRelease () PURE |
| | 释放对象
|
| |
| BOOL | IsClass (LPCWSTR lpszName) SCONST PURE |
| | 判断this是不是属于指定的类型
|
| |
| LPCWSTR | GetObjectClass () SCONST PURE |
| | 获得类型名
|
| |
| int | GetObjectType () SCONST PURE |
| | 获得对象类型
|
| |
| int | GetID () SCONST PURE |
| | 获取对象ID
|
| |
| void | SetID (int nID) PURE |
| | 设置对象ID
|
| |
| LPCWSTR | GetName () SCONST PURE |
| | 获取对象Name
|
| |
|
LPCSTR | GetNameA () SCONST PURE |
| |
| void | SetName (LPCWSTR pszName) PURE |
| | 设置对象Name
|
| |
| BOOL | InitFromXml (IXmlNode *xmlNode) PURE |
| | 从XML结节初始化SObject对象
|
| |
| void | OnInitFinished (IXmlNode *xmlNode) PURE |
| | 属性初始化完成处理接口
|
| |
| HRESULT | ISetAttribute (const IStringW *strAttribName, const IStringW *strValue, BOOL bLoading) PURE |
| | 设置一个对象属性
|
| |
| HRESULT | SetAttributeA (LPCSTR pszAttr, LPCSTR pszValue, BOOL bLoading DEF_VAL(FALSE)) PURE |
| | 设置一个对象属性
|
| |
| HRESULT | SetAttribute (LPCWSTR pszAttr, LPCWSTR pszValue, BOOL bLoading DEF_VAL(FALSE)) PURE |
| | 设置一个对象属性
|
| |
| BOOL | GetAttribute (LPCWSTR strAttr, IStringW *pValue) SCONST PURE |
| | 通过属性名查询属性值
|
| |
| HRESULT | AfterAttribute (LPCWSTR pszAttr, LPCWSTR pszValue, BOOL bLoading, HRESULT hr) PURE |
| | 属性处理后调用的方法
|
| |
| void | SetAttrHandler (FunAttrHandler attrHandler) PURE |
| | 设置属性处理回调方法
|
| |
| long | AddRef () PURE |
| | Increases the reference count.
|
| |
| long | Release () PURE |
| | Decreases the reference count.
|
| |
| void | OnFinalRelease () PURE |
| | Called when the reference count reaches zero and the object is about to be released.
|
| |
Definition at line 31 of file slayout-i.h.