#include <llfloatereventlog.h>
Inheritance diagram for LLSoundEvent:
Public Member Functions | |
LLSoundEvent (const LLUUID &sound=LLUUID::null) | |
LLUUID | getSound () const |
virtual LLUUID | getID () const |
Event identifier This is an UUID that identifies this event. | |
virtual S32 | getScore () const |
Annoyance score Score that estimates how noticeable this event is. | |
virtual LLString | getIcon () |
Private Attributes | |
LLUUID | mSound |
Definition at line 128 of file llfloatereventlog.h.
LLSoundEvent::LLSoundEvent | ( | const LLUUID & | sound = LLUUID::null |
) | [inline] |
Definition at line 131 of file llfloatereventlog.h.
virtual LLString LLSoundEvent::getIcon | ( | ) | [inline, virtual] |
Implements LLWorldEvent.
Definition at line 136 of file llfloatereventlog.h.
References LLControlGroup::getString(), and gViewerArt.
virtual LLUUID LLSoundEvent::getID | ( | ) | const [inline, virtual] |
Event identifier This is an UUID that identifies this event.
Implements LLWorldEvent.
Definition at line 134 of file llfloatereventlog.h.
References mSound.
virtual S32 LLSoundEvent::getScore | ( | ) | const [inline, virtual] |
Annoyance score Score that estimates how noticeable this event is.
Implements LLWorldEvent.
Definition at line 135 of file llfloatereventlog.h.
LLUUID LLSoundEvent::getSound | ( | ) | const [inline] |
LLUUID LLSoundEvent::mSound [private] |