#ifndef _SATSTAT_TASKS_CONTVISTASK_H#define _SATSTAT_TASKS_CONTVISTASK_H#include <satstat/config.h>#include <list>// Сериализация из boost#include <boost/serialization/access.hpp>#include <boost/serialization/version.hpp>#include <boost/serialization/nvp.hpp>#include <boost/serialization/level.hpp>#include <boost/serialization/export.hpp>#include <satstat/constants.h>#include <satstat/elps_operation.h>#include <satstat/sph_contour.h>#include <satstat/math/utils/isoline.h>#include <satstat/tasks/tasks.h>#include <satstat/tasks/generalizedtask.h>#include <satstat/tasks/legendwidget.h>#include <satstat/tasks/mathtaskproperties.h>//! Виджет настроек задачи "Области видимости"class ContVisTaskPropertiesWidget : public MathTaskPropertiesWidget { Q_OBJECT public: //! Конструктор по умолчанию ContVisTaskPropertiesWidget();
#include <satstat/grid.h>#include <satstat/orbit.h>#include <satstat/datamanager/datamanager.h>#include <satstat/math/interpolation/interpolation.h>#include <satstat/tasks/generalizedtask.h>#include <satstat/tasks/mathtaskproperties.h>#include <satstat/tasks/tasks.h>#include <qwtplot3d/qwt3d_surfaceplot.h>#include <qwtplot3d/qwt3d_function.h>// Сериализация из boost#include <boost/serialization/access.hpp>#include <boost/serialization/version.hpp>#include <boost/serialization/nvp.hpp>#include <boost/serialization/level.hpp>#include <boost/serialization/export.hpp>class ExtremumTypeComboBox : public QComboBox { Q_OBJECT public: //! Конструктор ExtremumTypeComboBox( EmissivePowerTask* task, QWidget* parent=0 )
class MathTaskPropertiesWidget : public QWidget {