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>2012-02-21 21:22:26 +0000
committerStijn Buys <ingar@osirion.org>2012-02-21 21:22:26 +0000
commit0a22de2cb23a1636f076d1dd8a05b7f873b9b653 (patch)
tree345a3273bb55dfd292ef6d34d1c7a647cd0a2ff7 /src/sidebar.h
parentc38ac3b03a83096810003120039a934948a0eeb8 (diff)
Save all changes made to the properties in the Sidebar.
Diffstat (limited to 'src/sidebar.h')
-rw-r--r--src/sidebar.h15
1 files changed, 14 insertions, 1 deletions
diff --git a/src/sidebar.h b/src/sidebar.h
index cfa87c7..e731327 100644
--- a/src/sidebar.h
+++ b/src/sidebar.h
@@ -47,11 +47,23 @@ public slots:
private slots:
+ void updateEntityLabel(const QString &value);
+
+ void updateEntityName(const QString &value);
+
void updateEntityLocationX(const QString &value);
void updateEntityLocationY(const QString &value);
void updateEntityLocationZ(const QString &value);
+
+ void updateEntityRadius(const QString &value);
+
+ void updateEntityValues();
+
+ void updateEntitySubSections();
+
+ void updateEntityInfo();
signals:
void entityChanged();
@@ -65,7 +77,8 @@ private:
QLineEdit *edit_entitylocation_x;
QLineEdit *edit_entitylocation_y;
QLineEdit *edit_entitylocation_z;
- QTextEdit *text_entityproperties;
+ QLineEdit *edit_entityradius;
+ QTextEdit *text_entityvalues;
QTextEdit *text_subsections;
QTextEdit *text_info;