Open Inventor Release 2023.2.3
 
Loading...
Searching...
No Matches
SoQtRenderArea.h File Reference

Go to the source code of this file.

Classes

class  SoQtRenderArea
  VSG extension Component for rendering Open Inventor scene graphs. More...
 

Typedefs

typedef SbBool SoQtRenderAreaEventCB(void *userData, QEvent *anyevent)
 se External event callback functions registered with the render area should be of this type.
 
typedef SbBool SoQtRenderAreaRenderCB(void *userData, SoQtRenderArea *rendArea)
 External post rendering callback functions registered with the render area should be of this type.
 

Typedef Documentation

◆ SoQtRenderAreaEventCB

typedef SbBool SoQtRenderAreaEventCB(void *userData, QEvent *anyevent)

se External event callback functions registered with the render area should be of this type.

Definition at line 56 of file SoQtRenderArea.h.

◆ SoQtRenderAreaRenderCB

typedef SbBool SoQtRenderAreaRenderCB(void *userData, SoQtRenderArea *rendArea)

External post rendering callback functions registered with the render area should be of this type.

Definition at line 61 of file SoQtRenderArea.h.