diff options
| author | Simon Robertshaw <simon@hardwired.org.uk> | 2013-03-22 14:14:17 (GMT) |
|---|---|---|
| committer | Simon Robertshaw <simon@hardwired.org.uk> | 2013-03-22 14:14:17 (GMT) |
| commit | 9abe51526cac2634af0541c3de69834dd30e9f78 (patch) | |
| tree | 6ae4deadfe00a83094b9d288d8c11d8ce823577a /src/profile/ProfileActivity.h | |
| parent | 2c311b9a36a88fadd96f3d39acb1ab2590835d81 (diff) | |
| download | powder-9abe51526cac2634af0541c3de69834dd30e9f78.zip powder-9abe51526cac2634af0541c3de69834dd30e9f78.tar.gz | |
Move all GUI source files into gui/
Diffstat (limited to 'src/profile/ProfileActivity.h')
| -rw-r--r-- | src/profile/ProfileActivity.h | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/src/profile/ProfileActivity.h b/src/profile/ProfileActivity.h deleted file mode 100644 index 9691dff..0000000 --- a/src/profile/ProfileActivity.h +++ /dev/null @@ -1,25 +0,0 @@ -#ifndef PROFILEACTIVITY_H_ -#define PROFILEACTIVITY_H_ - -#include <string> -#include "Activity.h" -#include "client/requestbroker/RequestListener.h" -#include "client/UserInfo.h" -#include "interface/Window.h" - -class ProfileActivity: public WindowActivity, public RequestListener { - ui::Component * location; - ui::Component * bio; - UserInfo info; - bool editable; - bool loading; - bool saving; - void setUserInfo(UserInfo newInfo); -public: - ProfileActivity(std::string username); - virtual ~ProfileActivity(); - virtual void OnResponseReady(void * userDataPtr); - virtual void OnDraw(); -}; - -#endif /* PROFILEACTIVITY_H_ */ |
