C# 클래스 Bless.Gui.Areas.Plugins.GroupedArea

An area that displays grouped bytes
상속: Area
파일 보기 프로젝트 열기: bwrsandman/Bless-old-fork

공개 메소드들

메소드 설명
CalcWidth ( int n, bool force ) : int
Configure ( XmlNode parentNode ) : void
GetDisplayInfoByOffset ( long off, int &orow, int &obyte, int &ox, int &oy ) : void
GetOffsetByDisplayInfo ( int x, int y, int &digit, GetOffsetFlags &flags ) : long
GroupedArea ( AreaGroup ag ) : System

보호된 메소드들

메소드 설명
RenderRowHighlight ( int i, int p, int n, bool blank, Drawer.HighlightType ht ) : void
RenderRowNormal ( int i, int p, int n, bool blank ) : void

메소드 상세

CalcWidth() 공개 메소드

public CalcWidth ( int n, bool force ) : int
n int
force bool
리턴 int

Configure() 공개 메소드

public Configure ( XmlNode parentNode ) : void
parentNode XmlNode
리턴 void

GetDisplayInfoByOffset() 공개 메소드

public GetDisplayInfoByOffset ( long off, int &orow, int &obyte, int &ox, int &oy ) : void
off long
orow int
obyte int
ox int
oy int
리턴 void

GetOffsetByDisplayInfo() 공개 메소드

public GetOffsetByDisplayInfo ( int x, int y, int &digit, GetOffsetFlags &flags ) : long
x int
y int
digit int
flags GetOffsetFlags
리턴 long

GroupedArea() 공개 메소드

public GroupedArea ( AreaGroup ag ) : System
ag AreaGroup
리턴 System

RenderRowHighlight() 보호된 메소드

protected RenderRowHighlight ( int i, int p, int n, bool blank, Drawer.HighlightType ht ) : void
i int
p int
n int
blank bool
ht Drawer.HighlightType
리턴 void

RenderRowNormal() 보호된 메소드

protected RenderRowNormal ( int i, int p, int n, bool blank ) : void
i int
p int
n int
blank bool
리턴 void