Home
last modified time | relevance | path

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

/dports/astro/phd2/phd2-2.6.10/
H A Daui_controls.cpp101 void BuildFieldOffsets(const std::vector<int>& fldWidths);
128 SBStateIndicators(SBPanel *panel, std::vector<int>& fldWidths);
169 SBGuideIndicators(SBPanel *panel, std::vector<int>& fldWidths);
184 SBStarIndicators(SBPanel *panel, std::vector<int>& fldWidths);
344 void SBPanel::BuildFieldOffsets(const std::vector<int>& fldWidths) in BuildFieldOffsets() argument
348 for (auto it = fldWidths.rbegin(); it != fldWidths.rend(); it++) in BuildFieldOffsets()
372 SBStarIndicators::SBStarIndicators(SBPanel *panel, std::vector<int>& fldWidths) in SBStarIndicators() argument
381 fldWidths.push_back(satWidth + 1 * panel->emWidth); in SBStarIndicators()
382 fldWidths.push_back(snrLabelWidth + snrValueWidth + 2 * panel->emWidth); in SBStarIndicators()
575 fldWidths.push_back(txtWidth + 2 * m_parentPanel->emWidth); in SBStateIndicatorItem()
[all …]