Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
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;