LibreOffice Module vcl (master) 1
Public Member Functions | Public Attributes | List of all members
GLWindow Struct Reference

Holds the information of our new child window. More...

#include <OpenGLContext.hxx>

Inheritance diagram for GLWindow:
[legend]

Public Member Functions

 GLWindow ()
 
virtual bool Synchronize (bool bOnoff) const
 
virtual ~GLWindow ()
 

Public Attributes

unsigned int Width
 
unsigned int Height
 
bool bMultiSampleSupported
 

Detailed Description

Holds the information of our new child window.

Definition at line 23 of file OpenGLContext.hxx.

Constructor & Destructor Documentation

◆ GLWindow()

GLWindow::GLWindow ( )
inline

Definition at line 29 of file OpenGLContext.hxx.

References Height, and Width.

◆ ~GLWindow()

GLWindow::~GLWindow ( )
virtual

Definition at line 34 of file OpenGLContext.cxx.

Member Function Documentation

◆ Synchronize()

bool GLWindow::Synchronize ( bool  bOnoff) const
virtual

Reimplemented in GLX11Window.

Definition at line 38 of file OpenGLContext.cxx.

Member Data Documentation

◆ bMultiSampleSupported

bool GLWindow::bMultiSampleSupported

Definition at line 27 of file OpenGLContext.hxx.

◆ Height

unsigned int GLWindow::Height

◆ Width

unsigned int GLWindow::Width

The documentation for this struct was generated from the following files: