MCPcopy Create free account
hub / github.com/YACReader/yacreader / applyTheme

Method applyTheme

YACReader/goto_flow_widget.cpp:47–53  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

45}
46
47void GoToFlowWidget::applyTheme(const Theme &theme)
48{
49 auto goToFlowTheme = theme.goToFlowWidget;
50
51 flow->setBackgroundColor(goToFlowTheme.flowBackgroundColor);
52 flow->setTextColor(goToFlowTheme.flowTextColor);
53}
54
55GoToFlowWidget::~GoToFlowWidget()
56{

Callers

nothing calls this directly

Calls 2

setBackgroundColorMethod · 0.45
setTextColorMethod · 0.45

Tested by

no test coverage detected