|
stmm-games-doc
0.32.0
|
Namespaces | |
| CommonTheme | |
| Helpers | |
| libconfig | |
| testing | |
| Util | |
| XmlUtil | |
Enumerations | |
| enum | OwnerType { OwnerType::GAME = 0, OwnerType::TEAM = 1, OwnerType::PLAYER = 2 } |
Functions | |
| std::vector< unique_ptr< XmlEventParser > > | getXmlStdEventParsers () |
| std::vector< unique_ptr< XmlGameWidgetParser > > | getXmlStdGameWidgetParsers () |
| std::pair< Glib::RefPtr< Gtk::Window >, std::string > | createMainWindow (MainWindowData &&oMainWindowData) noexcept |
| Creates the game window. More... | |
| bool | operator== (NPoint oP1, NPoint oP2) noexcept |
| bool | operator== (NSize oS1, NSize oS2) noexcept |
| bool | operator== (NRect oR1, NRect oR2) noexcept |
| bool | operator== (const FPoint &oP1, const FPoint &oP2) noexcept |
| bool | operator== (const FSize &oS1, const FSize &oS2) noexcept |
| bool | operator== (const FRect &oR1, const FRect &oR2) noexcept |
| std::vector< unique_ptr< XmlModifierParser > > | getXmlStdModifierParsers () |
| std::vector< unique_ptr< XmlThAnimationFactoryParser > > | getXmlStdThAnimationParsers () |
| std::vector< unique_ptr< XmlThWidgetFactoryParser > > | getXmlStdThWidgetParsers () |
|
strong |
|
noexcept |
Creates the game window.
| oMainWindowData | The initialization data. |
| std::vector<unique_ptr<XmlEventParser> > stmg::getXmlStdEventParsers | ( | ) |
| std::vector<unique_ptr<XmlGameWidgetParser> > stmg::getXmlStdGameWidgetParsers | ( | ) |
| std::vector<unique_ptr<XmlModifierParser> > stmg::getXmlStdModifierParsers | ( | ) |
| std::vector<unique_ptr<XmlThAnimationFactoryParser> > stmg::getXmlStdThAnimationParsers | ( | ) |
| std::vector<unique_ptr<XmlThWidgetFactoryParser> > stmg::getXmlStdThWidgetParsers | ( | ) |
1.8.13