Home
last modified time | relevance | path

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

/dports/astro/kstars/kstars-3.5.6/kstars/ekos/guide/
H A Dguide.h57 Q_PROPERTY(QString st4 READ st4 WRITE setST4)
97 Q_SCRIPTABLE bool setST4(const QString &device);
196 void addST4(ISD::ST4 *setST4);
348 void setST4(int index);
H A Dguide.cpp762 setST4(0); in addST4()
765 bool Guide::setST4(const QString &device) in setST4() function in Ekos::Guide
774 setST4(i); in setST4()
789 void Guide::setST4(int index) in setST4() function in Ekos::Guide
3088 setST4(text); in initConnections()
3261 setST4(ST4Combo->currentText()); in removeDevice()
/dports/astro/kstars/kstars-3.5.6/kstars/ekos/
H A Dmanager.h421 void setST4(ISD::ST4 *);
H A Dmanager.cpp846 connect(INDIListener::Instance(), &INDIListener::newST4, this, &Ekos::Manager::setST4); in start()
2645 void Manager::setST4(ISD::ST4 * st4Driver) in setST4() function in Ekos::Manager
2656 guideProcess->setST4(Options::defaultST4Driver()); in setST4()
/dports/astro/kstars/kstars-3.5.6/
H A DChangeLog2671 … and Guide drivers on explicit set since combobox index does not necessary trigger signal to setST4