#include <BaseAdapterVisu.h>
Definition at line 26 of file BaseAdapterVisu.h.
◆ Plugin
◆ Viewer
◆ BaseAdapterVisu()
FEVV::BaseAdapterVisu::BaseAdapterVisu |
( |
| ) |
|
|
inline |
Constructor.
- Note
- The OpenSceneGraph viewer will be created and initialized if not set (see other constructors).
Definition at line 39 of file BaseAdapterVisu.h.
◆ ~BaseAdapterVisu()
virtual FEVV::BaseAdapterVisu::~BaseAdapterVisu |
( |
| ) |
|
|
inlinevirtual |
◆ apply()
virtual void FEVV::BaseAdapterVisu::apply |
( |
Plugin * |
myPlugin | ) |
|
|
pure virtual |
◆ attach()
virtual void FEVV::BaseAdapterVisu::attach |
( |
Viewer * |
_viewer | ) |
|
|
inlinevirtual |
◆ getViewer()
virtual Viewer* FEVV::BaseAdapterVisu::getViewer |
( |
| ) |
|
|
inlinevirtual |
◆ init()
virtual void FEVV::BaseAdapterVisu::init |
( |
| ) |
|
|
pure virtual |
attach a Window to the current Widget.
- Note
- Must be called by window.init() initialize the widget.
-
Must attach himself to the viewer.
Implemented in FEVV::SimpleAdapterVisu.
◆ isInit()
virtual bool FEVV::BaseAdapterVisu::isInit |
( |
| ) |
const |
|
pure virtual |
◆ isSelected()
virtual bool FEVV::BaseAdapterVisu::isSelected |
( |
| ) |
const |
|
inlinevirtual |
◆ isValid()
virtual bool FEVV::BaseAdapterVisu::isValid |
( |
| ) |
const |
|
pure virtual |
◆ setSelected()
virtual void FEVV::BaseAdapterVisu::setSelected |
( |
const bool |
_isSelected | ) |
|
|
inlinevirtual |
◆ bIsInit
bool FEVV::BaseAdapterVisu::bIsInit = false |
|
protected |
◆ myViewer
Viewer* FEVV::BaseAdapterVisu::myViewer = nullptr |
|
protected |
The documentation for this class was generated from the following file: