GRA RPG  DM & KK
Projekt na PO3
Create_Window Class Reference

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...
 

Detailed Description

Class window support create user.

Constructor & Destructor Documentation

◆ Create_Window()

Create_Window::Create_Window ( int  idUse)

Constructor window.

Parameters
idUseuser's id

◆ ~Create_Window()

Create_Window::~Create_Window ( )

Deconstructor window.

Member Function Documentation

◆ Start()

void Create_Window::Start ( )

Function start showing window with user creation.

Member Data Documentation

◆ arial

Font Create_Window::arial

Used font.

◆ dbcontroler

DBcontroler Create_Window::dbcontroler

Data base controller.

◆ flaga

int Create_Window::flaga

Flag checking which field is clicked.

◆ Login

Text Create_Window::Login

Display entered login.

◆ login

string Create_Window::login

Entered login.

◆ Logo_Button

Sprite Create_Window::Logo_Button

Button to validation adding user.

◆ Password

Text Create_Window::Password

Display entered password.

◆ password

string Create_Window::password

Entered password.

◆ rectangle_create

RectangleShape Create_Window::rectangle_create

Mouse click field to validate the data.

◆ rectangle_pass

RectangleShape Create_Window::rectangle_pass

Mouse click field to enter user password.

◆ rectangle_user

RectangleShape Create_Window::rectangle_user

Mouse click field to enter user login.

◆ window

Window_Base Create_Window::window

Base window class use to create window.