SoShadowStyleElement(3) Coin SoShadowStyleElement(3)
NAME
SoShadowStyleElement -
The SoShadowStyleElement class is yet to be documented.
FIXME: write doc.
SYNOPSIS
Inherits SoInt32Element.
Public Types
enum StyleFlags { NO_SHADOWING = 0x0, CASTS_SHADOW = 0x1, SHADOWED = 0x2, CASTS_SHADOW_AND_SHADOWED = CASTS_SHADOW|SHADOWED }
Public Member Functions
virtual void init (SoState *state)
FIXME: write doc.
Static Public Member Functions
static SoType getClassTypeId (void)
static int getClassStackIndex (void)
static void * createInstance (void)
static void initClass (void)
static void set (SoState *const state, SoNode *const node, const int styleflags)
FIXME: write doc.
static void set (SoState *const state, const int styleflags)
FIXME: write doc.
static int get (SoState *const state)
FIXME: write doc.
static int getDefault (void)
FIXME: write doc.
Protected Member Functions
virtual ~SoShadowStyleElement ()
Additional Inherited Members
Detailed Description
The SoShadowStyleElement class is yet to be documented.
FIXME: write doc.
Since:
Coin 2.5
Constructor & Destructor Documentation
SoShadowStyleElement::~SoShadowStyleElement (void) [protected], [virtual]
The destructor.
Member Function Documentation
SoType SoShadowStyleElement::getClassTypeId (void) [static]
This static method returns the class type.
Reimplemented from SoInt32Element.
int SoShadowStyleElement::getClassStackIndex (void) [static]
This static method returns the state stack index for the class.
Reimplemented from SoInt32Element.
void * SoShadowStyleElement::createInstance (void) [static]
This API member is considered internal to the library, as it is not likely to be of interest to the application programmer.
void SoShadowStyleElement::initClass (void) [static]
Initialize relevant common data for all instances, like the type system.
Reimplemented from SoInt32Element.
Author
Generated automatically by Doxygen for Coin from the source code.
Version 3.1.3 Wed May 23 2012 SoShadowStyleElement(3)