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.

Constructor & Destructor Documentation

◆ Record()

FITSData::Record::Record ( QString k,
QString v,
QString c )
inline

Definition at line 90 of file fitsdata.h.

Member Data Documentation

◆ comment

QString FITSData::Record::comment

FITS Header Value.

Definition at line 93 of file fitsdata.h.

◆ key

QString FITSData::Record::key

Definition at line 91 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-2024 The KDE developers.
Generated on Tue Mar 26 2024 11:19:04 by doxygen 1.10.0 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.