Home
last modified time | relevance | path

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

/dports/astro/kstars/kstars-3.5.6/kstars/dialogs/
H A Dfovdialog.h100 class TelescopeFL : public QDialog
108 explicit TelescopeFL(QWidget *parent = nullptr);
110 ~TelescopeFL() override = default;
H A Dfovdialog.cpp347 TelescopeFL *telescopeFLDialog = new TelescopeFL(this); in slotComputeTelescopeFL()
392 TelescopeFL::TelescopeFL(QWidget *parent) : QDialog(parent), aperture(nullptr), fNumber(nullptr), a… in TelescopeFL() function in TelescopeFL
428 double TelescopeFL::computeFL() const in computeFL()