|
SPH
|
#include "gui/windows/RenderPane.h"#include "gui/MainLoop.h"#include "gui/objects/Colorizer.h"#include "gui/objects/RenderJobs.h"#include "objects/containers/FlatSet.h"#include "quantities/Storage.h"#include "system/Timer.h"#include "thread/CheckFunction.h"#include <iostream>#include <wx/dcclient.h>#include <wx/weakref.h>Go to the source code of this file.
Classes | |
| class | UpdateCameraCallbacks |
Functions | |
| NAMESPACE_SPH_BEGIN void | safeRefresh (wxPanel *panel) |
| Calls Refresh on given main in main thread if the panel still exists. More... | |
| NAMESPACE_SPH_BEGIN void safeRefresh | ( | wxPanel * | panel | ) |
Calls Refresh on given main in main thread if the panel still exists.
Definition at line 17 of file RenderPane.cpp.