MCPcopy Create free account
hub / github.com/ProgerXP/Notepad2e / GetID

Method GetID

scintilla/include/Platform.h:265–265  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

263 virtual void Release();
264
265 FontID GetID() { return fid; }
266 // Alias another font - caller guarantees not to Release
267 void SetID(FontID fid_) { fid = fid_; }
268#if PLAT_WX

Callers 15

AutoCompleteStartMethod · 0.45
CallTipShowMethod · 0.45
DocumentPointFromViewMethod · 0.45
TopLineOfMainMethod · 0.45
RedrawMethod · 0.45
RedrawSelMarginMethod · 0.45
RefreshPixMapsMethod · 0.45
PaintContainsMarginMethod · 0.45
MakeAliasMethod · 0.45
CallTipStartMethod · 0.45
AutoSurfaceMethod · 0.45
SetFontMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected