#include <llfloatereventlog.h>
Inheritance diagram for LLAvatarEmitter:


| Public Member Functions | |
| LLAvatarEmitter (const LLUUID &id=LLUUID::null, const LLString &name="") | |
| virtual LLUUID | getID () const | 
| ID of this emitter. This one is a bit special. This will be used to uniquely identify this emitter. Derived classes must return something suitable here. | |
| virtual LLString | getName () const | 
| Name of this emitter. | |
Definition at line 224 of file llfloatereventlog.h.
| LLAvatarEmitter::LLAvatarEmitter | ( | const LLUUID & | id = LLUUID::null, | |
| const LLString & | name = "" | |||
| ) |  [inline] | 
| virtual LLUUID LLAvatarEmitter::getID | ( | ) | const  [inline, virtual] | 
ID of this emitter. This one is a bit special. This will be used to uniquely identify this emitter. Derived classes must return something suitable here.
Reimplemented from LLEventEmitter.
Definition at line 229 of file llfloatereventlog.h.
References LLAvatarOwnedEmitter::mOwnerID.
Name of this emitter.
Reimplemented from LLEventEmitter.
Definition at line 230 of file llfloatereventlog.h.
 1.4.7
 1.4.7