Kstars
FITSData::Record Struct Reference
#include <fitsdata.h>
Public Member Functions | |
Record (QString k, QString v, QString c) | |
Public Attributes | |
QString | comment |
QString | key |
QVariant | value |
Detailed Description
Object to hold FITS Header records.
Definition at line 87 of file fitsdata.h.
Member Data Documentation
◆ comment
QString FITSData::Record::comment |
FITS Header Value.
Definition at line 93 of file fitsdata.h.
◆ value
QVariant FITSData::Record::value |
FITS Header Key.
Definition at line 92 of file fitsdata.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 Wed Sep 27 2023 04:02:15 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2023 The KDE developers.
Generated on Wed Sep 27 2023 04:02:15 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.