diff options
author | leyla_linden <none@none> | 2011-01-06 16:42:18 -0800 |
---|---|---|
committer | leyla_linden <none@none> | 2011-01-06 16:42:18 -0800 |
commit | f243f7e550b9dadd26d119bfeb4b215aa809997c (patch) | |
tree | ed4bfbca7e3dcde8e63d5ce22edca9ab22b77890 /indra/newview/llfloatermodelwizard.h | |
parent | 8eda31456a0466cfa7674a881ebc69ea2abbf8a1 (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.h | 4 |
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; |