Go to the source code of this file.
Namespaces |
| namespace | BHAVE |
| | Contains BHAVE::BHAVE3DGui::DtAddSpawnSinkPointDialog class.
|
Functions |
| bool DT_DLL_bhaveUtil | BHAVE::DrawingViewerInit (DrawingViewer::DtDataTransfer *viewer, unsigned int max_lines, const char *sharedpath) |
| | Initializes drawing lines storage.
|
| DT_DLL_bhaveUtil bool | BHAVE::DrawingViewerInit (DtDebugDrawingsType type, unsigned int nb_max_lines, const char *sharedpath) |
| | Initializes drawing lines storage.
|
| DT_DLL_bhaveUtil void | BHAVE::DrawingViewerLine (const Kaim::Vec3f &p1, const Kaim::Vec3f &p2, KyUInt32 r, KyUInt32 g, KyUInt32 b, KyUInt32 a) |
| | Drawing functions.
|
| DT_DLL_bhaveUtil void | BHAVE::DrawingViewerPoint (const Kaim::Vec3f &p, KyUInt32 r, KyUInt32 g, KyUInt32 b, KyUInt32 a) |
| DT_DLL_bhaveUtil void | BHAVE::DrawingViewerReset () |
| | Reset cursor position to beginning of storage, for beginning drawing again for a new frame.
|
| DT_DLL_bhaveUtil void | BHAVE::DrawingViewerEndFrame () |
| | Signal that a complete frame has been drawn.
|
| DT_DLL_bhaveUtil void | BHAVE::DrawingViewerExit () |
| | Close storage.
|
| DT_DLL_bhaveUtil void | BHAVE::DrawingViewerGetReadingInfo (DrawingViewer::DtLineInfo *&startingLine, unsigned int &lineCount) |
| | Get information necessary for reading from storage.
|