Public Member Functions | |
| CWaitingShape () | |
Data Fields | |
| uint32 | RefCnt |
| IShape * | ShapePtr |
| std::set< bool * > | Signal |
| TShapeState | State |
| uint32 | UpTextLine |
| uint8 | UpTextMipMap |
| uint32 | UpTextProgress |
|
|
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 }
|
|
|
Definition at line 174 of file shape_bank.h. Referenced by CWaitingShape(), NL3D::CShapeBank::loadAsync(), and NL3D::CShapeBank::processWaitingShapes(). |
|
|
Definition at line 173 of file shape_bank.h. Referenced by CWaitingShape(), and NL3D::CShapeBank::processWaitingShapes(). |
|
|
Definition at line 176 of file shape_bank.h. Referenced by NL3D::CShapeBank::loadAsync(), and NL3D::CShapeBank::processWaitingShapes(). |
|
|
Definition at line 175 of file shape_bank.h. Referenced by CWaitingShape(), and NL3D::CShapeBank::processWaitingShapes(). |
|
|
Definition at line 180 of file shape_bank.h. Referenced by CWaitingShape(), NL3D::CShapeBank::processWaitingShapes(), and NL3D::CShapeBank::processWSUploadTexture(). |
|
|
Definition at line 179 of file shape_bank.h. Referenced by CWaitingShape(), NL3D::CShapeBank::processWaitingShapes(), and NL3D::CShapeBank::processWSUploadTexture(). |
|
|
Definition at line 178 of file shape_bank.h. Referenced by CWaitingShape(), and NL3D::CShapeBank::processWaitingShapes(). |
1.3.6