C# 클래스 NekoKun.AbstractFile

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

공개 프로퍼티들

프로퍼티 타입 설명
filename string

보호된 프로퍼티들

프로퍼티 타입 설명
editor AbstractEditor
isDirty bool
pendingDelete bool

공개 메소드들

메소드 설명
AbstractFile ( string filename ) : System
Commit ( ) : void
CreateEditor ( ) : AbstractEditor
Goto ( NavPoint pt ) : void
MakeDirty ( ) : void
PendingDelete ( ) : void
ShowEditor ( ) : void
ToString ( ) : string

보호된 메소드들

메소드 설명
Delete ( ) : void
Save ( ) : void

메소드 상세

AbstractFile() 공개 메소드

public AbstractFile ( string filename ) : System
filename string
리턴 System

Commit() 공개 메소드

public Commit ( ) : void
리턴 void

CreateEditor() 공개 추상적인 메소드

public abstract CreateEditor ( ) : AbstractEditor
리턴 AbstractEditor

Delete() 보호된 메소드

protected Delete ( ) : void
리턴 void

Goto() 공개 메소드

public Goto ( NavPoint pt ) : void
pt NavPoint
리턴 void

MakeDirty() 공개 메소드

public MakeDirty ( ) : void
리턴 void

PendingDelete() 공개 메소드

public PendingDelete ( ) : void
리턴 void

Save() 보호된 추상적인 메소드

protected abstract Save ( ) : void
리턴 void

ShowEditor() 공개 메소드

public ShowEditor ( ) : void
리턴 void

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

프로퍼티 상세

editor 보호되어 있는 프로퍼티

protected AbstractEditor,NekoKun editor
리턴 AbstractEditor

filename 공개적으로 프로퍼티

public string filename
리턴 string

isDirty 보호되어 있는 프로퍼티

protected bool isDirty
리턴 bool

pendingDelete 보호되어 있는 프로퍼티

protected bool pendingDelete
리턴 bool