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 
8 namespace 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 
BALL::VIEW::InputDevPluginHandler
Definition: inputDevPluginHandler.h:18
BALL::BALLPlugin
Definition: BALLPlugin.h:20
BALL
Definition: constants.h:12
BALL::PluginHandler
Definition: pluginHandler.h:27
pluginHandler.h
BALL_VIEW_EXPORT
#define BALL_VIEW_EXPORT
Definition: COMMON/global.h:52