C# 클래스 winmaped2.Global

Summary description for Global. not gonna happen, brother.
파일 보기 프로젝트 열기: Bananattack/verge3

공개 프로퍼티들

프로퍼티 타입 설명
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

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
MapScrollBar_ValueChanged ( object sender, EventArgs e ) : void
OnScroll ( ) : void

메소드 상세

FireWriteEvent() 공개 정적인 메소드

public static FireWriteEvent ( LEventArgs e ) : void
e LEventArgs
리턴 void

ForceRedraws() 공개 정적인 메소드

public static ForceRedraws ( ) : void
리턴 void

InvokeCursorMove() 공개 정적인 메소드

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

IsBaseLayer() 공개 정적인 메소드

public static IsBaseLayer ( MapLayer ml ) : bool
ml MapLayer
리턴 bool

OpenHelp() 공개 정적인 메소드

public static OpenHelp ( string url ) : void
url string
리턴 void

RedrawMinimap() 공개 정적인 메소드

public static RedrawMinimap ( ) : void
리턴 void

getSelectedTileB() 공개 정적인 메소드

public static getSelectedTileB ( LayerType lt ) : int
lt LayerType
리턴 int

getSelectedTileF() 공개 정적인 메소드

public static getSelectedTileF ( LayerType lt ) : int
lt LayerType
리턴 int

initScrollBars() 공개 정적인 메소드

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

setSelectedTileB() 공개 정적인 메소드

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

setSelectedTileF() 공개 정적인 메소드

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

프로퍼티 상세

ActiveVsp 공개적으로 정적으로 프로퍼티

public static Vsp24,winmaped2 ActiveVsp
리턴 Vsp24

ActiveZone 공개적으로 정적으로 프로퍼티

public static MapZone,winmaped2 ActiveZone
리턴 MapZone

ActiveZoneIndex 공개적으로 정적으로 프로퍼티

public static int ActiveZoneIndex
리턴 int

ClipboardMapController 공개적으로 정적으로 프로퍼티

public static MapController,winmaped2 ClipboardMapController
리턴 MapController

IsClosing 공개적으로 정적으로 프로퍼티

public static bool IsClosing
리턴 bool

IsMapFocused 공개적으로 정적으로 프로퍼티

public static bool IsMapFocused
리턴 bool

MainMapController 공개적으로 정적으로 프로퍼티

public static MapController,winmaped2 MainMapController
리턴 MapController

MapScrollBarH 공개적으로 정적으로 프로퍼티

public static HScrollBar,System.Windows.Forms MapScrollBarH
리턴 System.Windows.Forms.HScrollBar

MapScrollBarV 공개적으로 정적으로 프로퍼티

public static VScrollBar,System.Windows.Forms MapScrollBarV
리턴 System.Windows.Forms.VScrollBar

MiniMap 공개적으로 정적으로 프로퍼티

public static MiniMapControl,winmaped2 MiniMap
리턴 MiniMapControl

TileViewerA 공개적으로 정적으로 프로퍼티

public static TileViewer,winmaped2 TileViewerA
리턴 winmaped2.TileViewer

TileViewerB 공개적으로 정적으로 프로퍼티

public static TileViewer,winmaped2 TileViewerB
리턴 winmaped2.TileViewer

VspScrollBar 공개적으로 정적으로 프로퍼티

public static VScrollBar,System.Windows.Forms VspScrollBar
리턴 System.Windows.Forms.VScrollBar

_SelectedEntity 공개적으로 정적으로 프로퍼티

public static MapEntity,winmaped2 _SelectedEntity
리턴 MapEntity

_SelectedZone 공개적으로 정적으로 프로퍼티

public static MapZone,winmaped2 _SelectedZone
리턴 MapZone

bInvokeMinimapPaint 공개적으로 정적으로 프로퍼티

public static bool bInvokeMinimapPaint
리턴 bool

bInvokeRGBSliders 공개적으로 정적으로 프로퍼티

public static bool bInvokeRGBSliders
리턴 bool

bInvokeRGBText 공개적으로 정적으로 프로퍼티

public static bool bInvokeRGBText
리턴 bool

layerTool 공개적으로 정적으로 프로퍼티

public static Panel,System.Windows.Forms layerTool
리턴 System.Windows.Forms.Panel

lpSelection 공개적으로 정적으로 프로퍼티

public static LPanel,winmaped2 lpSelection
리턴 LPanel

mainWindow 공개적으로 정적으로 프로퍼티

public static MainWindow,winmaped2 mainWindow
리턴 winmaped2.MainWindow

opManager 공개적으로 정적으로 프로퍼티

public static Operations.OperationManager opManager
리턴 Operations.OperationManager

pluginManager 공개적으로 정적으로 프로퍼티

public static Plugins.PluginManager pluginManager
리턴 Plugins.PluginManager

toolPalette 공개적으로 정적으로 프로퍼티

public static ToolPalette,winmaped2 toolPalette
리턴 ToolPalette