Kstars
guimanager.cpp
249 // Hack to give mainTabWidget sometime to remove its item as these calls are coming from a different thread
250 // the clientmanager thread. Sometimes removeTab() requires sometime to be removed properly and hence the wait.
ClientManager manages connection to INDI server, creation of devices, and receiving/sending propertie...
Definition clientmanager.h:39
DeviceInfo is simple class to hold DriverInfo and INDI::BaseDevice associated with a particular devic...
Definition deviceinfo.h:21
GUIManager creates the INDI Control Panel upon receiving a new device.
Definition guimanager.h:34
Q_INVOKABLE QAction * action(const QString &name) const
virtual KActionCollection * actionCollection() const
QString i18nc(const char *context, const char *text, const TYPE &arg...)
QString i18n(const char *text, const TYPE &arg...)
KGuiItem close()
void setChecked(bool)
void setEnabled(bool)
void addWidget(QWidget *widget, int stretch, Qt::Alignment alignment)
void insertStretch(int index, int stretch)
QCoreApplication * instance()
QIcon fromTheme(const QString &name)
void append(QList< T > &&value)
qsizetype count() const const
bool removeOne(const AT &t)
qsizetype size() const const
QMetaObject::Connection connect(const QObject *sender, PointerToMemberFunction signal, Functor functor)
void deleteLater()
bool disconnect(const QMetaObject::Connection &connection)
T qobject_cast(QObject *object)
QObject * sender() const const
QString & remove(QChar ch, Qt::CaseSensitivity cs)
AlignRight
ApplicationState
WA_ShowModal
Window
count
currentIndex
int insertTab(int index, QWidget *page, const QIcon &icon, const QString &label)
void removeTab(int index)
QString tabText(int index) const const
QFuture< ArgsType< Signal > > connect(Sender *sender, Signal signal)
void msleep(unsigned long msecs)
void activateWindow()
height
void hide()
void raise()
void show()
void showNormal()
bool isVisible() const const
width
void setWindowFlags(Qt::WindowFlags type)
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 4 2024 16:38:43 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:43 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.