Deep RTS
Public Member Functions | Public Attributes | Protected Attributes | List of all members
BaseGUI Class Referenceabstract

#include <BaseGUI.h>

Inheritance diagram for BaseGUI:
Blend2DGUI PyGUI

Public Member Functions

 BaseGUI (Game &game)
 
virtual const cv::Mat & render () const =0
 
virtual void onTileChange (const Tile &)=0
 

Public Attributes

cv::Mat renderData
 

Protected Attributes

const Gamegame
 

Constructor & Destructor Documentation

◆ BaseGUI()

BaseGUI::BaseGUI ( Game game)
explicit

Member Function Documentation

◆ onTileChange()

virtual void BaseGUI::onTileChange ( const Tile )
pure virtual

Implemented in PyGUI.

◆ render()

virtual const cv::Mat & BaseGUI::render ( ) const
pure virtual

Implemented in PyGUI.

Member Data Documentation

◆ game

const Game& BaseGUI::game
protected

◆ renderData

cv::Mat BaseGUI::renderData

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