|
NSMBW-Decomp
A decompilation of New Super Mario Bros. Wii
|
Definition at line 34 of file ut_TagProcessorBase.h.
Public Types | |
| enum | Operation { OPERATION_DEFAULT , OPERATION_NO_CHAR_SPACE , OPERATION_CHAR_SPACE , OPERATION_NEXT_LINE , OPERATION_END_DRAW } |
| typedef PrintContext< T > | ContextType |
Public Member Functions | |
| virtual Operation | Process (u16 ch, ContextType *pCtx) |
| virtual Operation | CalcRect (Rect *pRect, u16 ch, ContextType *pCtx) |
Private Member Functions | |
| void | ProcessTab (ContextType *pCtx) |
| void | ProcessLinefeed (ContextType *pCtx) |
| typedef PrintContext<T> nw4r::ut::TagProcessorBase< T >::ContextType |
Definition at line 36 of file ut_TagProcessorBase.h.
| enum nw4r::ut::TagProcessorBase::Operation |
Definition at line 38 of file ut_TagProcessorBase.h.