Kstars
filtermanager.h
112 bool getFilterAbsoluteFocusDetails(const QString &name, int &focusPos, double &focusTemp, double &focusAlt) const;
162 * @brief getFilterLock Return filter that should be used when running autofocus for the supplied filter
163 * For example, "Red" filter can be locked to use "Lum" when doing autofocus. "Green" filter can be locked to "--"
166 * @return locked filter. "--" indicates no locked filter and whatever current filter should be used.
193 * @brief applyFilterFocusPolicies Check if we need to apply any filter policies for focus operations.
204 // Position. if applyPolicy is true then all filter offsets and autofocus & lock policies are applied.
205 bool setFilterPosition(uint8_t position, Ekos::FilterManager::FilterPolicy policy = ALL_POLICIES);
230 void autoFocusComplete(FocusState completionState, int currentPosition, double currentTemperature, double currentAlt);
235 // Emitted when filter change operation completed successfully including any focus offsets or auto-focus operation
260 void autoFocusDone(FocusState completionState, int currentPosition, double currentTemperature, double currentAlt);
Q_OBJECTQ_OBJECT
QObject * parent() const const
enabled
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 4 2024 16:38:42 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 4 2024 16:38:42 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.