Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStijn Buys <ingar@osirion.org>2013-11-08 21:01:05 +0000
committerStijn Buys <ingar@osirion.org>2013-11-08 21:01:05 +0000
commitdd2162af7727c0f30d77cc7ae33ccbb346611b20 (patch)
tree0cb7d2ab453c8f82864853780cdb9c56270a1fb2 /src/client/reputationwindow.h
parentc8336c0fb110f8b23707c755e7ebaabdde62c8ea (diff)
Code cleanups, removed unnecessary functions,
added star coronas to the map.
Diffstat (limited to 'src/client/reputationwindow.h')
-rw-r--r--src/client/reputationwindow.h12
1 files changed, 11 insertions, 1 deletions
diff --git a/src/client/reputationwindow.h b/src/client/reputationwindow.h
index b13d440..ca0c56b 100644
--- a/src/client/reputationwindow.h
+++ b/src/client/reputationwindow.h
@@ -18,12 +18,19 @@
namespace client {
/**
- * @brief an inventory window widget
+ * @brief a player reputation window
*/
class ReputationWindow : public ui::Window
{
public:
+ /**
+ * @brief constructor
+ * */
ReputationWindow(ui::Widget *parent = 0);
+
+ /**
+ * @brief destructor
+ * */
~ReputationWindow();
/**
@@ -49,6 +56,9 @@ protected:
virtual bool on_keypress(const int key, const unsigned int modifier);
private:
+ /**
+ * @brief refresh window content
+ * */
void refresh();
void set_info(const core::Info *info = 0);