Class window support create user. More...
#include <Create_Window.h>
Public Member Functions | |
Create_Window (int idUse) | |
Constructor window. More... | |
~Create_Window () | |
Deconstructor window. More... | |
void | Start () |
Function start showing window with user creation. More... | |
Public Attributes | |
Window_Base | window |
Base window class use to create window. More... | |
Sprite | Logo_Button |
Button to validation adding user. More... | |
Font | arial |
Used font. More... | |
Text | Login |
Display entered login. More... | |
Text | Password |
Display entered password. More... | |
string | login |
Entered login. More... | |
string | password |
Entered password. More... | |
DBcontroler | dbcontroler |
Data base controller. More... | |
RectangleShape | rectangle_user |
Mouse click field to enter user login. More... | |
RectangleShape | rectangle_pass |
Mouse click field to enter user password. More... | |
RectangleShape | rectangle_create |
Mouse click field to validate the data. More... | |
int | flaga |
Flag checking which field is clicked. More... | |
Class window support create user.
Create_Window::Create_Window | ( | int | idUse | ) |
Constructor window.
idUse | user's id |
Create_Window::~Create_Window | ( | ) |
Deconstructor window.
void Create_Window::Start | ( | ) |
Function start showing window with user creation.
Font Create_Window::arial |
Used font.
DBcontroler Create_Window::dbcontroler |
Data base controller.
int Create_Window::flaga |
Flag checking which field is clicked.
Text Create_Window::Login |
Display entered login.
string Create_Window::login |
Entered login.
Sprite Create_Window::Logo_Button |
Button to validation adding user.
Text Create_Window::Password |
Display entered password.
string Create_Window::password |
Entered password.
RectangleShape Create_Window::rectangle_create |
Mouse click field to validate the data.
RectangleShape Create_Window::rectangle_pass |
Mouse click field to enter user password.
RectangleShape Create_Window::rectangle_user |
Mouse click field to enter user login.
Window_Base Create_Window::window |
Base window class use to create window.