OGRE  1.7
Object-Oriented Graphics Rendering Engine
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Ogre::CgFxScriptLoader::CgBool4GlobalStateListener Class Reference

Bool4. More...

#include <OgreCgFxScriptLoader.h>

+ Inheritance diagram for Ogre::CgFxScriptLoader::CgBool4GlobalStateListener:
+ Collaboration diagram for Ogre::CgFxScriptLoader::CgBool4GlobalStateListener:

Public Member Functions

 CgBool4GlobalStateListener (const GlobalStateType globalStateType)
 
CGstate getCgState () const
 
virtual void init ()
 
void operator delete (void *ptr)
 
void operator delete (void *ptr, void *)
 
void operator delete (void *ptr, const char *, int, const char *)
 
void operator delete[] (void *ptr)
 
void operator delete[] (void *ptr, const char *, int, const char *)
 
void * operator new (size_t sz, const char *file, int line, const char *func)
 operator new, with debug line info More...
 
void * operator new (size_t sz)
 
void * operator new (size_t sz, void *ptr)
 placement operator new More...
 
void * operator new[] (size_t sz, const char *file, int line, const char *func)
 array operator new, with debug line info More...
 
void * operator new[] (size_t sz)
 
virtual void updatePass (Pass *ogrePass, CGstateassignment cgStateAssignment)
 

Protected Member Functions

void addStateEnumerant (int value, const char *name)
 
virtual void createState ()
 
virtual CGstatecallback getCgCallBackReset ()
 
virtual CGstatecallback getCgCallBackSet ()
 
virtual CGstatecallback getCgCallBackValidate ()
 
CGparameter getCgParameter (CGstateassignment cgStateAssignment)
 
const Vector4b getValue (CGstateassignment cgStateAssignment)
 

Static Protected Member Functions

static CGbool cgCallBackReset (CGstateassignment cgStateAssignment)
 
static CGbool cgCallBackSet (CGstateassignment cgStateAssignment)
 
static CGbool cgCallBackValidate (CGstateassignment cgStateAssignment)
 

Protected Attributes

CGcontext mCgContext
 
CGstate mCgState
 
CGtype mCgType
 
const GlobalStateType mGlobalStateType
 

Detailed Description

Bool4.

Definition at line 602 of file OgreCgFxScriptLoader.h.

Constructor & Destructor Documentation

Ogre::CgFxScriptLoader::CgBool4GlobalStateListener::CgBool4GlobalStateListener ( const GlobalStateType  globalStateType)

Member Function Documentation

void Ogre::CgFxScriptLoader::CgStateListener::addStateEnumerant ( int  value,
const char *  name 
)
protectedinherited
static CGbool Ogre::CgFxScriptLoader::CgStateListener::cgCallBackReset ( CGstateassignment  cgStateAssignment)
staticprotectedinherited
static CGbool Ogre::CgFxScriptLoader::CgStateListener::cgCallBackSet ( CGstateassignment  cgStateAssignment)
staticprotectedinherited
static CGbool Ogre::CgFxScriptLoader::CgStateListener::cgCallBackValidate ( CGstateassignment  cgStateAssignment)
staticprotectedinherited
virtual void Ogre::CgFxScriptLoader::CgGlobalStateListener::createState ( )
protectedvirtualinherited

Implements Ogre::CgFxScriptLoader::CgStateListener.

Reimplemented in Ogre::CgFxScriptLoader::CgStencilOpSeparateGlobalStateListener, Ogre::CgFxScriptLoader::CgStencilMaskSeparateGlobalStateListener, Ogre::CgFxScriptLoader::CgStencilFuncSeparateGlobalStateListener, Ogre::CgFxScriptLoader::CgStencilOpGlobalStateListener, Ogre::CgFxScriptLoader::CgStencilFuncGlobalStateListener, Ogre::CgFxScriptLoader::CgPolygonModeGlobalStateListener, Ogre::CgFxScriptLoader::CgColorMaterialGlobalStateListener, Ogre::CgFxScriptLoader::CgBlendEquationSeparateGlobalStateListener, Ogre::CgFxScriptLoader::CgBlendFuncSeparateGlobalStateListener, Ogre::CgFxScriptLoader::CgBlendFuncGlobalStateListener, Ogre::CgFxScriptLoader::CgAlphaFuncGlobalStateListener, Ogre::CgFxScriptLoader::CgFogCoordSrcGlobalStateListener, Ogre::CgFxScriptLoader::CgCullFaceGlobalStateListener, Ogre::CgFxScriptLoader::CgFrontFaceGlobalStateListener, Ogre::CgFxScriptLoader::CgMagFilterGlobalStateListener, Ogre::CgFxScriptLoader::CgMinFilterGlobalStateListener, Ogre::CgFxScriptLoader::CgTextureEnvModeGlobalStateListener, Ogre::CgFxScriptLoader::CgTexGenModeGlobalStateListener, Ogre::CgFxScriptLoader::CgShadeModelGlobalStateListener, Ogre::CgFxScriptLoader::CgPointSpriteRModeGlobalStateListener, Ogre::CgFxScriptLoader::CgPointSpriteCoordOriginGlobalStateListener, Ogre::CgFxScriptLoader::CgLogicOpGlobalStateListener, Ogre::CgFxScriptLoader::CgLightModelColorControlGlobalStateListener, Ogre::CgFxScriptLoader::CgFogModeGlobalStateListener, Ogre::CgFxScriptLoader::CgFogDistanceModeGlobalStateListener, Ogre::CgFxScriptLoader::CgDepthFuncGlobalStateListener, and Ogre::CgFxScriptLoader::CgBlendEquationGlobalStateListener.

