Home
last modified time | relevance | path

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

/dports/astro/kstars/kstars-3.5.6/kstars/indi/
H A Dtelescopewizardprocess.cpp25 telescopeWizardProcess::telescopeWizardProcess(QWidget *parent) : QDialog(parent) in telescopeWizardProcess() function in telescopeWizardProcess
89 telescopeWizardProcess::~telescopeWizardProcess() in ~telescopeWizardProcess()
96 void telescopeWizardProcess::cancelCheck(void) in cancelCheck()
112 void telescopeWizardProcess::processNext(void) in processNext()
141 void telescopeWizardProcess::processBack(void) in processBack()
173 void telescopeWizardProcess::newTime() in newTime()
188 void telescopeWizardProcess::newLocation() in newLocation()
202 void telescopeWizardProcess::establishLink() in establishLink()
299 void telescopeWizardProcess::scanPorts() in scanPorts()
350 void telescopeWizardProcess::linkSuccess() in linkSuccess()
[all …]
H A Dtelescopewizardprocess.h21 class telescopeWizardProcess : public QDialog
26 explicit telescopeWizardProcess(QWidget *parent = nullptr);
27 ~telescopeWizardProcess();
/dports/astro/kstars/kstars-3.5.6/kstars/
H A Dkstarsactions.cpp663 QPointer<telescopeWizardProcess> twiz = new telescopeWizardProcess(this);