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-2025 The KDE developers.
Generated on Fri May 2 2025 12:02:41 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
          Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri May 2 2025 12:02:41 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.