Kstars
SkyObjectUserdata::LinkData Struct Reference
#include <skyobjectuserdata.h>
Public Types | |
enum class | Type { website = 0 , image = 1 } |
Public Attributes | |
QString | title |
Type | type |
QUrl | url |
Detailed Description
Stores the tite and URL of a webpage.
- Note
- As we still have no std::variant support we use an enum.
Definition at line 21 of file skyobjectuserdata.h.
Member Enumeration Documentation
◆ Type
|
strong |
Definition at line 23 of file skyobjectuserdata.h.
Member Data Documentation
◆ title
QString SkyObjectUserdata::LinkData::title |
Definition at line 29 of file skyobjectuserdata.h.
◆ type
Type SkyObjectUserdata::LinkData::type |
Definition at line 31 of file skyobjectuserdata.h.
◆ url
QUrl SkyObjectUserdata::LinkData::url |
Definition at line 30 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-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.