C# Class FiddlerControls.TileDatas

Datei anzeigen Open project: polserver/poltools Class Usage Examples

Public Methods

Method Description
ApplyFilterItem ( ItemData item ) : void
ApplyFilterLand ( LandData land ) : void
OnLoad ( object sender, EventArgs e ) : void
SearchGraphic ( int graphic, bool land ) : bool
SearchName ( string name, bool next, bool land ) : bool
Select ( int graphic, bool land ) : void
TileDatas ( ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
AfterSelectTreeViewItem ( object sender, TreeViewEventArgs e ) : void
AfterSelectTreeViewLand ( object sender, TreeViewEventArgs e ) : void
InitializeComponent ( ) : void

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

OnClickExport ( object sender, EventArgs e ) : void
OnClickImport ( object sender, EventArgs e ) : void
OnClickSaveChanges ( object sender, EventArgs e ) : void
OnClickSaveTiledata ( object sender, EventArgs e ) : void
OnClickSearch ( object sender, EventArgs e ) : void
OnClickSelectInLandtiles ( object sender, EventArgs e ) : void
OnClickSelectItem ( object sender, EventArgs e ) : void
OnClickSelectRadarItem ( object sender, EventArgs e ) : void
OnClickSelectRadarLand ( object sender, EventArgs e ) : void
OnClickSetFilter ( object sender, EventArgs e ) : void
OnFilePathChangeEvent ( ) : void
OnFlagItemCheckItems ( object sender, ItemCheckEventArgs e ) : void
OnFlagItemCheckLandtiles ( object sender, ItemCheckEventArgs e ) : void
OnItemDataNodeExpanded ( object sender, TreeViewCancelEventArgs e ) : void
OnTextChangedItemAnim ( object sender, EventArgs e ) : void
OnTextChangedItemHeight ( object sender, EventArgs e ) : void
OnTextChangedItemHue ( object sender, EventArgs e ) : void
OnTextChangedItemMiscData ( object sender, EventArgs e ) : void
OnTextChangedItemName ( object sender, EventArgs e ) : void
OnTextChangedItemQuality ( object sender, EventArgs e ) : void
OnTextChangedItemQuantity ( object sender, EventArgs e ) : void
OnTextChangedItemStackOff ( object sender, EventArgs e ) : void
OnTextChangedItemUnk1HSA ( object sender, EventArgs e ) : void
OnTextChangedItemUnk2 ( object sender, EventArgs e ) : void
OnTextChangedItemUnk3 ( object sender, EventArgs e ) : void
OnTextChangedItemValue ( object sender, EventArgs e ) : void
OnTextChangedItemWeight ( object sender, EventArgs e ) : void
OnTextChangedLandName ( object sender, EventArgs e ) : void
OnTextChangedLandTexID ( object sender, EventArgs e ) : void
OnTextChangedLandUnkHSA ( object sender, EventArgs e ) : void
OnTileDataChangeEvent ( object sender, int index ) : void
Reload ( ) : void

Method Details

ApplyFilterItem() public static method

public static ApplyFilterItem ( ItemData item ) : void
item ItemData
return void

ApplyFilterLand() public static method

public static ApplyFilterLand ( LandData land ) : void
land LandData
return void

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

OnLoad() public method

public OnLoad ( object sender, EventArgs e ) : void
sender object
e EventArgs
return void

SearchGraphic() public static method

public static SearchGraphic ( int graphic, bool land ) : bool
graphic int
land bool
return bool

SearchName() public static method

public static SearchName ( string name, bool next, bool land ) : bool
name string
next bool
land bool
return bool

Select() public static method

public static Select ( int graphic, bool land ) : void
graphic int
land bool
return void

TileDatas() public method

public TileDatas ( ) : System
return System