SPH
Classes | Enumerations | Functions | Variables
MainWindow.cpp File Reference
#include "gui/windows/MainWindow.h"
#include "gui/Controller.h"
#include "gui/Settings.h"
#include "gui/Utils.h"
#include "gui/objects/CameraJobs.h"
#include "gui/windows/GridPage.h"
#include "gui/windows/GuiSettingsDialog.h"
#include "gui/windows/NodePage.h"
#include "gui/windows/PlotView.h"
#include "gui/windows/RunPage.h"
#include "gui/windows/SessionDialog.h"
#include "io/FileSystem.h"
#include "objects/utility/IteratorAdapters.h"
#include "post/Plot.h"
#include "run/jobs/GeometryJobs.h"
#include "run/jobs/IoJobs.h"
#include "run/jobs/ParticleJobs.h"
#include <fstream>
#include <wx/aboutdlg.h>
#include <wx/aui/auibook.h>
#include <wx/menu.h>
#include <wx/msgdlg.h>

Go to the source code of this file.

Classes

class  NodeManagerCallbacks
 

Enumerations

enum  RunMenuId {
  RUN_START , RUN_START_SCRIPT , RUN_RESTART , RUN_PAUSE ,
  RUN_STOP , RUN_SAVE_STATE , RUN_CREATE_CAMERA , RUN_CLOSE_CURRENT ,
  RUN_CLOSE_ALL
}
 

Functions

wxAuiNotebook * findNotebook ()
 

Variables

constexpr NAMESPACE_SPH_BEGIN int NOTEBOOK_ID = 4257
 
constexpr Size MAX_CACHE_SIZE = 8
 

Enumeration Type Documentation

◆ RunMenuId

enum RunMenuId
Enumerator
RUN_START 
RUN_START_SCRIPT 
RUN_RESTART 
RUN_PAUSE 
RUN_STOP 
RUN_SAVE_STATE 
RUN_CREATE_CAMERA 
RUN_CLOSE_CURRENT 
RUN_CLOSE_ALL 

Definition at line 515 of file MainWindow.cpp.

Function Documentation

◆ findNotebook()

wxAuiNotebook* findNotebook ( )

Definition at line 28 of file MainWindow.cpp.

Variable Documentation

◆ MAX_CACHE_SIZE

constexpr Size MAX_CACHE_SIZE = 8
constexpr

Definition at line 62 of file MainWindow.cpp.

◆ NOTEBOOK_ID

constexpr NAMESPACE_SPH_BEGIN int NOTEBOOK_ID = 4257
constexpr

Definition at line 26 of file MainWindow.cpp.