Base class use to make graphic interface. More...
#include <Window_Base.h>
Public Member Functions | |
| 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 | |
| Sprite | backroundImage |
| Basic background image. More... | |
Protected Attributes | |
| Texture | background |
| RenderWindow | window |
| string | title |
| int | width |
| int | height |
Base class use to make graphic interface.
| Window_Base::Window_Base | ( | String | title, |
| int | width, | ||
| int | height, | ||
| String | backroundPath | ||
| ) |
Constructor Class Window_Base.
| title | - Title of window |
| width | - Width window |
| height | - Height window |
| backroundPath | - Path to basic background image |
| Window_Base::Window_Base | ( | ) |
Default Constructor Class Window_Base.
| Window_Base::~Window_Base | ( | ) |
Destructor Window_Base.
| RenderWindow & Window_Base::getWindows | ( | ) |
Function to get make window.
|
protected |
| Sprite Window_Base::backroundImage |
Basic background image.
|
protected |
|
protected |
|
protected |
|
protected |