C# 클래스 LabelPlus.LabelFileManager

파일 보기 프로젝트 열기: noodlefighter/LabelPlus 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
FileListChanged EventHandler
GroupListChanged EventHandler
LabelItemListChanged EventHandler
LabelItemTextChanged EventHandler

공개 메소드들

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

비공개 메소드들

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

메소드 상세

AddFile() 공개 메소드

public AddFile ( string file ) : bool
file string
리턴 bool

AddLabelItem() 공개 메소드

public AddLabelItem ( string file, LabelItem item, int insertIndex = -1 ) : bool
file string
item LabelItem
insertIndex int
리턴 bool

DelAllLabelInFile() 공개 메소드

public DelAllLabelInFile ( string file ) : bool
file string
리턴 bool

DelFile() 공개 메소드

public DelFile ( string file ) : bool
file string
리턴 bool

DelLabelItem() 공개 메소드

public DelLabelItem ( string file, int index ) : bool
file string
index int
리턴 bool

FromFile() 공개 메소드

public FromFile ( string path ) : void
path string
리턴 void

LabelFileManager() 공개 메소드

public LabelFileManager ( ) : System
리턴 System

NewLabelFile() 공개 메소드

public NewLabelFile ( string groups ) : bool
groups string
리턴 bool

ToFile() 공개 메소드

public ToFile ( string path ) : bool
path string
리턴 bool

UpdateLabelCategory() 공개 메소드

public UpdateLabelCategory ( string file, int index, int category ) : bool
file string
index int
category int
리턴 bool

UpdateLabelItemText() 공개 메소드

public UpdateLabelItemText ( string file, int index, string text ) : bool
file string
index int
text string
리턴 bool

this() 공개 메소드

public this ( string file, int index ) : LabelItem
file string
index int
리턴 LabelItem

this() 공개 메소드

public this ( string file ) : List
file string
리턴 List

프로퍼티 상세

FileListChanged 공개적으로 정적으로 프로퍼티

public static EventHandler FileListChanged
리턴 EventHandler

GroupListChanged 공개적으로 정적으로 프로퍼티

public static EventHandler GroupListChanged
리턴 EventHandler

LabelItemListChanged 공개적으로 정적으로 프로퍼티

public static EventHandler LabelItemListChanged
리턴 EventHandler

LabelItemTextChanged 공개적으로 정적으로 프로퍼티

public static EventHandler LabelItemTextChanged
리턴 EventHandler