BALL 1.5.0
Loading...
Searching...
No Matches
modularWidgetPlugin.h
Go to the documentation of this file.
1// -*- Mode: C++; tab-width: 2; -*-
2// vi: set ts=2:
3//
4
5#ifndef BALL_VIEW_PLUGIN_MODULARWIDGETPLUGIN_H
6#define BALL_VIEW_PLUGIN_MODULARWIDGETPLUGIN_H
7
8#ifndef BALL_VIEW_PLUGIN_VIEWPLUGIN_H
10#endif
11
12#ifndef BALL_VIEW_KERNEL_MODULARWIDGET_H
14#endif
15
16namespace BALL
17{
18 namespace VIEW
19 {
20 class MainControl;
21
23 {
24 public:
26
35 virtual void setMainControl(MainControl* main_control) { main_control_ = main_control; }
36
37 protected:
39 };
40 }
41}
42
43Q_DECLARE_INTERFACE(BALL::VIEW::ModularWidgetPlugin, "org.ball-project.Plugin.ModularWidgetPlugin/1.0")
44
45#endif // BALL_VIEW_PLUGIN_MODULARWIDGETPLUGIN_H
virtual void setMainControl(MainControl *main_control)