|
SHAPER 9.16.0
|
Interface to ViewWindow object which contains 3d scene. More...
#include <ModuleBase_IViewWindow.h>

Public Member Functions | |
| ModuleBase_IViewWindow () | |
| Default constructor. More... | |
| virtual | ~ModuleBase_IViewWindow () |
| Virtual destructor. More... | |
| virtual Handle | v3dView () const =0 |
| Returns OCCT object which contains 3d view object. More... | |
| virtual QWidget * | viewPort () const =0 |
| Returns the view window view port. More... | |
Interface to ViewWindow object which contains 3d scene.
| ModuleBase_IViewWindow::ModuleBase_IViewWindow | ( | ) |
Default constructor.
|
virtual |
Virtual destructor.
|
pure virtual |
Returns OCCT object which contains 3d view object.
Implemented in SHAPERGUI_SalomeView.
|
pure virtual |
Returns the view window view port.
Implemented in SHAPERGUI_SalomeView.