virtual CGstatecallback Ogre::CgFxScriptLoader::CgStateListener::getCgCallBackReset ( )
protectedvirtualinherited
virtual CGstatecallback Ogre::CgFxScriptLoader::CgStateListener::getCgCallBackSet ( )
protectedvirtualinherited
virtual CGstatecallback Ogre::CgFxScriptLoader::CgStateListener::getCgCallBackValidate ( )
protectedvirtualinherited
CGparameter Ogre::CgFxScriptLoader::CgStateListener::getCgParameter ( CGstateassignment  cgStateAssignment)
protectedinherited
CGstate Ogre::CgFxScriptLoader::CgStateListener::getCgState ( ) const
inherited
const Vector4b Ogre::CgFxScriptLoader::CgBool4GlobalStateListener::getValue ( CGstateassignment  cgStateAssignment)
protected
virtual void Ogre::CgFxScriptLoader::CgStateListener::init ( )
virtualinherited
template<class Alloc >
void Ogre::AllocatedObject< Alloc >::operator delete ( void *  ptr)
inlineinherited

Definition at line 95 of file OgreMemoryAllocatedObject.h.

template<class Alloc >
void Ogre::AllocatedObject< Alloc >::operator delete ( void *  ptr,
void *   
)
inlineinherited

Definition at line 101 of file OgreMemoryAllocatedObject.h.

template<class Alloc >
void Ogre::AllocatedObject< Alloc >::operator delete ( void *  ptr,
const char *  ,
int  ,
const char *   
)
inlineinherited

Definition at line 107 of file OgreMemoryAllocatedObject.h.

template<class Alloc >
void Ogre::AllocatedObject< Alloc >::operator delete[] ( void *  ptr)
inlineinherited

Definition at line 112 of file OgreMemoryAllocatedObject.h.

template<class Alloc >
void Ogre::AllocatedObject< Alloc >::operator delete[] ( void *  ptr,
const char *  ,
int  ,
const char *   
)
inlineinherited

Definition at line 118 of file OgreMemoryAllocatedObject.h.

template<class Alloc >
void* Ogre::AllocatedObject< Alloc >::operator new ( size_t  sz,
const char *  file,
int  line,
const char *  func 
)
inlineinherited

operator new, with debug line info

Definition at line 67 of file OgreMemoryAllocatedObject.h.

template<class Alloc >
void* Ogre::AllocatedObject< Alloc >::operator new ( size_t  sz)
inlineinherited

Definition at line 72 of file OgreMemoryAllocatedObject.h.

template<class Alloc >
void* Ogre::AllocatedObject< Alloc >::operator new ( size_t  sz,
void *  ptr 
)
inlineinherited

placement operator new

Definition at line 78 of file OgreMemoryAllocatedObject.h.

template<class Alloc >
void* Ogre::AllocatedObject< Alloc >::operator new[] ( size_t  sz,
const char *  file,
int  line,
const char *  func 
)
inlineinherited

array operator new, with debug line info

Definition at line 85 of file OgreMemoryAllocatedObject.h.

template<class Alloc >
void* Ogre::AllocatedObject< Alloc >::operator new[] ( size_t  sz)
inlineinherited

Definition at line 90 of file OgreMemoryAllocatedObject.h.

virtual void Ogre::CgFxScriptLoader::CgBool4GlobalStateListener::updatePass ( Pass ogrePass,
CGstateassignment  cgStateAssignment 
)
virtual

Member Data Documentation

CGcontext Ogre::CgFxScriptLoader::CgStateListener::mCgContext
protectedinherited

Definition at line 556 of file OgreCgFxScriptLoader.h.

CGstate Ogre::CgFxScriptLoader::CgStateListener::mCgState
protectedinherited

Definition at line 554 of file OgreCgFxScriptLoader.h.

CGtype Ogre::CgFxScriptLoader::CgStateListener::mCgType
protectedinherited

Definition at line 555 of file OgreCgFxScriptLoader.h.

const GlobalStateType Ogre::CgFxScriptLoader::CgGlobalStateListener::mGlobalStateType
protectedinherited

Definition at line 584 of file OgreCgFxScriptLoader.h.


The documentation for this class was generated from the following file: