API documentation  2.0rc1
Public Member Functions | List of all members
client::WebGLContextAttributes Class Reference

#include <webgl.h>

Inherits client::Object.

Public Member Functions

bool get_alpha ()
 
void set_alpha (bool)
 
bool get_depth ()
 
void set_depth (bool)
 
bool get_stencil ()
 
void set_stencil (bool)
 
bool get_antialias ()
 
void set_antialias (bool)
 
bool get_premultipliedAlpha ()
 
void set_premultipliedAlpha (bool)
 
bool get_preserveDrawingBuffer ()
 
void set_preserveDrawingBuffer (bool)
 
- Public Member Functions inherited from client::Object
 Object ()
 
template<typename T >
valueOf ()
 
 operator double () const
 
Objectoperator[] (const client::String &name) const
 
void set_ (const client::String &name, Object *v)
 
template<typename T , typename = typename std::enable_if<std::is_arithmetic<T>::value, T>::type>
void set_ (const client::String &name, T v)
 
bool hasOwnProperty (const client::String &name)
 

Member Function Documentation

◆ get_alpha()

bool client::WebGLContextAttributes::get_alpha ( )

◆ get_antialias()

bool client::WebGLContextAttributes::get_antialias ( )

◆ get_depth()

bool client::WebGLContextAttributes::get_depth ( )

◆ get_premultipliedAlpha()

bool client::WebGLContextAttributes::get_premultipliedAlpha ( )

◆ get_preserveDrawingBuffer()

bool client::WebGLContextAttributes::get_preserveDrawingBuffer ( )

◆ get_stencil()

bool client::WebGLContextAttributes::get_stencil ( )

◆ set_alpha()

void client::WebGLContextAttributes::set_alpha ( bool  )

◆ set_antialias()

void client::WebGLContextAttributes::set_antialias ( bool  )

◆ set_depth()

void client::WebGLContextAttributes::set_depth ( bool  )

◆ set_premultipliedAlpha()

void client::WebGLContextAttributes::set_premultipliedAlpha ( bool  )

◆ set_preserveDrawingBuffer()

void client::WebGLContextAttributes::set_preserveDrawingBuffer ( bool  )

◆ set_stencil()

void client::WebGLContextAttributes::set_stencil ( bool  )