1 #ifndef ExoViewer_PlanetsInHZDialog_h
2 #define ExoViewer_PlanetsInHZDialog_h
4 #include "OpenGL_Includes.h"
8 #include "qlistwidget.h"
17 PlanetsInHZDialog(
const std::vector<std::shared_ptr<geAstro::System>>& _systems, QWidget * parent = 0, Qt::WindowFlags f = 0);
26 QListWidget* listWidget_optimistic;
27 QListWidget* listWidget_conservative;
30 void tryToNavigate_o();
31 void tryToNavigate_c();
Definition: PlanetsInHZDialog.h:12
PlanetsInHZDialog(const std::vector< std::shared_ptr< geAstro::System >> &_systems, QWidget *parent=0, Qt::WindowFlags f=0)
Definition: PlanetsInHZDialog.cpp:6
void navigateToWrittenBody(std::string s)
~PlanetsInHZDialog()
Definition: PlanetsInHZDialog.cpp:55
Definition: BodySelectionDialog.h:12