BALL 1.5.0
inputDevPluginHandler.h
Go to the documentation of this file.
1#ifndef BALL_VIEW_PLUGIN_INPUTDEVPLUGINHANDLER_H
2#define BALL_VIEW_PLUGIN_INPUTDEVPLUGINHANDLER_H
3
4#ifndef BALL_PLUGIN_PLUGINHANDLER_H
6#endif
7
8namespace BALL
9{
10 class BALLPlugin;
11
12 namespace VIEW
13 {
14
19 {
20 public:
21 virtual bool canHandle(BALLPlugin* plugin) const;
22
23 protected:
24 virtual bool specificSetup_(BALLPlugin* plugin);
25 virtual bool specificShutdown_(BALLPlugin* plugin);
26 };
27
28 }
29}
30
31#endif //BALL_VIEW_PLUGIN_INPUTDEVPLUGINHANDLER_H
32
Definition: constants.h:13
virtual bool canHandle(BALLPlugin *plugin) const
virtual bool specificShutdown_(BALLPlugin *plugin)
virtual bool specificSetup_(BALLPlugin *plugin)
#define BALL_VIEW_EXPORT
Definition: COMMON/global.h:52