C# Class LabelPlus.LabelFileManager

Afficher le fichier Open project: noodlefighter/LabelPlus Class Usage Examples

Méthodes publiques

Свойство Type Description
FileListChanged EventHandler
GroupListChanged EventHandler
LabelItemListChanged EventHandler
LabelItemTextChanged EventHandler

Méthodes publiques

Méthode Description
AddFile ( string file ) : bool
AddLabelItem ( string file, LabelItem item, int insertIndex = -1 ) : bool
DelAllLabelInFile ( string file ) : bool
DelFile ( string file ) : bool
DelLabelItem ( string file, int index ) : bool
FromFile ( string path ) : void
LabelFileManager ( ) : System
NewLabelFile ( string groups ) : bool
ToFile ( string path ) : bool
UpdateLabelCategory ( string file, int index, int category ) : bool
UpdateLabelItemText ( string file, int index, string text ) : bool
this ( string file, int index ) : LabelItem
this ( string file ) : List

Private Methods

Méthode Description
OnFileListChanged ( ) : void
OnGroupListChanged ( ) : void
OnLabelItemListChanged ( ) : void
OnLabelItemTextChanged ( ) : void
addFile ( string file ) : bool
addFilenameToStore ( string nowFilename ) : bool
addLabelItem ( string file, LabelItem item, int insertIndex = -1 ) : bool
addLabelToStore ( string nowText, string nowLabelResultValues, string nowFilename ) : void
getLabelFileStartBlocksString ( ) : string
getStrlineType ( string str ) : getStrlineTypeResult
readLabelFileStartBlocks ( string nowText ) : void

Method Details

AddFile() public méthode

public AddFile ( string file ) : bool
file string
Résultat bool

AddLabelItem() public méthode

public AddLabelItem ( string file, LabelItem item, int insertIndex = -1 ) : bool
file string
item LabelItem
insertIndex int
Résultat bool

DelAllLabelInFile() public méthode

public DelAllLabelInFile ( string file ) : bool
file string
Résultat bool

DelFile() public méthode

public DelFile ( string file ) : bool
file string
Résultat bool

DelLabelItem() public méthode

public DelLabelItem ( string file, int index ) : bool
file string
index int
Résultat bool

FromFile() public méthode

public FromFile ( string path ) : void
path string
Résultat void

LabelFileManager() public méthode

public LabelFileManager ( ) : System
Résultat System

NewLabelFile() public méthode

public NewLabelFile ( string groups ) : bool
groups string
Résultat bool

ToFile() public méthode

public ToFile ( string path ) : bool
path string
Résultat bool

UpdateLabelCategory() public méthode

public UpdateLabelCategory ( string file, int index, int category ) : bool
file string
index int
category int
Résultat bool

UpdateLabelItemText() public méthode

public UpdateLabelItemText ( string file, int index, string text ) : bool
file string
index int
text string
Résultat bool

this() public méthode

public this ( string file, int index ) : LabelItem
file string
index int
Résultat LabelItem

this() public méthode

public this ( string file ) : List
file string
Résultat List

Property Details

FileListChanged public_oe static_oe property

public static EventHandler FileListChanged
Résultat EventHandler

GroupListChanged public_oe static_oe property

public static EventHandler GroupListChanged
Résultat EventHandler

LabelItemListChanged public_oe static_oe property

public static EventHandler LabelItemListChanged
Résultat EventHandler

LabelItemTextChanged public_oe static_oe property

public static EventHandler LabelItemTextChanged
Résultat EventHandler