MCPcopy Create free account
hub / github.com/KDE/labplot / setExportTo

Method setExportTo

src/backend/datasources/filters/FITSFilter.cpp:233–235  ·  view source on GitHub ↗

! * \brief Sets exportTo to \a exportTo * * This is used to decide whether the container should be exported to a FITS image or a FITS table * For an image \a exportTo should be 0, for a table 1 * \param exportTo */

Source from the content-addressed store, hash-verified

231 * \param exportTo
232 */
233void FITSFilter::setExportTo(const int exportTo) {
234 d->exportTo = exportTo;
235}
236
237QString FITSFilter::fileInfoString(const QString& fileName) {
238 const int imagesCount = FITSFilterPrivate::extensionNames(fileName).values(QLatin1String("IMAGES")).size();

Callers 1

exportViewMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected