diff options
author | Mnikolenko Productengine <mnikolenko@productengine.com> | 2024-08-02 19:46:52 +0300 |
---|---|---|
committer | Mnikolenko Productengine <mnikolenko@productengine.com> | 2024-08-02 19:46:52 +0300 |
commit | 99307b619a5aa27bef3bb67027c4cb5e54f21ad4 (patch) | |
tree | 05700a01c0ec72cdc0899951e7fe4e7ef4a78aba /indra/newview/lluilistener.h | |
parent | d6abce3968925c5cb58c11f1c6fc936605f55c57 (diff) |
Lua api for adjusting toolbars
Diffstat (limited to 'indra/newview/lluilistener.h')
-rw-r--r-- | indra/newview/lluilistener.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/indra/newview/lluilistener.h b/indra/newview/lluilistener.h index 671eb5f29b..f4bee00807 100644 --- a/indra/newview/lluilistener.h +++ b/indra/newview/lluilistener.h @@ -50,6 +50,12 @@ private: void addMenuItem(const LLSD&event) const; void addMenuSeparator(const LLSD&event) const; + void restoreDefaultToolbars(const LLSD &event) const; + void clearAllToolbars(const LLSD &event) const; + void addToolbarBtn(const LLSD &event) const; + void removeToolbarBtn(const LLSD &event) const; + void getToolbarBtnNames(const LLSD &event) const; + F64 mLastUntrustedThrottle {0}; F64 mLastMinThrottle {0}; }; |