MCPcopy Create free account
hub / github.com/baldurk/renderdoc / CurAction

Method CurAction

qrenderdoc/Windows/PythonShell.cpp:493–493  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

491 return m_Obj.CurSelectedAction();
492 }
493 virtual const ActionDescription *CurAction() override { return m_Obj.CurAction(); }
494 virtual const ActionDescription *GetFirstAction() override { return m_Obj.GetFirstAction(); }
495 virtual const ActionDescription *GetLastAction() override { return m_Obj.GetLastAction(); }
496 virtual const rdcarray<ActionDescription> &CurRootActions() override

Callers 15

GetActionContextMethod · 0.45
GetOutputTargetsMethod · 0.45
GetReadOnlyResourcesMethod · 0.45
on_stepNext_clickedMethod · 0.45
on_stepPrev_clickedMethod · 0.45
jumpToPrimitiveMethod · 0.45
ConfigureColumnsFunction · 0.45
RT_FetchVertexPipeDataFunction · 0.45
stageRowMenuMethod · 0.45
OnEventChangedMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected