C# Class winmaped2.map_plugins.DragToolBase

Inheritance: IMapDragTileTool, IMapPainter, IMapPlugin
Afficher le fichier Open project: Bananattack/verge3

Protected Properties

Свойство Type Description
img pr2.IRenderImage
mei MapEventInfo

Méthodes publiques

Méthode Description
MouseDown ( MapEventInfo mei ) : void
MouseMove ( MapEventInfo mei ) : void
MouseMoveTile ( MapEventInfo mei ) : void
MouseUp ( MapEventInfo mei ) : void
getTool ( bool lb, bool rb, bool shift, bool ctrl, bool alt ) : IMapTool
paintMap ( MapEventInfo mei, pr2 img ) : void
paintWindow ( MapEventInfo mdi, Graphics g ) : void
tweakLayer ( MapEventInfo mei ) : void

Méthodes protégées

Méthode Description
onPaint ( ) : void
onSet ( ) : void
onTweak ( ) : void

Method Details

MouseDown() public méthode

public MouseDown ( MapEventInfo mei ) : void
mei MapEventInfo
Résultat void

MouseMove() public méthode

public MouseMove ( MapEventInfo mei ) : void
mei MapEventInfo
Résultat void

MouseMoveTile() public méthode

public MouseMoveTile ( MapEventInfo mei ) : void
mei MapEventInfo
Résultat void

MouseUp() public méthode

public MouseUp ( MapEventInfo mei ) : void
mei MapEventInfo
Résultat void

getTool() public méthode

public getTool ( bool lb, bool rb, bool shift, bool ctrl, bool alt ) : IMapTool
lb bool
rb bool
shift bool
ctrl bool
alt bool
Résultat IMapTool

onPaint() protected abstract méthode

protected abstract onPaint ( ) : void
Résultat void

onSet() protected abstract méthode

protected abstract onSet ( ) : void
Résultat void

onTweak() protected abstract méthode

protected abstract onTweak ( ) : void
Résultat void

paintMap() public méthode

public paintMap ( MapEventInfo mei, pr2 img ) : void
mei MapEventInfo
img pr2
Résultat void

paintWindow() public méthode

public paintWindow ( MapEventInfo mdi, Graphics g ) : void
mdi MapEventInfo
g System.Drawing.Graphics
Résultat void

tweakLayer() public méthode

public tweakLayer ( MapEventInfo mei ) : void
mei MapEventInfo
Résultat void

Property Details

img protected_oe property

protected pr2.IRenderImage img
Résultat pr2.IRenderImage

mei protected_oe property

protected MapEventInfo mei
Résultat MapEventInfo