Kstars
11 #include "indicommon.h"
13 #include <indiproperty.h>
16 #include <QHBoxLayout>
60 void buildMenuItem(ISwitch *sw);
61 void buildText(IText *itp);
62 void buildNumber(INumber *inp);
63 void buildLight(ILight *ilp);
64 void buildBLOB(IBLOB *ibp);
76 void setText(
const QString &newText);
77 void setValue(
double value);
82 void setupElementLabel();
83 void setupElementRead(
int length);
84 void setupElementWrite(
int length);
85 void setupElementScale(
int length);
86 void setupBrowseButton();
92 void setBLOBDirty(
bool isDirty)
98 void spinChanged(
double value);
99 void sliderChanged(
int value);
108 INDI_P *guiProp {
nullptr };
110 INDI::Property dataProp;
120 KLed *led_w {
nullptr };
134 ISwitch *sp {
nullptr };
135 INumber *np {
nullptr };
136 IText *tp {
nullptr };
137 ILight *lp {
nullptr };
138 IBLOB *bp {
nullptr };
140 bool blobDirty {
false };
This file is part of the KDE documentation.
Documentation copyright © 1996-2023 The KDE developers.
Generated on Sun Feb 5 2023 04:03:47 by
doxygen 1.8.17 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.