#include <llmutelist.h>

Public Types | |
| enum | EType { BY_NAME = 0, AGENT = 1, OBJECT = 2, GROUP = 3, COUNT = 4 } |
| enum | { flagTextChat = 0x00000001, flagVoiceChat = 0x00000002, flagParticles = 0x00000004, flagObjectSounds = 0x00000008, flagAll = 0x0000000F } |
Public Member Functions | |
| LLMute (const LLUUID &id, const LLString &name=LLString(), EType type=BY_NAME, U32 flags=0) | |
| LLString | getDisplayName () const |
| void | setFromDisplayName (const LLString &display_name) |
Public Attributes | |
| LLUUID | mID |
| LLString | mName |
| EType | mType |
| U32 | mFlags |
Definition at line 43 of file llmutelist.h.
| enum LLMute::EType |
| anonymous enum |
Definition at line 53 of file llmutelist.h.
| LLMute::LLMute | ( | const LLUUID & | id, | |
| const LLString & | name = LLString(), |
|||
| EType | type = BY_NAME, |
|||
| U32 | flags = 0 | |||
| ) | [inline] |
Definition at line 63 of file llmutelist.h.
| LLString LLMute::getDisplayName | ( | ) | const |
Definition at line 103 of file llmutelist.cpp.
References AGENT, AGENT_SUFFIX, BY_NAME, BY_NAME_SUFFIX, GROUP, GROUP_SUFFIX, mName, mType, OBJECT, and OBJECT_SUFFIX.
| void LLMute::setFromDisplayName | ( | const LLString & | display_name | ) |
Definition at line 125 of file llmutelist.cpp.
References AGENT, AGENT_SUFFIX, BY_NAME, BY_NAME_SUFFIX, GROUP, GROUP_SUFFIX, llendl, llwarns, mName, mType, OBJECT, and OBJECT_SUFFIX.
Referenced by LLFloaterChat::onClickMute(), and LLFloaterMute::onClickRemove().

Definition at line 76 of file llmutelist.h.
Referenced by LLMuteList::add(), LLObjectMute::handleEvent(), LLMuteList::loadFromFile(), LLMuteList::compare_by_id::operator()(), LLMuteList::remove(), LLMuteList::updateAdd(), and LLMuteList::updateRemove().
Definition at line 77 of file llmutelist.h.
Referenced by LLMuteList::add(), getDisplayName(), LLObjectMute::handleEvent(), LLMuteList::loadFromFile(), LLMuteList::compare_by_name::operator()(), LLMuteList::remove(), setFromDisplayName(), LLMuteList::updateAdd(), and LLMuteList::updateRemove().
Definition at line 78 of file llmutelist.h.
Referenced by LLMuteList::add(), getDisplayName(), LLMuteList::loadFromFile(), setFromDisplayName(), and LLMuteList::updateAdd().
Definition at line 79 of file llmutelist.h.
Referenced by LLMuteList::add(), LLMuteList::remove(), and LLMuteList::updateAdd().
1.5.5