Public Member Functions | |
| WindowBlock (const WindowBlock &)=delete | |
| WindowBlock (WindowBlock &&)=delete | |
| WindowBlock & | operator= (const WindowBlock &)=delete |
| WindowBlock & | operator= (WindowBlock &&)=delete |
Public Attributes | |
| byte | mode = 0 |
| byte | flags = 0 |
| int16 | x = 0 |
| int16 | y = 0 |
| int16 | width = 0 |
| int16 | height = 0 |
| int16 | textColumn = 0 |
| int16 | textRow = 0 |
| int16 | scrollY = 0 |
| uint16 | textColumnOffset = 0 |
| uint16 | textLength = 0 |
| uint16 | textMaxLength = 0 |
| uint8 | fillColor |
| uint8 | textColor = 0 |
| IconBlock * | iconPtr = nullptr |