Class use to show graphic city and supporting all activities Inherits a Window_Base. More...
#include <Map_Windows.h>
Public Member Functions | |
| Map_Windows (String title, int width, int height, String backroundPath, Champion *champ, int idUser) | |
| Constructor Class Map_Windows. More... | |
| Map_Windows () | |
| Default constructor Class Map_Windows. More... | |
| ~Map_Windows () | |
| Destructor Map_Windows. More... | |
| void | Start () |
| Function start showing a graphic interface. More... | |
| void | setPosition_figure (int, int) |
| Function to set position character after back to a other activity. More... | |
Public Member Functions inherited from Window_Base | |
| Window_Base (String title, int width, int height, String backroundPath) | |
| Constructor Class Window_Base. More... | |
| Window_Base () | |
| Default Constructor Class Window_Base. More... | |
| ~Window_Base () | |
| Destructor Window_Base. More... | |
| RenderWindow & | getWindows () |
| Function to get make window. More... | |
Public Attributes | |
| Window_Base | window |
| Object base class use to create graphic window interface. More... | |
| View_Item | viewItem_key_shop |
| Object class View_Item use to show some graphics image. More... | |
| View_Item | viewItem_key_arena |
| Object class View_Item use to show some graphics image. More... | |
| View_Item | viewItem_key_rest |
| Object class View_Item use to show some graphics image. More... | |
| View_Item | viewItem_figure |
| Object class View_Item use to show some graphics image. More... | |
| sf::Clock | clock |
| Object helping to create animations. More... | |
| IntRect | rectSourceSprite |
| Object helping to create animations. More... | |
| DBcontroler | dbcontroler |
| Object use to connect a database. More... | |
| RectangleShape | col_l_u_1 |
| Object use to collision on a some object. More... | |
| RectangleShape | col_l_u_2 |
| Object use to collision on a some object. More... | |
| RectangleShape | col_r_u_1 |
| Object use to collision on a some object. More... | |
| RectangleShape | col_r_u_2 |
| Object use to collision on a some object. More... | |
| RectangleShape | col_l_d_1 |
| Object use to collision on a some object. More... | |
| RectangleShape | col_l_d_2 |
| Object use to collision on a some object. More... | |
| RectangleShape | col_r_d_1 |
| Object use to collision on a some object. More... | |
| RectangleShape | col_r_d_2 |
| Object use to collision on a some object. More... | |
| RectangleShape | col_r_d_3 |
| Object use to collision on a some object. More... | |
Public Attributes inherited from Window_Base | |
| Sprite | backroundImage |
| Basic background image. More... | |
Additional Inherited Members | |
Protected Attributes inherited from Window_Base | |
| Texture | background |
| RenderWindow | window |
| string | title |
| int | width |
| int | height |
Class use to show graphic city and supporting all activities Inherits a Window_Base.
| Map_Windows::Map_Windows | ( | String | title, |
| int | width, | ||
| int | height, | ||
| String | backroundPath, | ||
| Champion * | champ, | ||
| int | idUser | ||
| ) |
Constructor Class Map_Windows.
| title | - Title a windows |
| width | - Width window |
| height | - Height window |
| champ | -Object type Champion use to refresh value |
| idUser | - Id User with a database |
| Map_Windows::Map_Windows | ( | ) |
Default constructor Class Map_Windows.
| Map_Windows::~Map_Windows | ( | ) |
Destructor Map_Windows.
| void Map_Windows::setPosition_figure | ( | int | x, |
| int | y | ||
| ) |
Function to set position character after back to a other activity.
| void Map_Windows::Start | ( | ) |
Function start showing a graphic interface.
| sf::Clock Map_Windows::clock |
Object helping to create animations.
| RectangleShape Map_Windows::col_l_d_1 |
Object use to collision on a some object.
| RectangleShape Map_Windows::col_l_d_2 |
Object use to collision on a some object.
| RectangleShape Map_Windows::col_l_u_1 |
Object use to collision on a some object.
| RectangleShape Map_Windows::col_l_u_2 |
Object use to collision on a some object.
| RectangleShape Map_Windows::col_r_d_1 |
Object use to collision on a some object.
| RectangleShape Map_Windows::col_r_d_2 |
Object use to collision on a some object.
| RectangleShape Map_Windows::col_r_d_3 |
Object use to collision on a some object.
| RectangleShape Map_Windows::col_r_u_1 |
Object use to collision on a some object.
| RectangleShape Map_Windows::col_r_u_2 |
Object use to collision on a some object.
| DBcontroler Map_Windows::dbcontroler |
Object use to connect a database.
| IntRect Map_Windows::rectSourceSprite |
Object helping to create animations.
| Window_Base Map_Windows::window |
Object base class use to create graphic window interface.