General Purpose Geodetic Library
|
#include <NsTestDialog.h>
Public Member Functions | |
NsTestDialog (QWidget *parent=0, Qt::WindowFlags flags=0) | |
virtual | ~NsTestDialog () |
QString | className () const |
QWidget * | testPlot () |
Protected Member Functions | |
virtual void | closeEvent (QCloseEvent *) |
Private Slots | |
void | accept () |
void | reject () |
Private Attributes | |
SgPlotCarrier * | carrier_ |
SgPlot * | plot_ |
Definition at line 45 of file NsTestDialog.h.
NsTestDialog::NsTestDialog | ( | QWidget * | parent = 0 , |
Qt::WindowFlags | flags = 0 |
||
) |
A constructor.
Definition at line 55 of file NsTestDialog.cpp.
References accept(), reject(), and testPlot().
|
virtual |
A destructor. Frees allocated memory.
Definition at line 84 of file NsTestDialog.cpp.
References carrier_.
|
privateslot |
Definition at line 95 of file NsTestDialog.cpp.
References className(), SgLogger::DBG, SgLogger::GUI, logger, and SgLogger::write().
Referenced by NsTestDialog().
|
inline |
Definition at line 73 of file NsTestDialog.h.
|
inlineprotectedvirtual |
Definition at line 100 of file NsTestDialog.h.
|
privateslot |
Definition at line 105 of file NsTestDialog.cpp.
References className(), SgLogger::DBG, SgLogger::GUI, logger, and SgLogger::write().
Referenced by NsTestDialog().
QWidget * NsTestDialog::testPlot | ( | ) |
Definition at line 116 of file NsTestDialog.cpp.
References SgCubicSpline::argument(), SgPlotCarrier::AxisType_MJD, carrier_, SgPlotCarrier::createBranch(), SgPlotBranch::data(), SgMJD::getDate(), SgVector::getElement(), SgMatrix::getElement(), NsSetup::getPath2PlotterOutput(), NsSetup::getPlotterOutputFormat(), SgPlotCarrier::listOfBranches(), SgMatrix::nRow(), plot_, SgCubicSpline::prepare4Spline(), SgPlotCarrier::setAxisType(), SgVector::setElement(), SgMatrix::setElement(), SgPlotCarrier::setNameOfColumn(), SgPlot::setOutputFormat(), SgPlotCarrier::setStdVarIdx(), setup, SgCubicSpline::spline(), SgCubicSpline::table(), and tEphem.
Referenced by NsTestDialog().
|
private |
Definition at line 95 of file NsTestDialog.h.
Referenced by ~NsTestDialog(), and testPlot().
|
private |
Definition at line 96 of file NsTestDialog.h.
Referenced by testPlot().