C# Class DataEditorX.Core.TaskHelper

任务
Afficher le fichier Open project: 247321453/DataEditorX Class Usage Examples

Méthodes publiques

Méthode Description
Cancel ( ) : void
CheckVersion ( bool showNew ) : void
ConvertImages ( string imgpath, string gamepath, bool isreplace ) : void
CutImages ( string imgpath, bool isreplace ) : void
ExportData ( string path, string zipname ) : void
IsCancel ( ) : bool
IsRuning ( ) : bool
OnCheckUpdate ( bool showNew ) : void
ReadMSE ( string mseset, bool repalceOld ) : Card[]
Run ( ) : void
SaveMSE ( int num, string file, Card cards, string pack_db, bool rarity, bool isUpdate ) : void
SaveMSEs ( string file, Card cards, bool isUpdate ) : void
SetTask ( MyTask myTask, Card cards ) : void
TaskHelper ( string datapath, BackgroundWorker worker, DataEditorX.Core.Mse.MSEConfig mcfg ) : System
ToImg ( string img, string saveimg1, string saveimg2 ) : void
getLastTask ( ) : MyTask
testPendulumText ( string desc ) : void

Method Details

Cancel() public méthode

public Cancel ( ) : void
Résultat void

CheckVersion() public static méthode

public static CheckVersion ( bool showNew ) : void
showNew bool
Résultat void

ConvertImages() public méthode

public ConvertImages ( string imgpath, string gamepath, bool isreplace ) : void
imgpath string
gamepath string
isreplace bool
Résultat void

CutImages() public méthode

public CutImages ( string imgpath, bool isreplace ) : void
imgpath string
isreplace bool
Résultat void

ExportData() public méthode

public ExportData ( string path, string zipname ) : void
path string
zipname string
Résultat void

IsCancel() public méthode

public IsCancel ( ) : bool
Résultat bool

IsRuning() public méthode

public IsRuning ( ) : bool
Résultat bool

OnCheckUpdate() public méthode

public OnCheckUpdate ( bool showNew ) : void
showNew bool
Résultat void

ReadMSE() public méthode

public ReadMSE ( string mseset, bool repalceOld ) : Card[]
mseset string
repalceOld bool
Résultat Card[]

Run() public méthode

public Run ( ) : void
Résultat void

SaveMSE() public méthode

public SaveMSE ( int num, string file, Card cards, string pack_db, bool rarity, bool isUpdate ) : void
num int
file string
cards Card
pack_db string
rarity bool
isUpdate bool
Résultat void

SaveMSEs() public méthode

public SaveMSEs ( string file, Card cards, bool isUpdate ) : void
file string
cards Card
isUpdate bool
Résultat void

SetTask() public méthode

public SetTask ( MyTask myTask, Card cards ) : void
myTask MyTask
cards Card
Résultat void

TaskHelper() public méthode

public TaskHelper ( string datapath, BackgroundWorker worker, DataEditorX.Core.Mse.MSEConfig mcfg ) : System
datapath string
worker System.ComponentModel.BackgroundWorker
mcfg DataEditorX.Core.Mse.MSEConfig
Résultat System

ToImg() public méthode

public ToImg ( string img, string saveimg1, string saveimg2 ) : void
img string
saveimg1 string
saveimg2 string
Résultat void

getLastTask() public méthode

public getLastTask ( ) : MyTask
Résultat MyTask

testPendulumText() public méthode

public testPendulumText ( string desc ) : void
desc string
Résultat void