Open Inventor Release 2024.1.0
 
Loading...
Searching...
No Matches
SoQtInputFocus.h File Reference

Go to the source code of this file.

Macros

#define SO_QT_ALL_FOCUS_EVENTS    (EnterWindowMask | LeaveWindowMask)
 

Functions

 ~SoQtInputFocus ()
 Destructor.
 
virtual void enable (QWidget *w, XtEventHandler f, XtPointer data, void *unused=NULL)
 
virtual void disable (QWidget *w, XtEventHandler f, XtPointer data)
 
virtual const SoEventtranslateEvent (QEvent *event)
 

Macro Definition Documentation

◆ SO_QT_ALL_FOCUS_EVENTS

#define SO_QT_ALL_FOCUS_EVENTS    (EnterWindowMask | LeaveWindowMask)

Definition at line 32 of file SoQtInputFocus.h.

Function Documentation

◆ disable()

virtual void disable ( QWidget *  w,
XtEventHandler  f,
XtPointer  data 
)
virtual

◆ enable()

virtual void enable ( QWidget *  w,
XtEventHandler  f,
XtPointer  data,
void *  unused = NULL 
)
virtual

◆ translateEvent()

virtual const SoEvent * translateEvent ( QEvent *  event)
virtual

◆ ~SoQtInputFocus()

~SoQtInputFocus ( )

Destructor.

Definition at line 56 of file SoQtInputFocus.h.