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

Method getPopupMenuFont

Source/UIComponents/CtrlrComponents/CtrlrCombo.cpp:309–312  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

307}
308
309Font CtrlrCombo::CtrlrComboLF::getPopupMenuFont ()
310{
311 return (owner.getOwner().getOwnerPanel().getCtrlrManagerOwner().getFontManager().getFontFromString (owner.getProperty(Ids::uiComboMenuFont)));
312}
313
314void CtrlrCombo::CtrlrComboLF::drawPopupMenuBackground (Graphics &g, int width, int height)
315{

Callers 2

CtrlrMenuSliderMethod · 0.45
createSliderTextBoxMethod · 0.45

Calls 3

getFontFromStringMethod · 0.80
getOwnerMethod · 0.45
getPropertyMethod · 0.45

Tested by

no test coverage detected