Deep RTS
Public Member Functions | Public Attributes | List of all members
PyGUI Class Reference

#include <PyGUI.h>

Inheritance diagram for PyGUI:
BaseGUI

Public Member Functions

 PyGUI (Game &)
 
 ~PyGUI ()
 
const cv::Mat & render () const override
 
void onTileChange (const Tile &tile)
 
- Public Member Functions inherited from BaseGUI
 BaseGUI (Game &game)
 

Public Attributes

cv::Mat renderData
 
- Public Attributes inherited from BaseGUI
cv::Mat renderData
 

Additional Inherited Members

- Protected Attributes inherited from BaseGUI
const Gamegame
 

Constructor & Destructor Documentation

◆ PyGUI()

PyGUI::PyGUI ( Game game)

◆ ~PyGUI()

PyGUI::~PyGUI ( )

Member Function Documentation

◆ onTileChange()

void PyGUI::onTileChange ( const Tile tile)
virtual

Implements BaseGUI.

◆ render()

const cv::Mat & PyGUI::render ( ) const
overridevirtual

Implements BaseGUI.

Member Data Documentation

◆ renderData

cv::Mat PyGUI::renderData

The documentation for this class was generated from the following files: