diff options
author | Jacek Antonelli | 2009-06-01 00:27:32 -0500 |
---|---|---|
committer | Jacek Antonelli | 2009-06-01 01:16:57 -0500 |
commit | c3f2d6b01a3fb000f9d76de92e109c29efa75a6d (patch) | |
tree | 9f4381393e8894abdb6569f79116b05bbe812595 /linden/indra/newview/llmutelist.h | |
parent | Added a confirmation dialog for Take Off All Clothes. (diff) | |
download | meta-impy-c3f2d6b01a3fb000f9d76de92e109c29efa75a6d.zip meta-impy-c3f2d6b01a3fb000f9d76de92e109c29efa75a6d.tar.gz meta-impy-c3f2d6b01a3fb000f9d76de92e109c29efa75a6d.tar.bz2 meta-impy-c3f2d6b01a3fb000f9d76de92e109c29efa75a6d.tar.xz |
Added confirmation dialogs for Mute from pie menu.
Dialog is for muting avatars and objects from the pie menu only.
Diffstat (limited to 'linden/indra/newview/llmutelist.h')
-rw-r--r-- | linden/indra/newview/llmutelist.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/linden/indra/newview/llmutelist.h b/linden/indra/newview/llmutelist.h index 400f13e..d66dd17 100644 --- a/linden/indra/newview/llmutelist.h +++ b/linden/indra/newview/llmutelist.h | |||
@@ -102,6 +102,11 @@ public: | |||
102 | void addObserver(LLMuteListObserver* observer); | 102 | void addObserver(LLMuteListObserver* observer); |
103 | void removeObserver(LLMuteListObserver* observer); | 103 | void removeObserver(LLMuteListObserver* observer); |
104 | 104 | ||
105 | |||
106 | void addMuteAgentConfirm( const LLMute &mute ); | ||
107 | void addMuteObjectConfirm( const LLMute &mute ); | ||
108 | static void addMuteCallback(S32 option, void *userdata); | ||
109 | |||
105 | // Add either a normal or a BY_NAME mute, for any or all properties. | 110 | // Add either a normal or a BY_NAME mute, for any or all properties. |
106 | BOOL add(const LLMute& mute, U32 flags = 0); | 111 | BOOL add(const LLMute& mute, U32 flags = 0); |
107 | 112 | ||