Home
last modified time | relevance | path

Searched refs:raPulseColor (Results 1 – 2 of 2) sorted by relevance

/dports/astro/kstars/kstars-3.5.6/kstars/ekos/guide/
H A Dguidedriftgraph.cpp113 QColor raPulseColor(KStarsData::Instance()->colorScheme()->colorNamed("RAGuideError")); in GuideDriftGraph() local
114 raPulseColor.setAlpha(75); in GuideDriftGraph()
115 graph(GuideGraph::G_RA_PULSE)->setPen(QPen(raPulseColor)); in GuideDriftGraph()
116 graph(GuideGraph::G_RA_PULSE)->setBrush(QBrush(raPulseColor, Qt::Dense4Pattern)); in GuideDriftGraph()
759 QColor raPulseColor(KStarsData::Instance()->colorScheme()->colorNamed("RAGuideError")); in refreshColorScheme() local
760 raPulseColor.setAlpha(75); in refreshColorScheme()
761 graph(GuideGraph::G_RA_PULSE)->setPen(QPen(raPulseColor)); in refreshColorScheme()
762 graph(GuideGraph::G_RA_PULSE)->setBrush(QBrush(raPulseColor, Qt::Dense4Pattern)); in refreshColorScheme()
/dports/astro/kstars/kstars-3.5.6/kstars/ekos/analyze/
H A Danalyze.cpp1729 auto raPulseColor = KStarsData::Instance()->colorScheme()->colorNamed("RAGuideError"); in initStatsPlot() local
1730 raPulseColor.setAlpha(75); in initStatsPlot()
1731 …RA_PULSE_GRAPH = initGraphAndCB(statsPlot, pulseAxis, QCPGraph::lsLine, raPulseColor, "RAp", raPul… in initStatsPlot()
1733 statsPlot->graph(RA_PULSE_GRAPH)->setBrush(QBrush(raPulseColor, Qt::Dense4Pattern)); in initStatsPlot()