Kstars
#include <skyobjectuserdata.h>
Public Member Functions | |
void | addLink (QString title, QUrl url, Type type) |
auto | findLinkByTitle (const QString &title, const Type type) |
auto | findLinkByTitle (const QString &title, const Type type) const |
LinkList & | images () |
const LinkList & | images () const |
LinkList & | websites () |
const LinkList & | websites () const |
Public Attributes | |
std::map< LinkData::Type, LinkList > | links |
QString | userLog |
Detailed Description
Stores Users' Logs, Pictures and Websites regarding an object in the sky.
Auxiliary information associated with a SkyObject.
- Version
- 2.0
Definition at line 45 of file skyobjectuserdata.h.
Member Function Documentation
◆ addLink()
Definition at line 69 of file skyobjectuserdata.h.
◆ findLinkByTitle() [1/2]
|
inline |
Definition at line 63 of file skyobjectuserdata.h.
◆ findLinkByTitle() [2/2]
|
inline |
Definition at line 57 of file skyobjectuserdata.h.
◆ images() [1/2]
|
inline |
Definition at line 51 of file skyobjectuserdata.h.
◆ images() [2/2]
|
inline |
Definition at line 52 of file skyobjectuserdata.h.
◆ websites() [1/2]
|
inline |
Definition at line 54 of file skyobjectuserdata.h.
◆ websites() [2/2]
|
inline |
Definition at line 55 of file skyobjectuserdata.h.
Member Data Documentation
◆ links
std::map<LinkData::Type, LinkList> SkyObjectUserdata::Data::links |
Definition at line 47 of file skyobjectuserdata.h.
◆ userLog
QString SkyObjectUserdata::Data::userLog |
Definition at line 49 of file skyobjectuserdata.h.
The documentation for this struct was generated from the following file:
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 18 2024 12:16:43 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.