![]() |
Twilight Princess
Decompilation of The Legend of Zelda: Twilight Princess
|
#include <d_map_path.h>
Inheritance diagram for dRenderingMap_c:
Collaboration diagram for dRenderingMap_c:Public Member Functions | |
| void | makeResTIMG (ResTIMG *, u16, u16, u8 *, u8 *, u16) const |
| void | renderingMap () |
| virtual | ~dRenderingMap_c () |
| virtual void | beforeDrawPath ()=0 |
| virtual void | afterDrawPath ()=0 |
| virtual void | preDrawPath ()=0 |
| virtual void | postDrawPath ()=0 |
| virtual bool | isDrawPath ()=0 |
| virtual void | preRenderingMap ()=0 |
| virtual void | postRenderingMap ()=0 |
Public Member Functions inherited from dDrawPathWithNormalPattern_c | |
| virtual | ~dDrawPathWithNormalPattern_c () |
Public Member Functions inherited from dDrawPath_c | |
| void | rendering (dDrawPath_c::group_class const *) |
| void | rendering (dDrawPath_c::floor_class const *) |
| virtual | ~dDrawPath_c () |
| virtual bool | isDrawType (int) |
| virtual const GXColor * | getColor (int)=0 |
| virtual const GXColor * | getLineColor (int param_0, int) |
| virtual int | getLineWidth (int)=0 |
| virtual bool | isSwitch (dDrawPath_c::group_class const *)=0 |
| virtual bool | isRenderingFloor (int)=0 |
| virtual room_class * | getFirstRoomPointer ()=0 |
| virtual room_class * | getNextRoomPointer ()=0 |
| virtual void | drawPath () |
| virtual void | rendering (dDrawPath_c::line_class const *) |
| virtual void | rendering (dDrawPath_c::poly_class const *) |
| virtual void | rendering (dDrawPath_c::room_class const *) |
Public Member Functions inherited from dDlst_base_c | |
| dDlst_base_c () | |
| virtual void | draw () |
|
inlinevirtual |
|
pure virtual |
Implemented in renderingAmap_c, renderingDmap_c, renderingFmap_c, renderingPlusDoor_c, and renderingPlusDoorAndCursor_c.
|
pure virtual |
Implemented in renderingAmap_c, renderingDmap_c, renderingFmap_c, and renderingPlusDoor_c.
|
pure virtual |
Implemented in renderingDAmap_c, and renderingFmap_c.
| void dRenderingMap_c::makeResTIMG | ( | ResTIMG * | p_image, |
| u16 | width, | ||
| u16 | height, | ||
| u8 * | p_data, | ||
| u8 * | p_palette, | ||
| u16 | param_5 ) const |
|
pure virtual |
Implemented in renderingDAmap_c, and renderingFmap_c.
|
pure virtual |
Implemented in dRenderingFDAmap_c, and renderingFmap_c.
|
pure virtual |
Implemented in renderingDAmap_c, and renderingFmap_c.
|
pure virtual |
Implemented in dRenderingFDAmap_c.
| void dRenderingMap_c::renderingMap | ( | ) |