Property | Type | Description | |
---|---|---|---|
ActiveVsp | |||
ActiveZone | |||
ActiveZoneIndex | int | ||
ClipboardMapController | |||
IsClosing | bool | ||
IsMapFocused | bool | ||
MainMapController | |||
MapScrollBarH | |||
MapScrollBarV | |||
MiniMap | |||
TileViewerA | winmaped2.TileViewer | ||
TileViewerB | winmaped2.TileViewer | ||
VspScrollBar | |||
_SelectedEntity | |||
_SelectedZone | |||
bInvokeMinimapPaint | bool | ||
bInvokeRGBSliders | bool | ||
bInvokeRGBText | bool | ||
layerTool | |||
lpSelection | |||
mainWindow | winmaped2.MainWindow | ||
opManager | Operations.OperationManager | ||
pluginManager | Plugins.PluginManager | ||
toolPalette |
Method | Description | |
---|---|---|
FireWriteEvent ( LEventArgs e ) : void | ||
ForceRedraws ( ) : void | ||
InvokeCursorMove ( bool overmap, int x, int y ) : void | ||
IsBaseLayer ( |
||
OpenHelp ( string url ) : void | ||
RedrawMinimap ( ) : void | ||
getSelectedTileB ( LayerType lt ) : int | ||
getSelectedTileF ( LayerType lt ) : int | ||
initScrollBars ( |
||
setSelectedTileB ( LayerType lt, int index ) : void | ||
setSelectedTileF ( LayerType lt, int index ) : void |
Method | Description | |
---|---|---|
MapScrollBar_ValueChanged ( object sender, |
||
OnScroll ( ) : void |
public static FireWriteEvent ( LEventArgs e ) : void | ||
e | LEventArgs | |
return | void |
public static InvokeCursorMove ( bool overmap, int x, int y ) : void | ||
overmap | bool | |
x | int | |
y | int | |
return | void |
public static IsBaseLayer ( |
||
ml | ||
return | bool |
public static getSelectedTileB ( LayerType lt ) : int | ||
lt | LayerType | |
return | int |
public static getSelectedTileF ( LayerType lt ) : int | ||
lt | LayerType | |
return | int |
public static initScrollBars ( |
||
v | ||
h | ||
return | void |
public static setSelectedTileB ( LayerType lt, int index ) : void | ||
lt | LayerType | |
index | int | |
return | void |
public static setSelectedTileF ( LayerType lt, int index ) : void | ||
lt | LayerType | |
index | int | |
return | void |
public static MapController,winmaped2 ClipboardMapController | ||
return |
public static MapController,winmaped2 MainMapController | ||
return |
public static HScrollBar,System.Windows.Forms MapScrollBarH | ||
return |
public static VScrollBar,System.Windows.Forms MapScrollBarV | ||
return |
public static MiniMapControl,winmaped2 MiniMap | ||
return |
public static TileViewer,winmaped2 TileViewerA | ||
return | winmaped2.TileViewer |
public static TileViewer,winmaped2 TileViewerB | ||
return | winmaped2.TileViewer |
public static VScrollBar,System.Windows.Forms VspScrollBar | ||
return |
public static MapEntity,winmaped2 _SelectedEntity | ||
return |
public static MapZone,winmaped2 _SelectedZone | ||
return |
public static Panel,System.Windows.Forms layerTool | ||
return |
public static MainWindow,winmaped2 mainWindow | ||
return | winmaped2.MainWindow |
public static Operations.OperationManager opManager | ||
return | Operations.OperationManager |
public static Plugins.PluginManager pluginManager | ||
return | Plugins.PluginManager |