GRA RPG  DM & KK
Projekt na PO3
Login_Window Class Reference

Class window support login user. More...

#include <Login_Window.h>

Public Member Functions

 Login_Window ()
 Constructor window. More...
 
 ~Login_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 login 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_log
 Mouse click field to validate the data login. 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 go rejestration window. More...
 
int flaga
 Flag checking which field is clicked. More...
 

Detailed Description

Class window support login user.

Constructor & Destructor Documentation

◆ Login_Window()

Login_Window::Login_Window ( )

Constructor window.

◆ ~Login_Window()

Login_Window::~Login_Window ( )

Deconstructor window.

Member Function Documentation

◆ Start()

void Login_Window::Start ( )

Function start showing window with user creation.

Member Data Documentation

◆ arial

Font Login_Window::arial

Used font.

◆ dbcontroler

DBcontroler Login_Window::dbcontroler

Data base controller.

◆ flaga

int Login_Window::flaga

Flag checking which field is clicked.

◆ Login

Text Login_Window::Login

Display entered login.

◆ login

string Login_Window::login

Entered login.

◆ Logo_Button

Sprite Login_Window::Logo_Button

Button to validation login user.

◆ Password

Text Login_Window::Password

Display entered password.

◆ password

string Login_Window::password

Entered password.

◆ rectangle_create

RectangleShape Login_Window::rectangle_create

Mouse click field to go rejestration window.

◆ rectangle_log

RectangleShape Login_Window::rectangle_log

Mouse click field to validate the data login.

◆ rectangle_pass

RectangleShape Login_Window::rectangle_pass

Mouse click field to enter user password.

◆ rectangle_user

RectangleShape Login_Window::rectangle_user

Mouse click field to enter user login.

◆ window

Window_Base Login_Window::window

Base window class use to create window.