MCPcopy Create free account
hub / github.com/NatLabRockies/SAM / VariableChanged

Method VariableChanged

src/case.cpp:1467–1477  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1465}
1466
1467void Case::VariableChanged( const wxString &var, size_t ndxHybrid)
1468{
1469 // Send the additional case event that this variable
1470 // was programmatically changed and needs to be updated
1471 CaseEvent ce( CaseEvent::VARS_CHANGED, ndxHybrid );
1472 ce.GetVars().Add( var );
1473 SendEvent( ce );
1474
1475 // issue the request for any calculations to be updated as needed
1476 Recalculate( var, ndxHybrid);
1477}
1478
1479void Case::VariablesChanged( const wxArrayString &list, size_t ndxHybrid)
1480{

Callers 7

OnCommandMethod · 0.80
OnEvtMethod · 0.80
special_setMethod · 0.80
RunExcelExchangeMethod · 0.80
fcall_setFunction · 0.80
fcall_valueFunction · 0.80
SetValueMethod · 0.80

Calls 2

GetVarsMethod · 0.80
AddMethod · 0.45

Tested by

no test coverage detected