summaryrefslogtreecommitdiff
path: root/indra/newview/llfloatermodelwizard.h
diff options
context:
space:
mode:
authorleyla_linden <none@none>2011-01-06 16:42:18 -0800
committerleyla_linden <none@none>2011-01-06 16:42:18 -0800
commitf243f7e550b9dadd26d119bfeb4b215aa809997c (patch)
treeed4bfbca7e3dcde8e63d5ce22edca9ab22b77890 /indra/newview/llfloatermodelwizard.h
parent8eda31456a0466cfa7674a881ebc69ea2abbf8a1 (diff)
added callback for updating wizard dimensions and costs from the model preview
properly enabling/disabling wizard buttons xml ui fixes
Diffstat (limited to 'indra/newview/llfloatermodelwizard.h')
-rw-r--r--indra/newview/llfloatermodelwizard.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/indra/newview/llfloatermodelwizard.h b/indra/newview/llfloatermodelwizard.h
index eaf188ed40..335f4f4b56 100644
--- a/indra/newview/llfloatermodelwizard.h
+++ b/indra/newview/llfloatermodelwizard.h
@@ -57,13 +57,15 @@ public:
virtual ~LLFloaterModelWizard();
/*virtual*/ BOOL postBuild();
void draw();
+ void refresh();
BOOL handleMouseDown(S32 x, S32 y, MASK mask);
BOOL handleMouseUp(S32 x, S32 y, MASK mask);
BOOL handleHover(S32 x, S32 y, MASK mask);
BOOL handleScrollWheel(S32 x, S32 y, S32 clicks);
-
+ void setDetails(F32 x, F32 y, F32 z, F32 streaming_cost, F32 physics_cost);
+
void initDecompControls();
LLPhysicsDecomp::decomp_params mDecompParams;