MCPcopy Create free account
hub / github.com/HertzDevil/0CC-FamiTracker / ItemModified

Method ItemModified

Source/GraphEditor.cpp:244–247  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

242}
243
244void CGraphEditor::ItemModified() { // // //
245 RedrawWindow(NULL);
246 m_pParentWnd->PostMessageW(WM_SEQUENCE_CHANGED, 1);
247}
248
249void CGraphEditor::OnHoverSequenceItem(int idx, int val) { // // //
250 m_pParentWnd->PostMessageW(WM_CURSOR_CHANGE, idx, val);

Callers 7

ModifyItemsMethod · 0.80
DoOnLButtonDownMethod · 0.80
DoOnLButtonMoveMethod · 0.80
DoOnRButtonDownMethod · 0.80
DoOnRButtonMoveMethod · 0.80
ModifyArpSchemeMethod · 0.80
ModifyFlagMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected