Home
last modified time | relevance | path

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

/dports/astro/phd2/phd2-2.6.10/
H A Daui_controls.h41 class SBStarIndicators; variable
49 SBStarIndicators *m_StarIndicators;
H A Daui_controls.cpp175 class SBStarIndicators class
184 SBStarIndicators(SBPanel *panel, std::vector<int>& fldWidths);
372 SBStarIndicators::SBStarIndicators(SBPanel *panel, std::vector<int>& fldWidths) in SBStarIndicators() function in SBStarIndicators
401 void SBStarIndicators::PositionControls() in PositionControls()
414 void SBStarIndicators::UpdateState(double MassPct, double SNR, bool Saturated) in UpdateState()
913 m_StarIndicators = new SBStarIndicators(m_ctrlPanel, fieldWidths); in PHDStatusBar()