MCPcopy Create free account
hub / github.com/RomanKubiak/ctrlr / setStateInformation

Method setStateInformation

Source/Plugin/CtrlrProcessor.cpp:414–422  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

412}
413
414void CtrlrProcessor::setStateInformation (const void* data, int sizeInBytes)
415{
416 _DBG("CtrlrProcessor::setStateInformation");
417 ScopedPointer<XmlElement> xmlState (getXmlFromBinary (data, sizeInBytes));
418 if (xmlState)
419 {
420 setStateInformation (xmlState);
421 }
422}
423
424void CtrlrProcessor::setStateInformation (const XmlElement *xmlState)
425{

Callers 1

CtrlrStandaloneWindowMethod · 0.45

Calls 2

setStateInformationFunction · 0.50
restoreStateMethod · 0.45

Tested by

no test coverage detected