C# Class SwitchThemes.Common.NXThemeBuilder

显示文件 Open project: exelix11/SwitchThemeInjector

Public Methods

Method Description
AddAppletIcon ( string name, Array data ) : void
AddCommonLayout ( SwitchThemes.Common.LayoutPatch data ) : void
AddCommonLayout ( string json ) : void
AddMainBg ( Array data ) : void
AddMainLayout ( SwitchThemes.Common.LayoutPatch l ) : void
AddMainLayout ( string text ) : void
GetNxtheme ( ) : byte[]
NXThemeBuilder ( string target, string name, string author ) : SwitchThemes.Common.Bntxx

Private Methods

Method Description
AddFile ( string name, Array data ) : void

Method Details

AddAppletIcon() public method

public AddAppletIcon ( string name, Array data ) : void
name string
data Array
return void

AddCommonLayout() public method

public AddCommonLayout ( SwitchThemes.Common.LayoutPatch data ) : void
data SwitchThemes.Common.LayoutPatch
return void

AddCommonLayout() public method

public AddCommonLayout ( string json ) : void
json string
return void

AddMainBg() public method

public AddMainBg ( Array data ) : void
data Array
return void

AddMainLayout() public method

public AddMainLayout ( SwitchThemes.Common.LayoutPatch l ) : void
l SwitchThemes.Common.LayoutPatch
return void

AddMainLayout() public method

public AddMainLayout ( string text ) : void
text string
return void

GetNxtheme() public method

public GetNxtheme ( ) : byte[]
return byte[]

NXThemeBuilder() public method

public NXThemeBuilder ( string target, string name, string author ) : SwitchThemes.Common.Bntxx
target string
name string
author string
return SwitchThemes.Common.Bntxx