PowerUI.Css.CssFunction Class Reference

Detailed Description

A CSS function. You can create custom ones by deriving from this class. Note that they are instanced globally.

Inheritance diagram for PowerUI.Css.CssFunction:
PowerUI.Css.CssUnit PowerUI.Css.Functions.Rgba PowerUI.Css.Functions.Url

Public Member Functions

virtual string[] GetNames ()
 The set of all function names that this one will handle. Usually just one. Lowercase. e.g. "rgb", "rgba". More...
 

Public Attributes

string Name
 The main name of this function. Originates from the first result returned by GetNames. More...
 

Member Function Documentation

virtual string [] PowerUI.Css.CssFunction.GetNames ( )
inlinevirtual

The set of all function names that this one will handle. Usually just one. Lowercase. e.g. "rgb", "rgba".

Reimplemented in PowerUI.Css.Functions.Rgba, and PowerUI.Css.Functions.Url.

Member Data Documentation

string PowerUI.Css.CssFunction.Name

The main name of this function. Originates from the first result returned by GetNames.