From 0ea5fc66924303d1bf73ba283a383e2aadee02f2 Mon Sep 17 00:00:00 2001 From: neodarz Date: Sat, 11 Aug 2018 20:21:34 +0200 Subject: Initial commit --- docs/doxygen/nel/a03379.html | 263 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 263 insertions(+) create mode 100644 docs/doxygen/nel/a03379.html (limited to 'docs/doxygen/nel/a03379.html') diff --git a/docs/doxygen/nel/a03379.html b/docs/doxygen/nel/a03379.html new file mode 100644 index 00000000..50357b8e --- /dev/null +++ b/docs/doxygen/nel/a03379.html @@ -0,0 +1,263 @@ + + +NeL: NL3D::CShapeBank::CWaitingShape struct Reference + + + +
+

NL3D::CShapeBank::CWaitingShape Struct Reference

+ + + + + + + + + + + + + + + + + + + +

Public Member Functions

 CWaitingShape ()

Data Fields

uint32 RefCnt
IShapeShapePtr
std::set< bool * > Signal
TShapeState State
uint32 UpTextLine
uint8 UpTextMipMap
uint32 UpTextProgress
+

Constructor & Destructor Documentation

+

+ + + + +
+ + + + + + + + + +
NL3D::CShapeBank::CWaitingShape::CWaitingShape  )  [inline]
+
+ + + + + +
+   + + +

+ +

+Definition at line 182 of file shape_bank.h. +

+References RefCnt, ShapePtr, State, UpTextLine, UpTextMipMap, and UpTextProgress. +

+

00183                 {
+00184                         State = AsyncLoad_Shape;
+00185                         RefCnt = 0;
+00186                         ShapePtr = NULL;
+00187                         UpTextProgress = 0;
+00188                         UpTextMipMap = 0;
+00189                         UpTextLine = 0;
+00190                 }
+
+


Field Documentation

+

+ + + + +
+ + +
uint32 NL3D::CShapeBank::CWaitingShape::RefCnt +
+
+ + + + + +
+   + + +

+ +

+Definition at line 174 of file shape_bank.h. +

+Referenced by CWaitingShape(), NL3D::CShapeBank::loadAsync(), and NL3D::CShapeBank::processWaitingShapes().

+

+ + + + +
+ + +
IShape* NL3D::CShapeBank::CWaitingShape::ShapePtr +
+
+ + + + + +
+   + + +

+ +

+Definition at line 173 of file shape_bank.h. +

+Referenced by CWaitingShape(), and NL3D::CShapeBank::processWaitingShapes().

+

+ + + + +
+ + +
std::set<bool *> NL3D::CShapeBank::CWaitingShape::Signal +
+
+ + + + + +
+   + + +

+ +

+Definition at line 176 of file shape_bank.h. +

+Referenced by NL3D::CShapeBank::loadAsync(), and NL3D::CShapeBank::processWaitingShapes().

+

+ + + + +
+ + +
TShapeState NL3D::CShapeBank::CWaitingShape::State +
+
+ + + + + +
+   + + +

+ +

+Definition at line 175 of file shape_bank.h. +

+Referenced by CWaitingShape(), and NL3D::CShapeBank::processWaitingShapes().

+

+ + + + +
+ + +
uint32 NL3D::CShapeBank::CWaitingShape::UpTextLine +
+
+ + + + + +
+   + + +

+ +

+Definition at line 180 of file shape_bank.h. +

+Referenced by CWaitingShape(), NL3D::CShapeBank::processWaitingShapes(), and NL3D::CShapeBank::processWSUploadTexture().

+

+ + + + +
+ + +
uint8 NL3D::CShapeBank::CWaitingShape::UpTextMipMap +
+
+ + + + + +
+   + + +

+ +

+Definition at line 179 of file shape_bank.h. +

+Referenced by CWaitingShape(), NL3D::CShapeBank::processWaitingShapes(), and NL3D::CShapeBank::processWSUploadTexture().

+

+ + + + +
+ + +
uint32 NL3D::CShapeBank::CWaitingShape::UpTextProgress +
+
+ + + + + +
+   + + +

+ +

+Definition at line 178 of file shape_bank.h. +

+Referenced by CWaitingShape(), and NL3D::CShapeBank::processWaitingShapes().

+


The documentation for this struct was generated from the following file: +
Generated on Tue Mar 16 07:44:09 2004 for NeL by + +doxygen +1.3.6
+ + -- cgit v1.2.1