|
stmm-games-doc
0.32.0
|

Public Member Functions | |
| ActionThWidgetFactory (StdTheme *p1Owner, const TileColor &oTextColor, const TileAlpha &oTextAlpha, const TileFont &oTextFont, const Frame &oFrame) noexcept | |
| Constructor. More... | |
| shared_ptr< ThemeWidget > | create (const shared_ptr< GameWidget > &refGameWidget, double fTileWHRatio, const Glib::RefPtr< Pango::Context > &refFontContext) noexcept override |
| Creates a theme widget for a game widget. More... | |
Public Member Functions inherited from stmg::StdThemeWidgetFactory | |
| virtual | ~StdThemeWidgetFactory () noexcept=default |
| StdThemeWidgetFactory (StdTheme *p1Owner) noexcept | |
| Constructor. More... | |
| virtual void | clearOwner () noexcept |
| Clears the owner passed in the constructor. More... | |
Additional Inherited Members | |
Protected Member Functions inherited from stmg::StdThemeWidgetFactory | |
| StdTheme * | owner () noexcept |
| The owner. More... | |
| const StdTheme * | owner () const noexcept |
| The owner. More... | |
|
noexcept |
Constructor.
| p1Owner | The theme. Cannot be null. |
| oTextColor | The text color. |
| oTextAlpha | The text alpha. |
| oTextFont | The text font. |
| oFrame | The background frame. |
|
overridevirtualnoexcept |
Creates a theme widget for a game widget.
| refGameWidget | The model. Cannot be null. |
| fTileWHRatio | The tile weight to height ratio. |
| refFontContext | The pango font context. Cannot be null. |
Implements stmg::StdThemeWidgetFactory.
1.8.13