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

An area that displays grouped bytes
Inheritance: Area
Afficher le fichier Open project: bwrsandman/Bless-old-fork

Méthodes publiques

Méthode 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

Méthodes protégées

Méthode 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 méthode

public CalcWidth ( int n, bool force ) : int
n int
force bool
Résultat int

Configure() public méthode

public Configure ( XmlNode parentNode ) : void
parentNode XmlNode
Résultat void

GetDisplayInfoByOffset() public méthode

public GetDisplayInfoByOffset ( long off, int &orow, int &obyte, int &ox, int &oy ) : void
off long
orow int
obyte int
ox int
oy int
Résultat void

GetOffsetByDisplayInfo() public méthode

public GetOffsetByDisplayInfo ( int x, int y, int &digit, GetOffsetFlags &flags ) : long
x int
y int
digit int
flags GetOffsetFlags
Résultat long

GroupedArea() public méthode

public GroupedArea ( AreaGroup ag ) : System
ag AreaGroup
Résultat System

RenderRowHighlight() protected méthode

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
Résultat void

RenderRowNormal() protected méthode

protected RenderRowNormal ( int i, int p, int n, bool blank ) : void
i int
p int
n int
blank bool
Résultat void