C# 클래스 SwitchThemes.Common.NXThemeBuilder

파일 보기 프로젝트 열기: exelix11/SwitchThemeInjector

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
AddFile ( string name, Array data ) : void

메소드 상세

AddAppletIcon() 공개 메소드

public AddAppletIcon ( string name, Array data ) : void
name string
data Array
리턴 void

AddCommonLayout() 공개 메소드

public AddCommonLayout ( SwitchThemes.Common.LayoutPatch data ) : void
data SwitchThemes.Common.LayoutPatch
리턴 void

AddCommonLayout() 공개 메소드

public AddCommonLayout ( string json ) : void
json string
리턴 void

AddMainBg() 공개 메소드

public AddMainBg ( Array data ) : void
data Array
리턴 void

AddMainLayout() 공개 메소드

public AddMainLayout ( SwitchThemes.Common.LayoutPatch l ) : void
l SwitchThemes.Common.LayoutPatch
리턴 void

AddMainLayout() 공개 메소드

public AddMainLayout ( string text ) : void
text string
리턴 void

GetNxtheme() 공개 메소드

public GetNxtheme ( ) : byte[]
리턴 byte[]

NXThemeBuilder() 공개 메소드

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