kstars
modelmanager.h
Go to the documentation of this file.
37 enum ModelType {Planet_Model, Star_Model, Constellation_Model, Galaxy_Model, Cluster_Model, Nebula_Model};
69 SkyObjListModel *m_PlanetsModel, *m_StarsModel, *m_GalModel, *m_ConModel, *m_ClustModel, *m_NebModel;
Definition: modelmanager.h:37
Represents a model for the list of interesting sky-objects to be displayed in the QML interface...
Definition: skyobjlistmodel.h:30
SkyObjListModel * returnModel(int type)
Returns model of given type.
Definition: modelmanager.cpp:163
ModelManager(ObsConditions *obs)
Constructor - Creates models for different sky-object types.
Definition: modelmanager.cpp:24
Definition: modelmanager.h:37
void updateModels(ObsConditions *obs)
Updates sky-object list models.
Definition: modelmanager.cpp:52
Definition: modelmanager.h:37
Manages models for QML listviews of different types of sky-objects.
Definition: modelmanager.h:30
This class deals with the observing conditions of the night sky.
Definition: obsconditions.h:31
Definition: modelmanager.h:37
Definition: modelmanager.h:37
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:36:20 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:36:20 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.