|
stmm-games-doc
0.32.0
|
The tile drawing context. More...
Public Member Functions | |
| StdThemeDrawingContext (Theme::RuntimeVariablesEnv *p0RuntimeVariablesEnv) noexcept | |
| Constructor. More... | |
| NSize | getTileSize () const noexcept |
| The tile size. More... | |
| const Glib::RefPtr< Pango::Context > & | getFontContext () noexcept |
| The font layout. More... | |
| Image * | getSelectedImage () noexcept |
| The selected (context) image. More... | |
| void | setSelectedImage (Image *p0Image) noexcept |
| Set selected (context) image. More... | |
| std::pair< bool, int32_t > | getVariableValue (int32_t nVarId) noexcept |
| Get variable value. More... | |
Protected Member Functions | |
| void | reInit (Theme::RuntimeVariablesEnv *p0RuntimeVariablesEnv) noexcept |
The tile drawing context.
Used to draw Modifiers.
|
noexcept |
Constructor.
| p0RuntimeVariablesEnv | Can be null. |
|
noexcept |
The font layout.
|
noexcept |
The selected (context) image.
|
noexcept |
The tile size.
|
noexcept |
Get variable value.
| nVarId | The variable id as returned from StdTheme::getVariablesIndex(). |
|
protectednoexcept |
|
noexcept |
Set selected (context) image.
| p0Image | The selected image. Can be null. |
1.8.13