From 9e7b304351872f0d1c1fb7cc5af7e8bc3c7df678 Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Sat, 25 Feb 2012 18:45:02 +0000 Subject: Added support for entity templates. --- src/sidebar.h | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'src/sidebar.h') diff --git a/src/sidebar.h b/src/sidebar.h index 0ed8d2a..644a733 100644 --- a/src/sidebar.h +++ b/src/sidebar.h @@ -15,6 +15,7 @@ class QLabel; class QLineEdit; class QTextEdit; +class QComboBox; namespace editor { @@ -65,6 +66,10 @@ private slots: void updateEntityRadius(const QString &value); + void updateEntityTemplateType(int template_type); + + void UpdateEntityTemplateLabel(const QString &template_label); + void updateEntityValues(); void updateEntitySubSections(); @@ -83,9 +88,14 @@ private: QLineEdit *edit_entitylocation_x; QLineEdit *edit_entitylocation_y; QLineEdit *edit_entitylocation_z; + QLineEdit *edit_entityangles_yaw; QLineEdit *edit_entityangles_pitch; QLineEdit *edit_entityangles_roll; + + QComboBox *combo_entitytemplate_type; + QLineEdit *edit_entitytemplate; + QLineEdit *edit_entityradius; QTextEdit *text_entityvalues; QTextEdit *text_subsections; -- cgit v1.2.3