Skyscraper 2.0
|
Public Attributes | |
Real | x |
Real | y |
Real | size_x |
Real | size_y |
std::string | filename |
std::string | filename_selected |
std::string | filename_pressed |
Real | offset_x |
Real | offset_y |
bool | drawn_selected |
bool | drawn_pressed |
int | active_button |
Ogre::SceneNode * | node |
Ogre::Rectangle2D * | rect |
Definition at line 39 of file startscreen.h.
int Skyscraper::StartScreen::buttondata::active_button |
Definition at line 51 of file startscreen.h.
Referenced by Skyscraper::StartScreen::DrawBackground(), and Skyscraper::StartScreen::DrawImage().
bool Skyscraper::StartScreen::buttondata::drawn_pressed |
Definition at line 50 of file startscreen.h.
Referenced by Skyscraper::StartScreen::DrawBackground(), Skyscraper::StartScreen::DrawImage(), and Skyscraper::StartScreen::GetMenuInput().
bool Skyscraper::StartScreen::buttondata::drawn_selected |
Definition at line 50 of file startscreen.h.
Referenced by Skyscraper::StartScreen::DrawBackground(), Skyscraper::StartScreen::DrawImage(), and Skyscraper::StartScreen::GetMenuInput().
std::string Skyscraper::StartScreen::buttondata::filename |
Definition at line 45 of file startscreen.h.
Referenced by Skyscraper::StartScreen::DrawImage().
std::string Skyscraper::StartScreen::buttondata::filename_pressed |
Definition at line 47 of file startscreen.h.
Referenced by Skyscraper::StartScreen::DrawImage().
std::string Skyscraper::StartScreen::buttondata::filename_selected |
Definition at line 46 of file startscreen.h.
Referenced by Skyscraper::StartScreen::DrawImage().
Ogre::SceneNode* Skyscraper::StartScreen::buttondata::node |
Definition at line 52 of file startscreen.h.
Referenced by Skyscraper::StartScreen::DeleteButtons(), Skyscraper::StartScreen::DrawBackground(), and Skyscraper::StartScreen::DrawImage().
Real Skyscraper::StartScreen::buttondata::offset_x |
Definition at line 48 of file startscreen.h.
Referenced by Skyscraper::StartScreen::DrawImage().
Real Skyscraper::StartScreen::buttondata::offset_y |
Definition at line 49 of file startscreen.h.
Referenced by Skyscraper::StartScreen::DrawImage().
Ogre::Rectangle2D* Skyscraper::StartScreen::buttondata::rect |
Definition at line 53 of file startscreen.h.
Referenced by Skyscraper::StartScreen::DeleteButtons(), Skyscraper::StartScreen::DrawBackground(), and Skyscraper::StartScreen::DrawImage().
Real Skyscraper::StartScreen::buttondata::size_x |
Definition at line 43 of file startscreen.h.
Referenced by Skyscraper::StartScreen::DrawImage(), and Skyscraper::StartScreen::GetMenuInput().
Real Skyscraper::StartScreen::buttondata::size_y |
Definition at line 44 of file startscreen.h.
Referenced by Skyscraper::StartScreen::DrawImage(), and Skyscraper::StartScreen::GetMenuInput().
Real Skyscraper::StartScreen::buttondata::x |
Definition at line 41 of file startscreen.h.
Referenced by Skyscraper::StartScreen::DrawImage(), and Skyscraper::StartScreen::GetMenuInput().
Real Skyscraper::StartScreen::buttondata::y |
Definition at line 42 of file startscreen.h.
Referenced by Skyscraper::StartScreen::DrawImage(), and Skyscraper::StartScreen::GetMenuInput().