C# Class WorldEditor.frmEditLocation

Mostrar archivo Open project: rotators/tools Class Usage Examples

Public Properties

Property Type Description
Loc Location
Save bool

Public Methods

Method Description
frmEditLocation ( Location Loc, MapParser MapParser, LocationParser LocParser, bool NewLoc ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

SaveProperties ( ) : void
btnAddMap_Click ( object sender, EventArgs e ) : void
btnAssignPID_Click ( object sender, EventArgs e ) : void
btnEditTownMap_Click ( object sender, EventArgs e ) : void
btnEntranceHelp_Click ( object sender, EventArgs e ) : void
btnFlagsHelp_Click ( object sender, EventArgs e ) : void
btnOk_Click ( object sender, EventArgs e ) : void
btnRemoveFromWM_Click ( object sender, EventArgs e ) : void
btnRemoveMap_Click ( object sender, EventArgs e ) : void
chkEncounter_CheckedChanged ( object sender, EventArgs e ) : void
frmEditLocation_Load ( object sender, EventArgs e ) : void
lstMaps_MouseDoubleClick ( object sender, MouseEventArgs e ) : void
lstMaps_MouseDoubleClick_1 ( object sender, MouseEventArgs e ) : void
txtTownImagePath_KeyUp ( object sender, KeyEventArgs e ) : void
txtTownImagePath_Move ( object sender, EventArgs e ) : void
txtTownImagePath_TextChanged ( object sender, EventArgs e ) : void

Method Details

Dispose() protected method

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
return void

frmEditLocation() public method

public frmEditLocation ( Location Loc, MapParser MapParser, LocationParser LocParser, bool NewLoc ) : System
Loc Location
MapParser MapParser
LocParser LocationParser
NewLoc bool
return System

Property Details

Loc public_oe property

public Location Loc
return Location

Save public_oe property

public bool Save
return bool