WorldSim  inDev
2D tile-based sandbox RPG with procedurally generated fantasy world simulator 🌏
Public Member Functions | Public Attributes | List of all members
Menu_Settlement_Stockpile Class Reference
Inheritance diagram for Menu_Settlement_Stockpile:
Inheritance graph
[legend]
Collaboration diagram for Menu_Settlement_Stockpile:
Collaboration graph
[legend]

Public Member Functions

 Menu_Settlement_Stockpile ()
 
void setFont (Wildcat::Font *_font)
 
void init ()
 
void init (Settlement *_selectedSettlement)
 
void render ()
 
bool keyboardEvent (Keyboard *_keyboard)
 
bool mouseEvent (Mouse *_mouse)
 
void eventResize ()
 

Public Attributes

GUI_Manager guiManager
 
ColourRGB< unsigned char > cNormal
 
ColourRGB< unsigned char > cSelected
 
ColourRGB< unsigned char > cDropPanel
 
ColourRGB< unsigned char > cHighlight
 
Wildcat::Font * font
 
GUI_Button buttonClose
 
SettlementselectedSettlement
 
Table2 tSettlements
 
GUI_Table guiTableSettlements
 

Constructor & Destructor Documentation

◆ Menu_Settlement_Stockpile()

Menu_Settlement_Stockpile::Menu_Settlement_Stockpile ( )
inline

Member Function Documentation

◆ eventResize()

void Menu_Settlement_Stockpile::eventResize ( )
inline

◆ init() [1/2]

void Menu_Settlement_Stockpile::init ( )
inline

◆ init() [2/2]

void Menu_Settlement_Stockpile::init ( Settlement _selectedSettlement)
inline

◆ keyboardEvent()

bool Menu_Settlement_Stockpile::keyboardEvent ( Keyboard *  _keyboard)
inline

◆ mouseEvent()

bool Menu_Settlement_Stockpile::mouseEvent ( Mouse *  _mouse)
inline

◆ render()

void Menu_Settlement_Stockpile::render ( )
inline

◆ setFont()

void Menu_Settlement_Stockpile::setFont ( Wildcat::Font *  _font)
inline

Member Data Documentation

◆ buttonClose

GUI_Button Menu_Settlement_Stockpile::buttonClose

◆ cDropPanel

ColourRGB<unsigned char> Menu_Settlement_Stockpile::cDropPanel

◆ cHighlight

ColourRGB<unsigned char> Menu_Settlement_Stockpile::cHighlight

◆ cNormal

ColourRGB<unsigned char> Menu_Settlement_Stockpile::cNormal

◆ cSelected

ColourRGB<unsigned char> Menu_Settlement_Stockpile::cSelected

◆ font

Wildcat::Font* Menu_Settlement_Stockpile::font

◆ guiManager

GUI_Manager Menu_Settlement_Stockpile::guiManager

◆ guiTableSettlements

GUI_Table Menu_Settlement_Stockpile::guiTableSettlements

◆ selectedSettlement

Settlement* Menu_Settlement_Stockpile::selectedSettlement

◆ tSettlements

Table2 Menu_Settlement_Stockpile::tSettlements

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