C# Class Bless.Gui.Areas.Plugins.GroupedArea

An area that displays grouped bytes
Inheritance: Area
Show file Open project: bwrsandman/Bless-old-fork

Public Methods

Method Description
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

Protected Methods

Method Description
RenderRowHighlight ( int i, int p, int n, bool blank, Drawer.HighlightType ht ) : void
RenderRowNormal ( int i, int p, int n, bool blank ) : void

Method Details

CalcWidth() public method

public CalcWidth ( int n, bool force ) : int
n int
force bool
return int

Configure() public method

public Configure ( XmlNode parentNode ) : void
parentNode XmlNode
return void

GetDisplayInfoByOffset() public method

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

GetOffsetByDisplayInfo() public method

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

GroupedArea() public method

public GroupedArea ( AreaGroup ag ) : System
ag AreaGroup
return System

RenderRowHighlight() protected method

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
return void

RenderRowNormal() protected method

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