1 #ifndef ExoViewer_NavigateToDialog_h
2 #define ExoViewer_NavigateToDialog_h
4 #include "OpenGL_Includes.h"
16 NavigateToDialog(
const std::vector<std::string>& _bodyNames, QWidget * parent = 0, Qt::WindowFlags f = 0);
~NavigateToDialog()
Definition: NavigateToDialog.cpp:36
Definition: NavigateToDialog.h:11
NavigateToDialog(const std::vector< std::string > &_bodyNames, QWidget *parent=0, Qt::WindowFlags f=0)
Definition: NavigateToDialog.cpp:8
void navigateToWrittenBody(std::string s)
Definition: BodySelectionDialog.h:12