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