Home
last modified time | relevance | path

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

/dports/astro/phd2/phd2-2.6.10/
H A Dmyframe_events.cpp62 unsigned int idx = Dur_Choice->GetSelection(); in OnExposureDurationSelected()
74 else if (idx == Dur_Choice->GetCount() - 1) in OnExposureDurationSelected()
94 Dur_Choice->SetSelection(0); in OnExposureDurationSelected()
102 Dur_Choice->SetSelection(pos - dur.begin() + 1); // skip Auto in OnExposureDurationSelected()
H A Dmyframe.cpp647Dur_Choice->SetString(1 + exposure_durations.size() - 1, wxString::Format(_("Custom: %g s"), (doub… in SetCustomExposureDuration()
679 Dur_Choice->SetSelection(0); in SetExposureDuration()
686 Dur_Choice->SetSelection(idx + 1); // skip Auto in SetExposureDuration()
860Dur_Choice->SetString(1 + exposure_durations.size() - 1, wxString::Format(_("Custom: %g s"), (doub… in LoadProfileSettings()
956Dur_Choice = new wxComboBox(MainToolbar, BUTTON_DURATION, wxEmptyString, wxDefaultPosition, wxDefa… in SetupToolBar()
958 Dur_Choice->SetToolTip(_("Camera exposure duration")); in SetupToolBar()
959 SetComboBoxWidth(Dur_Choice, 10); in SetupToolBar()
971 MainToolbar->AddControl(Dur_Choice, _("Exposure duration")); in SetupToolBar()
H A Dmyframe.h222 wxComboBox *Dur_Choice; variable