diff options
author | Seth ProductEngine <slitovchuk@productengine.com> | 2012-06-08 01:08:56 +0300 |
---|---|---|
committer | Seth ProductEngine <slitovchuk@productengine.com> | 2012-06-08 01:08:56 +0300 |
commit | 8353a1ab4d9dab891535b766329c5d92323fe3b6 (patch) | |
tree | e8ee6139c05bd9eedbe4d23d4809f255d4afd78c /indra/newview/llimfloater.h | |
parent | d11f542ffefdc5db845028d5a260b5b0ad12dea6 (diff) |
CHUI-120 WIP Added avatar picker that allows to add other users to an existing chat if they don't participate in it already.
Diffstat (limited to 'indra/newview/llimfloater.h')
-rw-r--r-- | indra/newview/llimfloater.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/indra/newview/llimfloater.h b/indra/newview/llimfloater.h index b97d4ab90c..b5822db8dd 100644 --- a/indra/newview/llimfloater.h +++ b/indra/newview/llimfloater.h @@ -147,6 +147,10 @@ private: static void onInputEditorFocusLost(LLFocusableElement* caller, void* userdata); static void onInputEditorKeystroke(LLLineEditor* caller, void* userdata); void setTyping(bool typing); + void onAddButtonClicked(); + void onAvatarPicked(const uuid_vec_t& ids, const std::vector<LLAvatarName> names); + bool canAddSelectedToChat(const uuid_vec_t& uuids); + void onCallButtonClicked(); // set the enable/disable state for the Call button |