|
|
|
Public Member Functions | |
| SkinReader (string skinpath, string pluginName) | |
| Creates new skin reader. | |
| string | readPluginField (string xpath) |
| Reads skin field. | |
Static Public Member Functions | |
| static bool | readConfig (string _skin, int width, int height) |
| Loads system skin. | |
| static string | readField (string xpath) |
| Reads system skin field. | |
Static Public Attributes | |
| static XmlDocument | xmldoc = null |
| System skin XML document. | |
| static double | widthratio = 1 |
| System skin width ratio. | |
| static double | heightratio = 1 |
| System skin height ratio. | |
| static int | cfwidth = 848 |
| System width. | |
| static int | cfheight = 480 |
| System height. | |
Properties | |
| double | skinWidthRatio [get, set] |
| Gets or sets skin width ratio. | |
| double | skinHeightRatio [get, set] |
| Gets or sets skin height ratio. | |
| centrafuse.Plugins.SkinReader.SkinReader | ( | string | skinpath, | |
| string | pluginName | |||
| ) |
Creates new skin reader.
| skinpath | Path to skin file. | |
| pluginName | Plugin name. |
| static bool centrafuse.Plugins.SkinReader.readConfig | ( | string | _skin, | |
| int | width, | |||
| int | height | |||
| ) | [static] |
Loads system skin.
| _skin | Skin to load. | |
| width | System width. | |
| height | System height. |
| static string centrafuse.Plugins.SkinReader.readField | ( | string | xpath | ) | [static] |
Reads system skin field.
| xpath | Field xpath. |
| string centrafuse.Plugins.SkinReader.readPluginField | ( | string | xpath | ) |
Reads skin field.
| xpath | Field xpath. |
int centrafuse.Plugins.SkinReader.cfheight = 480 [static] |
System height.
int centrafuse.Plugins.SkinReader.cfwidth = 848 [static] |
System width.
double centrafuse.Plugins.SkinReader.heightratio = 1 [static] |
System skin height ratio.
double centrafuse.Plugins.SkinReader.widthratio = 1 [static] |
System skin width ratio.
XmlDocument centrafuse.Plugins.SkinReader.xmldoc = null [static] |
System skin XML document.
double centrafuse.Plugins.SkinReader.skinHeightRatio [get, set] |
Gets or sets skin height ratio.
double centrafuse.Plugins.SkinReader.skinWidthRatio [get, set] |
Gets or sets skin width ratio.
| Copyright © 2008 Flux Media, Inc. (U.S. Copyright Registration Number: TXu-1-239-794) |
|