C# Class winmaped2.Global

Summary description for Global. not gonna happen, brother.
Mostra file Open project: Bananattack/verge3

Public Properties

Property Type Description
ActiveVsp Vsp24
ActiveZone MapZone
ActiveZoneIndex int
ClipboardMapController MapController
IsClosing bool
IsMapFocused bool
MainMapController MapController
MapScrollBarH System.Windows.Forms.HScrollBar
MapScrollBarV System.Windows.Forms.VScrollBar
MiniMap MiniMapControl
TileViewerA winmaped2.TileViewer
TileViewerB winmaped2.TileViewer
VspScrollBar System.Windows.Forms.VScrollBar
_SelectedEntity MapEntity
_SelectedZone MapZone
bInvokeMinimapPaint bool
bInvokeRGBSliders bool
bInvokeRGBText bool
layerTool System.Windows.Forms.Panel
lpSelection LPanel
mainWindow winmaped2.MainWindow
opManager Operations.OperationManager
pluginManager Plugins.PluginManager
toolPalette ToolPalette

Public Methods

Method Description
FireWriteEvent ( LEventArgs e ) : void
ForceRedraws ( ) : void
InvokeCursorMove ( bool overmap, int x, int y ) : void
IsBaseLayer ( MapLayer ml ) : bool
OpenHelp ( string url ) : void
RedrawMinimap ( ) : void
getSelectedTileB ( LayerType lt ) : int
getSelectedTileF ( LayerType lt ) : int
initScrollBars ( VScrollBar v, HScrollBar h ) : void
setSelectedTileB ( LayerType lt, int index ) : void
setSelectedTileF ( LayerType lt, int index ) : void

Private Methods

Method Description
MapScrollBar_ValueChanged ( object sender, EventArgs e ) : void
OnScroll ( ) : void

Method Details

FireWriteEvent() public static method

public static FireWriteEvent ( LEventArgs e ) : void
e LEventArgs
return void

ForceRedraws() public static method

public static ForceRedraws ( ) : void
return void

InvokeCursorMove() public static method

public static InvokeCursorMove ( bool overmap, int x, int y ) : void
overmap bool
x int
y int
return void

IsBaseLayer() public static method

public static IsBaseLayer ( MapLayer ml ) : bool
ml MapLayer
return bool

OpenHelp() public static method

public static OpenHelp ( string url ) : void
url string
return void

RedrawMinimap() public static method

public static RedrawMinimap ( ) : void
return void

getSelectedTileB() public static method

public static getSelectedTileB ( LayerType lt ) : int
lt LayerType
return int

getSelectedTileF() public static method

public static getSelectedTileF ( LayerType lt ) : int
lt LayerType
return int

initScrollBars() public static method

public static initScrollBars ( VScrollBar v, HScrollBar h ) : void
v System.Windows.Forms.VScrollBar
h System.Windows.Forms.HScrollBar
return void

setSelectedTileB() public static method

public static setSelectedTileB ( LayerType lt, int index ) : void
lt LayerType
index int
return void

setSelectedTileF() public static method

public static setSelectedTileF ( LayerType lt, int index ) : void
lt LayerType
index int
return void

Property Details

ActiveVsp public_oe static_oe property

public static Vsp24,winmaped2 ActiveVsp
return Vsp24

ActiveZone public_oe static_oe property

public static MapZone,winmaped2 ActiveZone
return MapZone

ActiveZoneIndex public_oe static_oe property

public static int ActiveZoneIndex
return int

ClipboardMapController public_oe static_oe property

public static MapController,winmaped2 ClipboardMapController
return MapController

IsClosing public_oe static_oe property

public static bool IsClosing
return bool

IsMapFocused public_oe static_oe property

public static bool IsMapFocused
return bool

MainMapController public_oe static_oe property

public static MapController,winmaped2 MainMapController
return MapController

MapScrollBarH public_oe static_oe property

public static HScrollBar,System.Windows.Forms MapScrollBarH
return System.Windows.Forms.HScrollBar

MapScrollBarV public_oe static_oe property

public static VScrollBar,System.Windows.Forms MapScrollBarV
return System.Windows.Forms.VScrollBar

MiniMap public_oe static_oe property

public static MiniMapControl,winmaped2 MiniMap
return MiniMapControl

TileViewerA public_oe static_oe property

public static TileViewer,winmaped2 TileViewerA
return winmaped2.TileViewer

TileViewerB public_oe static_oe property

public static TileViewer,winmaped2 TileViewerB
return winmaped2.TileViewer

VspScrollBar public_oe static_oe property

public static VScrollBar,System.Windows.Forms VspScrollBar
return System.Windows.Forms.VScrollBar

_SelectedEntity public_oe static_oe property

public static MapEntity,winmaped2 _SelectedEntity
return MapEntity

_SelectedZone public_oe static_oe property

public static MapZone,winmaped2 _SelectedZone
return MapZone

bInvokeMinimapPaint public_oe static_oe property

public static bool bInvokeMinimapPaint
return bool

bInvokeRGBSliders public_oe static_oe property

public static bool bInvokeRGBSliders
return bool

bInvokeRGBText public_oe static_oe property

public static bool bInvokeRGBText
return bool

layerTool public_oe static_oe property

public static Panel,System.Windows.Forms layerTool
return System.Windows.Forms.Panel

lpSelection public_oe static_oe property

public static LPanel,winmaped2 lpSelection
return LPanel

mainWindow public_oe static_oe property

public static MainWindow,winmaped2 mainWindow
return winmaped2.MainWindow

opManager public_oe static_oe property

public static Operations.OperationManager opManager
return Operations.OperationManager

pluginManager public_oe static_oe property

public static Plugins.PluginManager pluginManager
return Plugins.PluginManager

toolPalette public_oe static_oe property

public static ToolPalette,winmaped2 toolPalette
return ToolPalette