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

CullFaceGlobal - CullFace. More...

#include <OgreCgFxScriptLoader.h>

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

Public Member Functions

 CgCullFaceGlobalStateListener ()
 
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 Types

enum  CullFaceType { CFT_FRONT, CFT_BACK, CFT_FRONTANDBACK }
 

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 Vector1i 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

CullFaceGlobal - CullFace.

Definition at line 986 of file OgreCgFxScriptLoader.h.

Member Enumeration Documentation

Enumerator
CFT_FRONT 
CFT_BACK 
CFT_FRONTANDBACK 

Definition at line 989 of file OgreCgFxScriptLoader.h.

Constructor & Destructor Documentation

Ogre::CgFxScriptLoader::CgCullFaceGlobalStateListener::CgCullFaceGlobalStateListener ( )

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::CgCullFaceGlobalStateListener::createState ( )
protectedvirtual
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 Vector1i Ogre::CgFxScriptLoader::CgIntGlobalStateListener::getValue ( CGstateassignment  cgStateAssignment)
protectedinherited
virtual void Ogre::CgFxScriptLoader::CgStateListener::init ( )
virtualinherited
template<class Alloc >
void Ogre::AllocatedObject< Alloc >::operator delete ( void *  ptr)
inlineinherited

Definition at line 96 of file OgreMemoryAllocatedObject.h.

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

Definition at line 102 of file OgreMemoryAllocatedObject.h.

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

Definition at line 108 of file OgreMemoryAllocatedObject.h.

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

Definition at line 113 of file OgreMemoryAllocatedObject.h.

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

Definition at line 119 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 68 of file OgreMemoryAllocatedObject.h.

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

Definition at line 73 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 79 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 86 of file OgreMemoryAllocatedObject.h.

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

Definition at line 91 of file OgreMemoryAllocatedObject.h.

virtual void Ogre::CgFxScriptLoader::CgCullFaceGlobalStateListener::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: