diff options
author | Dave Parks <davep@lindenlab.com> | 2023-02-28 12:08:25 -0600 |
---|---|---|
committer | Dave Parks <davep@lindenlab.com> | 2023-02-28 12:08:25 -0600 |
commit | 36f37ebf8a97cf1d5dacf6c8df41bf08375ac002 (patch) | |
tree | a45a5094a46591d5b9d47f6d24a0835e7bd88a3a /indra/newview/llpanelvolume.h | |
parent | d5e558fffc0722398a9b4c2df681f2a6ce247b7f (diff) |
SL-19263 Tidy up the reflection probe warning modal and add a cancel button.
Diffstat (limited to 'indra/newview/llpanelvolume.h')
-rw-r--r-- | indra/newview/llpanelvolume.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/indra/newview/llpanelvolume.h b/indra/newview/llpanelvolume.h index 62a6d01b21..01b7ebb75c 100644 --- a/indra/newview/llpanelvolume.h +++ b/indra/newview/llpanelvolume.h @@ -57,7 +57,14 @@ public: void refresh(); void sendIsLight(); + + // when an object is becoming a refleciton probe, present a dialog asking for confirmation + // otherwise, send the reflection probe update immediately void sendIsReflectionProbe(); + + // callback for handling response of the ok/cancel/ignore dialog for making an object a reflection probe + void doSendIsReflectionProbe(const LLSD& notification, const LLSD& response); + void sendIsFlexible(); static bool precommitValidate(const LLSD& data); |