Method | Description | |
---|---|---|
CleanThemeName ( string themeName ) : string |
Cleans the name of the theme.
|
|
CloneTheme ( string sourceTheme, string targetTheme ) : bool |
Clones the theme.
|
|
CloneTheme ( string sourceTheme, string targetTheme, string &messages ) : bool |
Clones the theme.
|
|
Compile ( ) : bool |
Compiles this instance.
|
|
Compile ( string &messages ) : bool |
Compiles this instance.
|
|
CompileAll ( ) : bool |
Compiles all themes.
|
|
CompileAll ( string &messages ) : bool |
Compiles all themes.
|
|
DeleteTheme ( string themeName ) : bool |
Deletes the theme.
|
|
DeleteTheme ( string themeName, string &messages ) : bool |
Deletes the theme.
|
|
GetThemes ( ) : List |
Gets the themes.
|
|
RockTheme ( ) : System |
Initializes a new instance of the RockTheme class.
|
|
RockTheme ( string themeName ) : System |
Initializes a new instance of the RockTheme class.
|
Method | Description | |
---|---|---|
CopyAll ( |
Copies all.
|
public static CleanThemeName ( string themeName ) : string | ||
themeName | string | Name of the theme. |
return | string |
public static CloneTheme ( string sourceTheme, string targetTheme ) : bool | ||
sourceTheme | string | The source theme. |
targetTheme | string | The target theme. |
return | bool |
public static CloneTheme ( string sourceTheme, string targetTheme, string &messages ) : bool | ||
sourceTheme | string | |
targetTheme | string | |
messages | string | |
return | bool |
public static CompileAll ( string &messages ) : bool | ||
messages | string | The messages. |
return | bool |
public static DeleteTheme ( string themeName ) : bool | ||
themeName | string | Name of the theme. |
return | bool |
public static DeleteTheme ( string themeName, string &messages ) : bool | ||
themeName | string | Name of the theme. |
messages | string | The messages. |
return | bool |
public RockTheme ( string themeName ) : System | ||
themeName | string | Name of the theme. |
return | System |