Tulip
4.6.0
Better Visualization Through Research
|
#include <GLInteractor.h>
Public Slots | |
virtual void | compute (tlp::GlMainWidget *) |
virtual void | draw (tlp::GlMainWidget *) |
Public Member Functions | |
GLInteractorComposite (const QIcon &icon, const QString &text="") |
The GLInteractorComposite class behaves like a InteractorComposite but is meant to store GLInteractorComponent.
Definition at line 67 of file GLInteractor.h.
virtual void tlp::GLInteractorComposite::compute | ( | tlp::GlMainWidget * | ) | [virtual, slot] |
Calls the compute method on every sub-components.
virtual void tlp::GLInteractorComposite::draw | ( | tlp::GlMainWidget * | ) | [virtual, slot] |
Calls the draw method on every sub-components.