# Home    # nevrax.com   
Nevrax
Nevrax.org
#News
#Mailing-list
#Documentation
#CVS
#Bugs
#License
Docs
 
Documentation  
Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages   Search  

NL3D::CDriverUser Member List

This is the complete list of members for NL3D::CDriverUser, including all inherited members.
_AsyncTextureManagerNL3D::CDriverUser [protected]
_CurrentMatrixContextNL3D::CDriverUser [protected]
_DriverNL3D::CDriverUser [protected]
_FontManagerNL3D::CDriverUser [protected]
_LodCharacterManagerNL3D::CDriverUser [protected]
_MaterialsNL3D::CDriverUser [protected]
_MatFlatNL3D::CDriverUser [protected]
_MatTextNL3D::CDriverUser [protected]
_MeshSkinManagerNL3D::CDriverUser [protected]
_PBLineNL3D::CDriverUser [protected]
_PBQuadNL3D::CDriverUser [protected]
_PBTriNL3D::CDriverUser [protected]
_ScenesNL3D::CDriverUser [protected]
_ShapeBankNL3D::CDriverUser [protected]
_StaticInitNL3D::CDriverUser [protected, static]
_TextContextsNL3D::CDriverUser [protected]
_TexturesNL3D::CDriverUser [protected]
_VBColorNL3D::CDriverUser [protected]
_VBColorUvNL3D::CDriverUser [protected]
_VBFlatNL3D::CDriverUser [protected]
_VBQuadsColUvNL3D::CDriverUser [protected]
_VBUvNL3D::CDriverUser [protected]
_WindowInitNL3D::CDriverUser [protected]
abortId enum valueNL3D::UDriver
abortRetryIgnoreType enum valueNL3D::UDriver
activate(void)NL3D::CDriverUser [virtual]
asteriskIcon enum valueNL3D::UDriver
AsyncListenerNL3D::UDriver
cancelId enum valueNL3D::UDriver
CDriverUser()NL3D::CDriverUser
clearBuffers(CRGBA col=CRGBA(255, 255, 255, 255))NL3D::CDriverUser [virtual]
clearRGBABuffer(CRGBA col=CRGBA(255, 255, 255, 255))NL3D::CDriverUser [virtual]
clearZBuffer()NL3D::CDriverUser [virtual]
convMat(UMaterial &mat)NL3D::CDriverUser [protected]
create3dMouseListener()NL3D::CDriverUser [virtual]
createDriver()NL3D::UDriver [static]
createMaterial()NL3D::CDriverUser [virtual]
createScene()NL3D::CDriverUser [virtual]
createTextContext(const std::string fontFileName, const std::string fontExFileName="")NL3D::CDriverUser [virtual]
createTextureFile(const std::string &file)NL3D::CDriverUser [virtual]
createTextureRaw()NL3D::CDriverUser [virtual]
delete3dMouseListener(U3dMouseListener *listener)NL3D::CDriverUser [virtual]
deleteMaterial(UMaterial *mat)NL3D::CDriverUser [virtual]
deleteScene(UScene *scene)NL3D::CDriverUser [virtual]
deleteTextContext(UTextContext *textContext)NL3D::CDriverUser [virtual]
deleteTextureFile(UTextureFile *textfile)NL3D::CDriverUser [virtual]
deleteTextureRaw(UTextureRaw *textraw)NL3D::CDriverUser [virtual]
disableHardwareTextureShader()NL3D::CDriverUser [virtual]
disableHardwareVertexArrayAGP()NL3D::CDriverUser [virtual]
disableHardwareVertexProgram()NL3D::CDriverUser [virtual]
drawBitmap(float x, float y, float width, float height, class UTexture &texture, bool blend=true, CRGBA col=CRGBA(255, 255, 255, 255))NL3D::CDriverUser [virtual]
drawLine(const NLMISC::CLine &tri, UMaterial &mat)NL3D::CDriverUser [virtual]
drawLine(const NLMISC::CLineColor &tri, UMaterial &mat)NL3D::CDriverUser [virtual]
drawLine(const NLMISC::CLineUV &tri, UMaterial &mat)NL3D::CDriverUser [virtual]
drawLine(const NLMISC::CLineColorUV &tri, UMaterial &mat)NL3D::CDriverUser [virtual]
drawLine(float x0, float y0, float x1, float y1, CRGBA col=CRGBA(255, 255, 255, 255))NL3D::CDriverUser [virtual]
drawQuad(const NLMISC::CQuad &tri, UMaterial &mat)NL3D::CDriverUser [virtual]
drawQuad(const NLMISC::CQuadColor &tri, UMaterial &mat)NL3D::CDriverUser [virtual]
drawQuad(const NLMISC::CQuadUV &tri, UMaterial &mat)NL3D::CDriverUser [virtual]
drawQuad(const NLMISC::CQuadColorUV &tri, UMaterial &mat)NL3D::CDriverUser [virtual]
drawQuad(float x0, float y0, float x1, float y1, CRGBA col)NL3D::CDriverUser [virtual]
drawQuad(float xcenter, float ycenter, float radius, CRGBA col)NL3D::CDriverUser [virtual]
drawQuads(const std::vector< NLMISC::CQuadColorUV > &tri, UMaterial &mat)NL3D::CDriverUser [virtual]
drawQuads(const NLMISC::CQuadColorUV *quads, uint32 nbQuads, UMaterial &mat)NL3D::CDriverUser [virtual]
drawTriangle(const NLMISC::CTriangle &tri, UMaterial &mat)NL3D::CDriverUser [virtual]
drawTriangle(const NLMISC::CTriangleColor &tri, UMaterial &mat)NL3D::CDriverUser [virtual]
drawTriangle(const NLMISC::CTriangleUV &tri, UMaterial &mat)NL3D::CDriverUser [virtual]
drawTriangle(const NLMISC::CTriangleColorUV &tri, UMaterial &mat)NL3D::CDriverUser [virtual]
drawTriangle(float x0, float y0, float x1, float y1, float x2, float y2, CRGBA col)NL3D::CDriverUser [virtual]
drawWiredQuad(float x0, float y0, float x1, float y1, CRGBA col)NL3D::CDriverUser [virtual]
drawWiredQuad(float xcenter, float ycenter, float radius, CRGBA col)NL3D::CDriverUser [virtual]
enableFog(bool enable)NL3D::CDriverUser [virtual]
enableLight(uint8 num, bool enable=true)NL3D::CDriverUser [virtual]
enableLowLevelKeyboard(bool enable)NL3D::CDriverUser [virtual]
enableLowLevelMouse(bool enable)NL3D::CDriverUser [virtual]
enableUsedTextureMemorySum(bool enable)NL3D::CDriverUser [virtual]
enumModes()NL3D::CDriverUser [virtual]
errorIcon enum valueNL3D::UDriver
EventServerNL3D::UDriver
exclamationIcon enum valueNL3D::UDriver
fillBuffer(CBitmap &bitmap)NL3D::CDriverUser [virtual]
Filled enum valueNL3D::UDriver
fogEnabled()NL3D::CDriverUser [virtual]
forceDXTCCompression(bool dxtcComp)NL3D::CDriverUser [virtual]
forceTextureResize(uint divisor)NL3D::CDriverUser [virtual]
getBuffer(CBitmap &bitmap)NL3D::CDriverUser [virtual]
getBufferPart(CBitmap &bitmap, NLMISC::CRect &rect)NL3D::CDriverUser [virtual]
getDriver()NL3D::CDriverUser [inline]
getDriverInformation()NL3D::CDriverUser [virtual]
getFontManagerCacheInformation() constNL3D::CDriverUser [virtual]
getFrustum()NL3D::CDriverUser [virtual]
getImplementationVersion() constNL3D::CDriverUser [virtual]
getLastAsyncTextureSizeGot() constNL3D::CDriverUser [virtual]
getLowLevelInputDeviceManager()NL3D::CDriverUser [virtual]
getModelMatrix()NL3D::CDriverUser [virtual]
getNbTextureStages()NL3D::CDriverUser [virtual]
getPolygonMode()NL3D::CDriverUser [virtual]
getScissor()NL3D::CDriverUser [virtual]
getShapeBank()NL3D::CDriverUser [inline, virtual]
getTotalAsyncTextureSizeAsked() constNL3D::CDriverUser [virtual]
getUsedTextureMemory() constNL3D::CDriverUser [virtual]
getVideocardInformation()NL3D::CDriverUser [virtual]
getViewMatrix()NL3D::CDriverUser [virtual]
getViewport()NL3D::CDriverUser [virtual]
getWindowHeight()NL3D::CDriverUser [virtual]
getWindowSize(uint32 &width, uint32 &height)NL3D::CDriverUser [virtual]
getWindowWidth()NL3D::CDriverUser [virtual]
getZBuffer(std::vector< float > &zbuffer)NL3D::CDriverUser [virtual]
getZBufferPart(std::vector< float > &zbuffer, NLMISC::CRect &rect)NL3D::CDriverUser [virtual]
handIcon enum valueNL3D::UDriver
iconCount enum valueNL3D::UDriver
idCount enum valueNL3D::UDriver
ignoreId enum valueNL3D::UDriver
informationIcon enum valueNL3D::UDriver
isActive()NL3D::CDriverUser [virtual]
Line enum valueNL3D::UDriver
loadHLSBank(const std::string &fileName)NL3D::CDriverUser [virtual]
noIcon enum valueNL3D::UDriver
noId enum valueNL3D::UDriver
okCancelType enum valueNL3D::UDriver
okId enum valueNL3D::UDriver
okType enum valueNL3D::UDriver
Point enum valueNL3D::UDriver
profileAllocatedTextureMemory()NL3D::CDriverUser [virtual]
profileRenderedPrimitives(CPrimitiveProfile &pIn, CPrimitiveProfile &pOut)NL3D::CDriverUser [virtual]
profileSetupedMaterials() constNL3D::CDriverUser [virtual]
profileSetupedModelMatrix() constNL3D::CDriverUser [virtual]
questionIcon enum valueNL3D::UDriver
release()NL3D::CDriverUser [virtual]
restoreMatrixContext()NL3D::CDriverUser [inline]
retryCancelType enum valueNL3D::UDriver
retryId enum valueNL3D::UDriver
setAmbientColor(CRGBA color)NL3D::CDriverUser [virtual]
setCapture(bool b)NL3D::CDriverUser [virtual]
setDisplay(const CMode &mode)NL3D::CDriverUser [virtual]
setFontManagerMaxMemory(uint maxMem)NL3D::CDriverUser [virtual]
setFrustum(const CFrustum &frust)NL3D::CDriverUser [virtual]
setLight(uint8 num, const ULight &light)NL3D::CDriverUser [virtual]
setMatrixMode2D(const CFrustum &frust)NL3D::CDriverUser [virtual]
setMatrixMode2D11()NL3D::UDriver
setMatrixMode2D43()NL3D::UDriver
setMatrixMode3D(UCamera &camera)NL3D::CDriverUser [virtual]
setModelMatrix(const CMatrix &mat)NL3D::CDriverUser [virtual]
setMonitorColorProperties(const CMonitorColorProperties &properties)NL3D::CDriverUser [virtual]
setMousePos(float x, float y)NL3D::CDriverUser [virtual]
setPolygonMode(TPolygonMode mode)NL3D::CDriverUser [virtual]
setScissor(const CScissor &)NL3D::CDriverUser [virtual]
setupAsyncTextureLod(uint baseLevel, uint maxLevel)NL3D::CDriverUser [virtual]
setupAsyncTextureMaxUploadPerFrame(uint maxup)NL3D::CDriverUser [virtual]
setupFog(float start, float end, CRGBA color)NL3D::CDriverUser [virtual]
setupMatrixContext()NL3D::CDriverUser [protected]
setupMaxHLSColoringPerFrame(uint maxCol)NL3D::CDriverUser [virtual]
setupMaxTotalAsyncTextureSize(uint maxText)NL3D::CDriverUser [virtual]
setViewMatrix(const CMatrix &mat)NL3D::CDriverUser [virtual]
setViewport(const CViewport &)NL3D::CDriverUser [virtual]
showCursor(bool b)NL3D::CDriverUser [virtual]
stopIcon enum valueNL3D::UDriver
swapBuffers()NL3D::CDriverUser [virtual]
systemMessageBox(const char *message, const char *title, TMessageBoxType type=okType, TMessageBoxIcon icon=noIcon)NL3D::CDriverUser [virtual]
TMaterialSet typedefNL3D::CDriverUser [protected]
TMessageBoxIcon enum nameNL3D::UDriver
TMessageBoxId enum nameNL3D::UDriver
TMessageBoxType enum nameNL3D::UDriver
TModeList typedefNL3D::UDriver
TPolygonMode enum nameNL3D::UDriver
TSceneSet typedefNL3D::CDriverUser [protected]
TTextContextSet typedefNL3D::CDriverUser [protected]
TTextureSet typedefNL3D::CDriverUser [protected]
typeCount enum valueNL3D::UDriver
UDriver()NL3D::UDriver
updateAsyncTexture()NL3D::CDriverUser [virtual]
warningIcon enum valueNL3D::UDriver
yesId enum valueNL3D::UDriver
yesNoCancelType enum valueNL3D::UDriver
yesNoType enum valueNL3D::UDriver
~CDriverUser()NL3D::CDriverUser [virtual]
~UDriver()NL3D::UDriver [virtual]