MCPcopy Create free account
hub / github.com/christophhart/HISE / getObject

Method getObject

hi_scripting/scripting/engine/DebugHelpers.cpp:784–795  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

782{ return obj != nullptr ? obj->getProperty(id) : var(); }
783
784DebugableObjectBase* DynamicObjectDebugInformation::getObject()
785{
786 auto v = getVariantCopy();
787
788 if (auto dyn = v.getDynamicObject())
789 {
790 wrapper = new DynamicDebugableObjectWrapper(dyn, id, id);
791 return wrapper.get();
792 }
793
794 return nullptr;
795}
796
797DebugInformationBase::Ptr DebugableObject::Helpers::getDebugInformation(ApiProviderBase* engine, DebugableObjectBase* object)
798{

Callers 15

rebuildTestSignalMethod · 0.45
getNumRowsMethod · 0.45
mouseUpMethod · 0.45
ComponentDragInfoMethod · 0.45
getDragImageMethod · 0.45
stopMethod · 0.45
isValidMethod · 0.45
callRepaintMethod · 0.45
getWithArrayOrObjectMethod · 0.45
getWithArrayOrObjectMethod · 0.45

Calls 2

getDynamicObjectMethod · 0.45
getMethod · 0.45

Tested by

no test coverage detected