diff options
| author | Simon Robertshaw <simon@hardwired.org.uk> | 2012-05-15 17:13:17 (GMT) |
|---|---|---|
| committer | Simon Robertshaw <simon@hardwired.org.uk> | 2012-05-15 17:13:17 (GMT) |
| commit | 136675b56a8a1862afb41ccee5c14e93e483b964 (patch) | |
| tree | 8f679477c5e1c0984a5cb9c169e339c1ca0d6e0c /src/login/LoginView.h | |
| parent | 45563e97e813cfd21724ad1111e5de3e04679e1a (diff) | |
| download | powder-136675b56a8a1862afb41ccee5c14e93e483b964.zip powder-136675b56a8a1862afb41ccee5c14e93e483b964.tar.gz | |
Move style into Component
Diffstat (limited to 'src/login/LoginView.h')
| -rw-r--r-- | src/login/LoginView.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/login/LoginView.h b/src/login/LoginView.h index 7ae5393..61d6d24 100644 --- a/src/login/LoginView.h +++ b/src/login/LoginView.h @@ -19,6 +19,7 @@ class LoginController; class LoginMode; class LoginView: public ui::Window { LoginController * c; + ui::Point targetSize; ui::Button * loginButton; ui::Button * cancelButton; ui::Label * titleLabel; @@ -33,6 +34,7 @@ public: void AttachController(LoginController * c_) { c = c_; } void NotifyStatusChanged(LoginModel * sender); virtual void OnDraw(); + virtual void OnTick(float dt); virtual ~LoginView(); }; |
