BornAgain
1.19.0
Simulate and fit neutron and x-ray scattering at grazing incidence
|
Public Member Functions | |
Widget3D () | |
~Widget3D () | |
Camera & | cam () |
void | defaultView () |
Model * | model () |
void | setBackground (QColor const &) |
void | setModel (Model *) |
void | sideView () |
void | topView () |
Private Attributes | |
Canvas * | canvas |
RealSpace::Widget3D::Widget3D | ( | ) |
|
default |
Camera & RealSpace::Widget3D::cam | ( | ) |
Definition at line 35 of file widget.cpp.
References RealSpace::Canvas::cam(), and canvas.
Referenced by RealSpaceView::getCamera().
void RealSpace::Widget3D::defaultView | ( | ) |
Definition at line 50 of file widget.cpp.
References canvas, and RealSpace::Canvas::defaultView().
Referenced by RealSpaceView::defaultView().
Model * RealSpace::Widget3D::model | ( | ) |
Definition at line 65 of file widget.cpp.
References canvas, and RealSpace::Canvas::getModel().
Referenced by setModel().
void RealSpace::Widget3D::setBackground | ( | QColor const & | color | ) |
Definition at line 40 of file widget.cpp.
References canvas, and RealSpace::Canvas::setBgColor().
void RealSpace::Widget3D::setModel | ( | Model * | model | ) |
Definition at line 45 of file widget.cpp.
References canvas, model(), and RealSpace::Canvas::setModel().
Referenced by RealSpaceView::setModel().
void RealSpace::Widget3D::sideView | ( | ) |
Definition at line 55 of file widget.cpp.
References canvas, and RealSpace::Canvas::sideView().
Referenced by RealSpaceView::sideView().
void RealSpace::Widget3D::topView | ( | ) |
Definition at line 60 of file widget.cpp.
References canvas, and RealSpace::Canvas::topView().
Referenced by RealSpaceView::topView().
|
private |
Definition at line 47 of file widget.h.
Referenced by Widget3D(), cam(), defaultView(), model(), setBackground(), setModel(), sideView(), and topView().