diff options
| author | Graham Linden <graham@lindenlab.com> | 2018-12-11 08:00:22 -0800 |
|---|---|---|
| committer | Graham Linden <graham@lindenlab.com> | 2018-12-11 08:00:22 -0800 |
| commit | 89385d1aa3ae18274a2049d2ca7472f1160e17d7 (patch) | |
| tree | b3824d53329c64b51468736d95a27f9d888fcef4 /indra/llui/llmultisliderctrl.h | |
| parent | 8c128f5b635b4ae8f36b37fde8702aedc2fad1cc (diff) | |
| parent | 87e83274f7f0be38c571c9f01848368d0fc160bf (diff) | |
Merge
Diffstat (limited to 'indra/llui/llmultisliderctrl.h')
| -rw-r--r-- | indra/llui/llmultisliderctrl.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/llui/llmultisliderctrl.h b/indra/llui/llmultisliderctrl.h index c370ebf505..75715d6043 100644 --- a/indra/llui/llmultisliderctrl.h +++ b/indra/llui/llmultisliderctrl.h @@ -112,6 +112,7 @@ public: /// for adding and deleting sliders const std::string& addSlider(); const std::string& addSlider(F32 val); + bool addSlider(F32 val, const std::string& name); void deleteSlider(const std::string& name); void deleteCurSlider() { deleteSlider(mMultiSlider->getCurSlider()); } @@ -120,6 +121,7 @@ public: S32 getMaxNumSliders() { return mMultiSlider->getMaxNumSliders(); } S32 getCurNumSliders() { return mMultiSlider->getCurNumSliders(); } + F32 getOverlapThreshold() { return mMultiSlider->getOverlapThreshold(); } bool canAddSliders() { return mMultiSlider->canAddSliders(); } void setLabel(const std::string& label) { if (mLabelBox) mLabelBox->setText(label); } |
