summaryrefslogtreecommitdiff
path: root/indra/newview/llpanelvolume.h
diff options
context:
space:
mode:
authorDave Parks <davep@lindenlab.com>2023-02-28 12:08:25 -0600
committerDave Parks <davep@lindenlab.com>2023-02-28 12:08:25 -0600
commit36f37ebf8a97cf1d5dacf6c8df41bf08375ac002 (patch)
treea45a5094a46591d5b9d47f6d24a0835e7bd88a3a /indra/newview/llpanelvolume.h
parentd5e558fffc0722398a9b4c2df681f2a6ce247b7f (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.h7
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);