#include <BALL/VIEW/PLUGIN/modularWidgetPlugin.h>
Definition at line 22 of file modularWidgetPlugin.h.
◆ ~ModularWidgetPlugin()
virtual BALL::VIEW::ModularWidgetPlugin::~ModularWidgetPlugin |
( |
| ) |
|
|
inlinevirtual |
◆ setMainControl()
virtual void BALL::VIEW::ModularWidgetPlugin::setMainControl |
( |
MainControl * | main_control | ) |
|
|
inlinevirtual |
Set the main control. Each widget plugin has to know which main control is responsible for the widget it creates.
Note: The main control has to be set before activating the plugin!
- Parameters
-
main_control | Main control repsonsible for the widget |
Definition at line 35 of file modularWidgetPlugin.h.
◆ main_control_
MainControl* BALL::VIEW::ModularWidgetPlugin::main_control_ |
|
protected |