1 #ifndef QUARTER_FOCUSHANDLER_H 2 #define QUARTER_FOCUSHANDLER_H 36 #include <QtCore/QObject> 37 #include <Inventor/SbName.h> 41 namespace SIM {
namespace Coin3D {
namespace Quarter {
52 virtual bool eventFilter(
QObject *, QEvent * event);
55 void focusEvent(
const SbName & focusevent);
61 #endif // QUARTER_FOCUSHANDLER_H
Definition: QuarterWidget.h:54
The FocusHandler eventfilter provides Coin with focus in and focus out events, if installed on Quarte...
Definition: FocusHandler.h:45