aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llpanelobject.h
diff options
context:
space:
mode:
Diffstat (limited to 'linden/indra/newview/llpanelobject.h')
-rw-r--r--linden/indra/newview/llpanelobject.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/linden/indra/newview/llpanelobject.h b/linden/indra/newview/llpanelobject.h
index c734b38..ac0b96c 100644
--- a/linden/indra/newview/llpanelobject.h
+++ b/linden/indra/newview/llpanelobject.h
@@ -77,7 +77,9 @@ public:
77 static void onCommitSculpt( LLUICtrl* ctrl, void* userdata); 77 static void onCommitSculpt( LLUICtrl* ctrl, void* userdata);
78 static void onCancelSculpt( LLUICtrl* ctrl, void* userdata); 78 static void onCancelSculpt( LLUICtrl* ctrl, void* userdata);
79 static void onSelectSculpt( LLUICtrl* ctrl, void* userdata); 79 static void onSelectSculpt( LLUICtrl* ctrl, void* userdata);
80 static BOOL onDropSculpt(LLUICtrl* ctrl, LLInventoryItem* item, void* ud); 80 static BOOL onDropSculpt( LLUICtrl* ctrl, LLInventoryItem* item, void* ud);
81 static void onCommitSculptType( LLUICtrl *ctrl, void* userdata);
82
81 83
82protected: 84protected:
83 void getState(); 85 void getState();
@@ -163,6 +165,8 @@ protected:
163 LLCheckBoxCtrl *mCheckCastShadows; 165 LLCheckBoxCtrl *mCheckCastShadows;
164 166
165 LLTextureCtrl *mCtrlSculptTexture; 167 LLTextureCtrl *mCtrlSculptTexture;
168 LLTextBox *mLabelSculptType;
169 LLComboBox *mCtrlSculptType;
166 170
167 LLVector3 mCurEulerDegrees; // to avoid sending rotation when not changed 171 LLVector3 mCurEulerDegrees; // to avoid sending rotation when not changed
168 BOOL mIsPhysical; // to avoid sending "physical" when not changed 172 BOOL mIsPhysical; // to avoid sending "physical" when not changed
@@ -172,6 +176,7 @@ protected:
172 S32 mSelectedType; // So we know what selected type we last were 176 S32 mSelectedType; // So we know what selected type we last were
173 177
174 LLUUID mSculptTextureRevert; // so we can revert the sculpt texture on cancel 178 LLUUID mSculptTextureRevert; // so we can revert the sculpt texture on cancel
179 U8 mSculptTypeRevert; // so we can revert the sculpt type on cancel
175 180
176 LLPointer<LLViewerObject> mObject; 181 LLPointer<LLViewerObject> mObject;
177 LLPointer<LLViewerObject> mRootObject; 182 LLPointer<LLViewerObject> mRootObject;