kstars
scope.h
Go to the documentation of this file.
27 Scope( const QString& id, const QString& model, const QString& vendor, const QString& type, double focalLength, double aperture ) { setScope( id, model, vendor, type, focalLength, aperture ); }
36 void setScope( const QString& _id, const QString& _model, const QString& _vendor, const QString& _type, double _focalLength, double _aperture );
Definition: scope.h:25
Scope(const QString &id, const QString &model, const QString &vendor, const QString &type, double focalLength, double aperture)
Definition: scope.h:27
void setScope(const QString &_id, const QString &_model, const QString &_vendor, const QString &_type, double _focalLength, double _aperture)
Definition: scope.cpp:20
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:36:20 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:36:20 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.