|
static SoType | getClassTypeId () |
| Returns the type identifier for this class.
|
|
static int | getClassStackIndex () |
| Returns the stack id for this element.
|
|
static void | reset (SoState *state) |
| Reset the element to default values.
|
|
static void | set (SoState *state, Window window, SbGlContextHelper::GLContext context, SbGlContextHelper::Display display, SoGLRenderAction *glAction) |
| Sets the window, context, and glRenderAction info.
|
|
static void | get (SoState *state, Window &window, SbGlContextHelper::GLContext &context, SbGlContextHelper::Display &display, SoGLRenderAction *&glAction) |
| Returns the current window, context, and glRenderAction.
|
|
static void | set (SoState *state, SbGlContextHelper::Drawable window, SbGlContextHelper::GLContext context, SbGlContextHelper::Display display, const SoGLRenderAction *glAction) |
| Sets the window, context, and glRenderAction info.
|
|
static void | get (SoState *state, SbGlContextHelper::Drawable &window, SbGlContextHelper::GLContext &context, SbGlContextHelper::Display &display, const SoGLRenderAction *&glAction) |
| Returns the current window, context, and glRenderAction.
|
|
static SoGLRenderAction * | getAction (SoState *state) |
| Returns the current glRenderAction.
|
|
static SoType | getClassTypeId () |
| Returns type identifier for SoElement class.
|
|
static SoType | getClassTypeId () |
| Returns the type identifier for this class.
|
|
Stores the current window attributes.
This element stores the current window attributes. The current window is defined as the OpenGL window underneath the cursor - or NULL if the cursor is not over an OpenGL window.
SEE ALSO
SoWinRenderArea, SoXtRenderArea, SoQtRenderArea
Definition at line 77 of file SoWindowElement.h.