![]() |
YAPOG
0.0.1
Yet Another Pokemon Online Game
|
#include <RegistrationWidget.hpp>
Public Member Functions | |
| RegistrationWidget () | |
| virtual | ~RegistrationWidget () |
| void | Init () |
| virtual bool | IsFocusable () const |
Getters. | |
| yap::TextBoxWidget & | GetLoginTextBox () |
| Getters. | |
| yap::TextBoxWidget & | GetPasswordTextBox () |
| yap::TextBoxWidget & | GetEmailTextBox () |
Setters. | |
| void | SetErrorText (const yap::String &error) |
| Setters. | |
Public Member Functions inherited from yap::BaseWidget | |
| BaseWidget () | |
| virtual | ~BaseWidget () |
| virtual void | AddDrawable (IDrawable &drawable) |
| virtual void | AddChild (IWidget &child) |
| virtual void | FrontAddChild (IWidget &child) |
| virtual void | RemoveChild (IWidget &child) |
| virtual IWidget & | GetRoot () const |
| virtual void | SetDefaultColor (const sf::Color &color) |
| virtual void | SetParent (IWidget &parent) |
| virtual void | SetPadding (const Padding &padding) |
| virtual void | SetBackground (WidgetBackground &background) |
| virtual void | SetBorder (WidgetBorder &border, uint width) |
| virtual void | SetBorder (WidgetBorder &border) |
| virtual void | UnsetBackground () |
| virtual void | UnsetBorder () |
| Vector2 | GetUserSize () const |
| virtual void | SetToTop () |
| virtual void | SetEnable (bool enable) |
| virtual void | Open () |
| virtual void | Close () |
| virtual const Vector2 & | GetPosition () const |
| Gets the coordinates in pixels of the origin of this ISpatial from the global origin. | |
| virtual const Vector2 & | GetSize () const |
| Gets the size in pixels of this ISpatial. | |
| virtual const Vector2 & | GetTopLeft () const |
| virtual const Vector2 & | GetBottomRight () const |
| virtual const Vector2 & | GetCenter () const |
| virtual const sf::FloatRect & | GetRectangle () const |
| virtual WidgetBorder * | GetBorder () const |
| virtual void | Move (const Vector2 &offset) |
| virtual void | Scale (const Vector2 &factor) |
| virtual void | SetPosition (const Vector2 &position) |
| virtual void | SetSize (const Vector2 &size) |
| virtual void | Draw (IDrawingContext &context) |
| virtual bool | IsVisible () const |
| virtual void | Show (bool isVisible) |
| virtual void | ChangeColor (const sf::Color &color) |
| virtual bool | OnEvent (const GuiEvent &guiEvent) |
| Treats an event. Transferts the event before treating it. | |
| virtual bool | OnPriorityEvent (const GuiEvent &guiEvent) |
| Treats an event. Treats the event before transfering it. | |
| virtual void | Update (const Time &dt) |
| Makes the object evolve for one frame of the game. | |
Public Member Functions inherited from yap::IWidget | |
| virtual | ~IWidget () |
Public Member Functions inherited from yap::ISpatial | |
| virtual | ~ISpatial () |
Public Member Functions inherited from yap::IDrawable | |
| virtual | ~IDrawable () |
Public Member Functions inherited from yap::IEventHandler | |
| virtual | ~IEventHandler () |
Public Member Functions inherited from yap::IUpdateable | |
| virtual | ~IUpdateable () |
Protected Member Functions | |
| virtual void | HandleMove (const yap::Vector2 &offset) |
| virtual void | HandleScale (const yap::Vector2 &factor) |
| virtual void | HandleDraw (yap::IDrawingContext &context) |
| virtual void | HandleShow (bool isVisible) |
| virtual void | HandleChangeColor (const sf::Color &color) |
| virtual void | HandleUpdate (const yap::Time &dt) |
Protected Member Functions inherited from yap::BaseWidget | |
| void | RefreshBorder () |
| virtual void | SetFocused (bool state) |
| virtual void | Refresh () |
| virtual Vector2 | HandleGetSize () const |
| virtual bool | HandleOnEvent (const GuiEvent &guiEvent) |
| virtual bool | HandleOnPriorityEvent (const GuiEvent &guiEvent) |
Private Member Functions | |
| DISALLOW_COPY (RegistrationWidget) | |
Definition at line 13 of file RegistrationWidget.hpp.
| ycl::RegistrationWidget::RegistrationWidget | ( | ) |
Definition at line 11 of file RegistrationWidget.cpp.
|
virtual |
Definition at line 119 of file RegistrationWidget.cpp.
|
private |
| yap::TextBoxWidget & ycl::RegistrationWidget::GetEmailTextBox | ( | ) |
| yap::TextBoxWidget & ycl::RegistrationWidget::GetLoginTextBox | ( | ) |
Getters.
Definition at line 124 of file RegistrationWidget.cpp.
| yap::TextBoxWidget & ycl::RegistrationWidget::GetPasswordTextBox | ( | ) |
|
protectedvirtual |
Reimplemented from yap::BaseWidget.
Definition at line 160 of file RegistrationWidget.cpp.
|
protectedvirtual |
Reimplemented from yap::BaseWidget.
Definition at line 152 of file RegistrationWidget.cpp.
|
protectedvirtual |
Reimplemented from yap::BaseWidget.
Definition at line 144 of file RegistrationWidget.cpp.
|
protectedvirtual |
Reimplemented from yap::BaseWidget.
Definition at line 148 of file RegistrationWidget.cpp.
|
protectedvirtual |
Reimplemented from yap::BaseWidget.
Definition at line 156 of file RegistrationWidget.cpp.
|
protectedvirtual |
Reimplemented from yap::BaseWidget.
Definition at line 164 of file RegistrationWidget.cpp.
| void ycl::RegistrationWidget::Init | ( | ) |
Definition at line 39 of file RegistrationWidget.cpp.
|
virtual |
Implements yap::BaseWidget.
Definition at line 139 of file RegistrationWidget.cpp.
| void ycl::RegistrationWidget::SetErrorText | ( | const yap::String & | error | ) |
Setters.
Definition at line 134 of file RegistrationWidget.cpp.
|
private |
Definition at line 52 of file RegistrationWidget.hpp.
|
private |
Definition at line 54 of file RegistrationWidget.hpp.
|
private |
Definition at line 53 of file RegistrationWidget.hpp.
|
private |
Definition at line 55 of file RegistrationWidget.hpp.
|
private |
Definition at line 46 of file RegistrationWidget.hpp.
|
private |
Definition at line 48 of file RegistrationWidget.hpp.
|
private |
Definition at line 47 of file RegistrationWidget.hpp.
|
private |
Definition at line 49 of file RegistrationWidget.hpp.
|
private |
Definition at line 51 of file RegistrationWidget.hpp.
|
private |
Definition at line 50 of file RegistrationWidget.hpp.
|
private |
Definition at line 45 of file RegistrationWidget.hpp.