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

Method cacheText

qrenderdoc/Code/QRDUtils.cpp:232–241  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

230 const ICaptureContext *ctxptr = NULL;
231
232 void cacheText(const QWidget *widget)
233 {
234 if(!ctxptr)
235 ctxptr = getCaptureContext(widget);
236
237 if(!ctxptr)
238 return;
239
240 cacheText(*ctxptr);
241 }
242
243 void cacheText(const ICaptureContext &ctx)
244 {

Callers 2

ResIdTextToStringFunction · 0.80
RichResourceTextFormatFunction · 0.80

Calls 11

getCaptureContextFunction · 0.85
GetTruncatedResourceNameFunction · 0.85
toLatin1Method · 0.80
translateFunction · 0.50
QStringFunction · 0.50
ResourceNameCacheIDMethod · 0.45
clearMethod · 0.45
typeMethod · 0.45
argMethod · 0.45
replaceMethod · 0.45
toStringMethod · 0.45

Tested by

no test coverage detected