Kstars
SkyObjectUserdata::Data Struct Reference
#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 Data Documentation
◆ links
std::map<LinkData::Type, LinkList> SkyObjectUserdata::Data::links |
Initial value:
{ { Type::website, {} },
{ Type::image, {} } }
Definition at line 47 of file skyobjectuserdata.h.
The documentation for this struct was generated from the following file:
This file is part of the KDE documentation.
Documentation copyright © 1996-2023 The KDE developers.
Generated on Mon May 8 2023 03:57:40 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2023 The KDE developers.
Generated on Mon May 8 2023 03:57:40 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.