SkyMapViewManager
SkyMapViewManager Class Reference
#include <skymapview.h>
Static Public Member Functions | |
static void | addView (const SkyMapView &newView) |
static void | drop () |
static const QList< SkyMapView > & | getViews () |
static const QList< SkyMapView > & | readViews () |
static bool | removeView (const QString &name) |
static bool | save () |
static std::optional< SkyMapView > | viewNamed (const QString &name) |
Detailed Description
Member Function Documentation
◆ addView()
|
inlinestatic |
Add a view.
Definition at line 49 of file skymapview.h.
◆ drop()
|
static |
Drop the list.
Definition at line 177 of file skymapview.cpp.
◆ getViews()
|
inlinestatic |
Get the list of available views.
Definition at line 66 of file skymapview.h.
◆ readViews()
|
static |
Read the list of views from the database.
Definition at line 148 of file skymapview.cpp.
◆ removeView()
|
static |
Remove a view Note: This is currently an O(N) operation.
Definition at line 194 of file skymapview.cpp.
◆ save()
|
static |
Commit the list of views to the database.
Definition at line 112 of file skymapview.cpp.
◆ viewNamed()
|
static |
Get the view with the given name.
- Note
- This is currently an O(N) operation
Definition at line 182 of file skymapview.cpp.
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 4 2024 16:38:45 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:45 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.