Definition at line 8 of file d_lytbase.hpp.
|
| virtual bool | build (const char *, d2d::ResAccMult_c *) |
| | Builds the layout from a binary layout file.
|
| |
|
LytTextBox_c * | findTextBox (const char *) |
| |
|
void | allocStringBuffer (nw4r::lyt::Pane *) |
| |
|
bool | ReadResourceEx (const char *, int, bool) |
| |
|
bool | ReadResource (const char *, bool) |
| |
|
bool | ReadResource2 (const char *, int) |
| |
| bool | ReadResource3 (const char *, int) |
| |
|
void | NPaneRegister (const char **, nw4r::lyt::Pane **, int) |
| |
|
void | WPaneRegister (const char **, nw4r::lyt::Window **, int) |
| |
|
void | PPaneRegister (const char **, nw4r::lyt::Picture **, int) |
| |
|
void | TPaneRegister (const char **, LytTextBox_c **, int) |
| |
|
void | TPaneNameRegister (const char **, const int *, int, int) |
| |
|
void | AnimeResRegister (const char **, int) |
| |
|
void | GroupRegister (const char **, const int *, int) |
| |
|
void | AnimeStartBaseSetup (int) |
| |
|
void | AnimeStartSetup (int, bool) |
| |
|
void | LoopAnimeStartSetup (int) |
| |
|
void | ReverseAnimeStartSetup (int, bool) |
| |
|
void | AnimeEndSetup (int) |
| |
|
void | AllAnimeEndSetup () |
| |
|
void | AnimePlay () |
| |
|
bool | isAnime (int) |
| |
|
bool | isAllAnime () |
| |
| void | FUN_800c9770 (void *, float *) |
| |
|
bool | doDelete () |
| |
| | Multi_c () |
| | Creates a layout.
|
| |
| virtual | ~Multi_c () |
| | Destroys the layout.
|
| |
| virtual void | draw () |
| | Draws the layout.
|
| |
| virtual void | calc () |
| | Applies the view matrix.
|
| |
| void | entry () |
| | Registers the layout to be drawn.
|
| |
| void | calcBefore () |
| | Calculates an animation step before the main calculation.
|
| |
| void | calcAfter () |
| | Calculates the view rectangle and view matrix after the main calculation.
|
| |
| nw4r::lyt::Pane * | getRootPane () |
| | Gets the root pane of the layout.
|
| |
| nw4r::lyt::Pane * | findPaneByName (const char *name) |
| | Finds a pane by name.
|
| |
| nw4r::lyt::TextBox * | findTextBoxByName (const char *name) |
| | Finds a text box pane by name.
|
| |
| nw4r::lyt::Picture * | findPictureByName (const char *name) |
| | Finds a picture pane by name.
|
| |
| nw4r::lyt::Window * | findWindowByName (const char *name) |
| | Finds a window pane by name.
|
| |
| void | entry () |
| |