Свойство | Type | Description | |
---|---|---|---|
FileListChanged | EventHandler | ||
GroupListChanged | EventHandler | ||
LabelItemListChanged | EventHandler | ||
LabelItemTextChanged | EventHandler |
Méthode | Description | |
---|---|---|
AddFile ( string file ) : bool | ||
AddLabelItem ( string file, |
||
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 ) : |
||
this ( string file ) : List |
Méthode | Description | |
---|---|---|
OnFileListChanged ( ) : void | ||
OnGroupListChanged ( ) : void | ||
OnLabelItemListChanged ( ) : void | ||
OnLabelItemTextChanged ( ) : void | ||
addFile ( string file ) : bool | ||
addFilenameToStore ( string nowFilename ) : bool | ||
addLabelItem ( string file, |
||
addLabelToStore ( string nowText, string nowLabelResultValues, string nowFilename ) : void | ||
getLabelFileStartBlocksString ( ) : string | ||
getStrlineType ( string str ) : getStrlineTypeResult | ||
readLabelFileStartBlocks ( string nowText ) : void |
public AddLabelItem ( string file, |
||
file | string | |
item | ||
insertIndex | int | |
Résultat | bool |
public DelAllLabelInFile ( string file ) : bool | ||
file | string | |
Résultat | bool |
public DelLabelItem ( string file, int index ) : bool | ||
file | string | |
index | int | |
Résultat | bool |
public NewLabelFile ( string groups ) : bool | ||
groups | string | |
Résultat | bool |
public UpdateLabelCategory ( string file, int index, int category ) : bool | ||
file | string | |
index | int | |
category | int | |
Résultat | bool |
public UpdateLabelItemText ( string file, int index, string text ) : bool | ||
file | string | |
index | int | |
text | string | |
Résultat | bool |
public this ( string file, int index ) : |
||
file | string | |
index | int | |
Résultat |
public static EventHandler FileListChanged | ||
Résultat | EventHandler |
public static EventHandler GroupListChanged | ||
Résultat | EventHandler |
public static EventHandler LabelItemListChanged | ||
Résultat | EventHandler |