diff options
author | Merov Linden <merov@lindenlab.com> | 2011-09-26 16:06:57 -0700 |
---|---|---|
committer | Merov Linden <merov@lindenlab.com> | 2011-09-26 16:06:57 -0700 |
commit | bb1776de6865715b2dd96185140d35e46d63c837 (patch) | |
tree | f576aa7e9a8b28736f4997d312949c0f64a90013 /indra/llui/lltoolbar.h | |
parent | 92368dbdfc5b7ac133a8722202878a109c5341a9 (diff) |
EXP-1207 : Introduced an hasCommand() method for toolbars and toolbar view
Diffstat (limited to 'indra/llui/lltoolbar.h')
-rw-r--r-- | indra/llui/lltoolbar.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/llui/lltoolbar.h b/indra/llui/lltoolbar.h index 5028c39fb8..00e6ed131a 100644 --- a/indra/llui/lltoolbar.h +++ b/indra/llui/lltoolbar.h @@ -122,6 +122,7 @@ public: void reshape(S32 width, S32 height, BOOL called_from_parent = TRUE); bool addCommand(LLCommand * command); + bool hasCommand(const std::string& command_name); protected: friend class LLUICtrlFactory; |