Kstars
modelmanager.h
Manages models for QML listviews of different types of sky-objects.
Definition modelmanager.h:28
void loadCatalog(const QString &name)
Load objects from the dso db for the catalog with name can be used to retreive the object lists later...
Definition modelmanager.cpp:278
ModelManager(ObsConditions *obs)
Constructor - Creates models for different sky-object types.
Definition modelmanager.cpp:21
SkyObjListModel * returnModel(QString modelName)
Returns model of given type.
Definition modelmanager.cpp:269
void updateAllModels(ObsConditions *obs)
Updates sky-object list models.
Definition modelmanager.cpp:151
This class deals with the observing conditions of the night sky.
Definition obsconditions.h:22
Represents a model for the list of interesting sky-objects to be displayed in the QML interface.
Definition skyobjlistmodel.h:20
Q_OBJECTQ_OBJECT
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 4 2024 16:38:44 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:44 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.