Kstars
21 double exposure,
int offset,
bool useAutoFocus,
const QString &lockedFilter,
int absFocusPosition);
53 void setOffset(
int _offset)
58 double exposure()
const
62 void setExposure(
double _exposure)
64 m_Exposure = _exposure;
69 return m_LockedFilter;
71 void setLockedFilter(
const QString &_filter)
73 m_LockedFilter = _filter;
76 bool useAutoFocus()
const
78 return m_UseAutoFocus;
80 void setUseAutoFocus(
bool enabled)
82 m_UseAutoFocus = enabled;
85 int absoluteFocusPosition()
87 return m_AbsoluteFocusPosition;
89 void setAbsoluteFocusPosition(
int newAbsFocusPos)
91 m_AbsoluteFocusPosition = newAbsFocusPos;
95 QString m_Id, m_Model, m_Vendor, m_Type, m_Color, m_Name, m_LockedFilter;
97 int m_AbsoluteFocusPosition { 0 };
98 double m_Exposure { 1.0 };
99 bool m_UseAutoFocus {
false };
This file is part of the KDE documentation.
Documentation copyright © 1996-2022 The KDE developers.
Generated on Sat Aug 13 2022 04:01:52 by
doxygen 1.8.17 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.