MCPcopy Create free account
hub / github.com/bwapi/bwapi / refreshTimer_Tick

Method refreshTimer_Tick

bwapi/BWMemoryEdit/MainWindow.cs:91–103  ·  view source on GitHub ↗

A timer callback used to refresh data items in the list.

(object sender, EventArgs e)

Source from the content-addressed store, hash-verified

89 /// <param name="sender"></param>
90 /// <param name="e"></param>
91 private void refreshTimer_Tick(object sender, EventArgs e)
92 {
93 if (updateMemCheckbox.Checked)
94 {
95 UnitsController.refresh();
96 SpritesController.refresh();
97 ImagesController.refresh();
98 ExtraImagesController.refresh();
99 HPImagesController.refresh();
100 editorGrid.Refresh();
101 compareGrid.Refresh();
102 }
103 }
104
105 /// <summary>
106 /// A callback for when the "Compare" button is clicked.

Callers

nothing calls this directly

Calls 1

refreshMethod · 0.80

Tested by

no test coverage detected