![]() |
PeriDyno 1.0.0
|
#include <WMainWindow.h>
Public Member Functions | |
WMainWindow () | |
~WMainWindow () | |
void | setScene (std::shared_ptr< dyno::SceneGraph > scene) |
WSimulationCanvas * | simCanvas () |
Private Member Functions | |
void | initMenu (Wt::WMenu *) |
void | initLeftPanel (Wt::WContainerWidget *) |
void | start () |
void | stop () |
void | step () |
void | reset () |
void | updateCanvas () |
Private Attributes | |
WSimulationCanvas * | mSceneCanvas |
std::shared_ptr< WNodeDataModel > | mNodeDataModel |
std::shared_ptr< WModuleDataModel > | mModuleDataModel |
std::shared_ptr< WParameterDataNode > | mParameterDataNode |
bool | bRunFlag |
bool | mReset |
std::shared_ptr< dyno::SceneGraph > | mScene = nullptr |
std::shared_ptr< dyno::Node > | mActiveNode |
Wt::WPushButton * | startButton |
Definition at line 18 of file WMainWindow.h.
WMainWindow::WMainWindow | ( | ) |
WMainWindow::~WMainWindow | ( | ) |
Definition at line 62 of file WMainWindow.cpp.
|
private |
Definition at line 120 of file WMainWindow.cpp.
|
private |
Definition at line 67 of file WMainWindow.cpp.
|
private |
void WMainWindow::setScene | ( | std::shared_ptr< dyno::SceneGraph > | scene | ) |
Definition at line 311 of file WMainWindow.cpp.
|
inline |
Definition at line 26 of file WMainWindow.h.
|
private |
|
private |
Definition at line 270 of file WMainWindow.cpp.
|
private |
|
private |
|
private |
Definition at line 47 of file WMainWindow.h.
|
private |
Definition at line 51 of file WMainWindow.h.
|
private |
Definition at line 44 of file WMainWindow.h.
|
private |
Definition at line 43 of file WMainWindow.h.
|
private |
Definition at line 45 of file WMainWindow.h.
|
private |
Definition at line 48 of file WMainWindow.h.
|
private |
Definition at line 50 of file WMainWindow.h.
|
private |
Definition at line 40 of file WMainWindow.h.
|
private |
Definition at line 53 of file WMainWindow.h.