MCPcopy Create free account
hub / github.com/cxasm/notepad-- / getFoldColor

Function getFoldColor

src/findresultview.cpp:18–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16const int STYLE_DEEP_COLOUR_DEST_FILE = 6;
17
18static void getFoldColor(QColor& fgColor, QColor& bgColor, QColor& activeFgColor)
19{
20 //���￴�������ˣ�����ʵ�ʴ���������
21 fgColor = StyleSet::s_global_style->fold.bgColor;
22 bgColor = StyleSet::s_global_style->fold.fgColor;
23
24 activeFgColor = StyleSet::s_global_style->fold_active.fgColor;
25
26}
27
28void FindResultView::setFoldColor(int margin, QColor fgClack, QColor bkColor, QColor foreActive)
29{

Callers 1

FindResultViewMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected