C# 클래스 Peg.Base.PrintNode

파일 보기 프로젝트 열기: Andos/BinaryFileSchema

공개 메소드들

메소드 설명
IsLeaf ( PegNode p ) : bool
IsSkip ( PegNode p ) : bool
LenDistNext ( PegNode p, bool bAlignVertical, int &nOffsetLineBeg, int nLevel ) : int
LenLeaf ( PegNode p ) : int
LenMaxLine ( ) : int
LenNodeBeg ( PegNode p ) : int
LenNodeEnd ( PegNode p ) : int
PrintDistNext ( PegNode p, bool bAlignVertical, int &nOffsetLineBeg, int nLevel ) : void
PrintLeaf ( PegNode p, int &nOffsetLineBeg, bool bAlignVertical ) : void
PrintNodeBeg ( PegNode p, bool bAlignVertical, int &nOffsetLineBeg, int nLevel ) : void
PrintNodeEnd ( PegNode p, bool bAlignVertical, int &nOffsetLineBeg, int nLevel ) : void

메소드 상세

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

public abstract IsLeaf ( PegNode p ) : bool
p PegNode
리턴 bool

IsSkip() 공개 메소드

public IsSkip ( PegNode p ) : bool
p PegNode
리턴 bool

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

public abstract LenDistNext ( PegNode p, bool bAlignVertical, int &nOffsetLineBeg, int nLevel ) : int
p PegNode
bAlignVertical bool
nOffsetLineBeg int
nLevel int
리턴 int

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

public abstract LenLeaf ( PegNode p ) : int
p PegNode
리턴 int

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

public abstract LenMaxLine ( ) : int
리턴 int

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

public abstract LenNodeBeg ( PegNode p ) : int
p PegNode
리턴 int

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

public abstract LenNodeEnd ( PegNode p ) : int
p PegNode
리턴 int

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

public abstract PrintDistNext ( PegNode p, bool bAlignVertical, int &nOffsetLineBeg, int nLevel ) : void
p PegNode
bAlignVertical bool
nOffsetLineBeg int
nLevel int
리턴 void

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

public abstract PrintLeaf ( PegNode p, int &nOffsetLineBeg, bool bAlignVertical ) : void
p PegNode
nOffsetLineBeg int
bAlignVertical bool
리턴 void

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

public abstract PrintNodeBeg ( PegNode p, bool bAlignVertical, int &nOffsetLineBeg, int nLevel ) : void
p PegNode
bAlignVertical bool
nOffsetLineBeg int
nLevel int
리턴 void

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

public abstract PrintNodeEnd ( PegNode p, bool bAlignVertical, int &nOffsetLineBeg, int nLevel ) : void
p PegNode
bAlignVertical bool
nOffsetLineBeg int
nLevel int
리턴 void