BornAgain
1.19.79
Simulate and fit neutron and x-ray scattering at grazing incidence
|
Public Member Functions | |
Widget3D () | |
~Widget3D () override | |
Camera & | cam () |
void | defaultView () |
Model * | model () |
void | setBackground (QColor const &) |
void | setModel (Model *) |
void | sideView () |
void | topView () |
Private Attributes | |
Canvas * | canvas |
GUI::RealSpace::Widget3D::Widget3D | ( | ) |
|
overridedefault |
Camera & GUI::RealSpace::Widget3D::cam | ( | ) |
Definition at line 37 of file widget.cpp.
References GUI::RealSpace::Canvas::cam(), and canvas.
void GUI::RealSpace::Widget3D::defaultView | ( | ) |
Definition at line 52 of file widget.cpp.
References canvas, and GUI::RealSpace::Canvas::defaultView().
Model * GUI::RealSpace::Widget3D::model | ( | ) |
Definition at line 67 of file widget.cpp.
References canvas, and GUI::RealSpace::Canvas::getModel().
Referenced by setModel().
void GUI::RealSpace::Widget3D::setBackground | ( | QColor const & | color | ) |
Definition at line 42 of file widget.cpp.
References canvas, and GUI::RealSpace::Canvas::setBgColor().
void GUI::RealSpace::Widget3D::setModel | ( | Model * | model | ) |
Definition at line 47 of file widget.cpp.
References canvas, model(), and GUI::RealSpace::Canvas::setModel().
void GUI::RealSpace::Widget3D::sideView | ( | ) |
Definition at line 57 of file widget.cpp.
References canvas, and GUI::RealSpace::Canvas::sideView().
void GUI::RealSpace::Widget3D::topView | ( | ) |
Definition at line 62 of file widget.cpp.
References canvas, and GUI::RealSpace::Canvas::topView().
|
private |
Definition at line 46 of file widget.h.
Referenced by Widget3D(), cam(), defaultView(), model(), setBackground(), setModel(), sideView(), and topView().