diff options
author | Yuri Chebotarev <ychebotarev@productengine.com> | 2009-12-01 17:56:25 +0200 |
---|---|---|
committer | Yuri Chebotarev <ychebotarev@productengine.com> | 2009-12-01 17:56:25 +0200 |
commit | 07f46a671334ce280d82bf726681c6a7dd9239cc (patch) | |
tree | 95d89c10fc86737e12356941cb2f68150af4122b /indra/newview/llchiclet.h | |
parent | 573f146b7b69e70cd1e509cf50a6253355aa70be (diff) | |
parent | 32887cdc5407c7ced2d030cc8423fb0ab688170f (diff) |
merge
--HG--
branch : product-engine
Diffstat (limited to 'indra/newview/llchiclet.h')
-rw-r--r-- | indra/newview/llchiclet.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/indra/newview/llchiclet.h b/indra/newview/llchiclet.h index 1ea141e6c4..ed4bcbc6ac 100644 --- a/indra/newview/llchiclet.h +++ b/indra/newview/llchiclet.h @@ -518,6 +518,17 @@ protected: friend class LLUICtrlFactory; /** + * Creates chiclet popup menu. Will create AdHoc Chat menu + * based on other participant's id. + */ + virtual void createPopupMenu(); + + /** + * Processes clicks on chiclet popup menu. + */ + virtual void onMenuItemClicked(const LLSD& user_data); + + /** * Displays popup menu. */ virtual BOOL handleRightMouseDown(S32 x, S32 y, MASK mask); |