OAL::Lens

Search for usage in LXR

OAL::Lens Class Reference

#include <lens.h>

Public Member Functions

 Lens (const QString &id, const QString &model, const QString &vendor, double factor)
 
double factor () const
 
QString id () const
 
QString model () const
 
QString name () const
 
void setLens (const QString &_id, const QString &_model, const QString &_vendor, double _factor)
 
QString vendor () const
 

Detailed Description

Information of lens utilized in the observation.

Definition at line 17 of file lens.h.

Constructor & Destructor Documentation

◆ Lens()

OAL::Lens::Lens ( const QString & id,
const QString & model,
const QString & vendor,
double factor )
inline

Definition at line 20 of file lens.h.

Member Function Documentation

◆ factor()

double OAL::Lens::factor ( ) const
inline

Definition at line 40 of file lens.h.

◆ id()

QString OAL::Lens::id ( ) const
inline

Definition at line 24 of file lens.h.

◆ model()

QString OAL::Lens::model ( ) const
inline

Definition at line 32 of file lens.h.

◆ name()

QString OAL::Lens::name ( ) const
inline

Definition at line 28 of file lens.h.

◆ setLens()

void OAL::Lens::setLens ( const QString & _id,
const QString & _model,
const QString & _vendor,
double _factor )

Definition at line 9 of file lens.cpp.

◆ vendor()

QString OAL::Lens::vendor ( ) const
inline

Definition at line 36 of file lens.h.


The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Tue Mar 26 2024 11:19:05 by doxygen 1.10.0 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.