Interface for UI definition information.
More...
#include <SUiDef.h>
Interface for UI definition information.
Definition at line 34 of file SUiDef.h.
◆ GetCaretInfo()
virtual SXmlNode IUiDefInfo::GetCaretInfo |
( |
| ) |
|
|
pure virtual |
Retrieves the caret information.
- Returns
- XML node containing the caret information.
◆ GetDefFontInfo()
virtual SStringW IUiDefInfo::GetDefFontInfo |
( |
| ) |
|
|
pure virtual |
Retrieves the default font information.
- Returns
- Default font information as a string.
◆ GetGradientPool()
Retrieves the gradient pool.
- Returns
- Pointer to the gradient pool.
◆ GetNamedColor()
Retrieves the named color manager.
- Returns
- Reference to the named color manager.
◆ GetNamedDimension()
Retrieves the named dimension manager.
- Returns
- Reference to the named dimension manager.
◆ GetNamedFont()
Retrieves the named font manager.
- Returns
- Reference to the named font manager.
◆ GetNamedString()
Retrieves the named string manager.
- Returns
- Reference to the named string manager.
◆ GetObjDefAttr()
Retrieves the object default attribute manager.
- Returns
- Pointer to the object default attribute manager.
◆ GetSkinPool()
virtual SSkinPool * IUiDefInfo::GetSkinPool |
( |
| ) |
|
|
pure virtual |
Retrieves the skin pool.
- Returns
- Pointer to the skin pool.
◆ GetStylePool()
Retrieves the style pool.
- Returns
- Pointer to the style pool.
◆ GetTemplatePool()
Retrieves the template pool.
- Returns
- Pointer to the template pool.
◆ Init()
virtual UINT IUiDefInfo::Init |
( |
IResProvider * | pResProvider, |
|
|
LPCTSTR | pszUidef ) |
|
pure virtual |
Initializes the UI definition from a resource provider.
- Parameters
-
pResProvider | Pointer to the resource provider. |
pszUidef | UI definition resource ID. |
- Returns
- Number of resources initialized.
◆ Init2()
virtual UINT IUiDefInfo::Init2 |
( |
IXmlNode * | pNode, |
|
|
BOOL | bGlobalDomain, |
|
|
IResProvider * | pResProvider = NULL ) |
|
pure virtual |
Initializes the UI definition from an XML node.
- Parameters
-
pNode | XML node containing the UI definition. |
bGlobalDomain | TRUE if the domain is global, FALSE otherwise. |
pResProvider | Pointer to the resource provider (optional). |
- Returns
- Number of resources initialized.
The documentation for this interface was generated from the following file: