LLFloaterEventLog Class Reference

#include <llfloatereventlog.h>

Inheritance diagram for LLFloaterEventLog:

Inheritance graph
[legend]
Collaboration diagram for LLFloaterEventLog:

Collaboration graph
[legend]
List of all members.

Public Types

 QB_AVATAR_PROFILE
 QB_AVATAR_KEY
 QB_AVATAR_TRACK
 QB_AVATAR_MUTE
 QB_AVATAR_EJECT
 QB_AVATAR_LW_GOHOME
 QB_OBJECT_KEY
 QB_OBJECT_TRACK
 QB_OBJECT_MUTE
 QB_OBJECT_RETURN
 QB_UUID_BLACKLIST
 QB_UUID_WHITELIST
 QB_UUID_MUTELIST
 QB_COUNT
 QBT_AVATAR
 QBT_OBJECT
 QBT_UUID
enum  QUICK_BUTTON_FUNCTION {
  QB_AVATAR_PROFILE, QB_AVATAR_KEY, QB_AVATAR_TRACK, QB_AVATAR_MUTE,
  QB_AVATAR_EJECT, QB_AVATAR_LW_GOHOME, QB_OBJECT_KEY, QB_OBJECT_TRACK,
  QB_OBJECT_MUTE, QB_OBJECT_RETURN, QB_UUID_BLACKLIST, QB_UUID_WHITELIST,
  QB_UUID_MUTELIST, QB_COUNT
}
enum  QUICK_BUTTON_TYPE { QBT_AVATAR, QBT_OBJECT, QBT_UUID }

Public Member Functions

 LLFloaterEventLog ()
 ~LLFloaterEventLog ()
void show ()
virtual void onClose (bool app_quitting)
void logAvatarEvent (const LLUUID &avatar, const LLString &name="", LLPointer< LLWorldEvent > ev=NULL)
void logObjectEvent (const LLUUID &object, const LLUUID &owner=LLUUID::null, LLPointer< LLWorldEvent > ev=NULL)
void logObject (LLPointer< LLViewerObject > vo)
void logEvent (LLPointer< LLEventEmitter > em, LLPointer< LLWorldEvent > ev)
void updateWindow ()

Static Public Member Functions

static void toggle (void *)
static BOOL visible (void *)
static void processObjectProperties (LLMessageSystem *msg, void **user_data)
static void processObjectPropertiesFamily (LLMessageSystem *msg, void **user_data)
static void onDoubleClick (void *userdata)

Public Attributes

enum LLFloaterEventLog::QUICK_BUTTON_FUNCTION quick_button_function_t
enum LLFloaterEventLog::QUICK_BUTTON_TYPE quick_button_type_t

Private Types

typedef void(*) avlist_command_t (const LLUUID &avatar, const LLString &name)
 LIST_EVENT_ICON
 LIST_OWNER_NAME
 LIST_OBJECT_NAME
 LIST_ID
 LIST_DISTANCE
 LIST_COUNT
 LIST_DURATION
 LIST_AGE
 LIST_SCORE
 EVENT_PARTICLE
 EVENT_SOUND
enum  EVENTS_COLUMN_ORDER {
  LIST_EVENT_ICON, LIST_OWNER_NAME, LIST_OBJECT_NAME, LIST_ID,
  LIST_DISTANCE, LIST_COUNT, LIST_DURATION, LIST_AGE,
  LIST_SCORE
}
enum  EVENT_TYPE { EVENT_PARTICLE, EVENT_SOUND }

Private Member Functions

LLPointer< LLEventEmittergetEmitter (const LLUUID &id)
 Return pointer to emitter if present.
LLPointer< LLEventEmitterfindEmitterBySelectedID (const LLUUID &id)
LLPointer< LLWorldEventfindEventBySelectedID (const LLUUID &id)
void updateControlsState ()
void updateList ()
void updateSelectedEventInfo ()
void updateQuickButtons ()
void doCommand (avlist_command_t func, bool use_object_id, bool first_only=false)
 Perform a command on all the selected entries in the list.

Static Private Member Functions

static void onClickAvatarGohomerSendHome (void *userdata)
static void onClickAvatarGetKey (void *userdata)
static void onClickAvatarEject (void *userdata)
static void onClickAvatarMute (void *userdata)
static void onClickAvatarProfile (void *userdata)
static void onClickAvatarTrack (void *userdata)
static void onClickObjectGetKey (void *userdata)
static void onClickObjectTrack (void *userdata)
static void onClickObjectMute (void *userdata)
static void onClickObjectReturn (void *userdata)
static void onClickUUIDBlacklist (void *userdata)
static void onClickUUIDWhitelist (void *userdata)
static void onClickUUIDMutelist (void *userdata)
static void onClickQuickButton (void *userdata)

Private Attributes

enum LLFloaterEventLog::EVENTS_COLUMN_ORDER event_type_t
LLScrollListCtrlmEventList
LLTextureCtrlmSelectedTexture
LLTextureCtrlmHiscoreTextures [MAX_INTERESTING_TEXTURES]
LLTextBoxmHiscoreNames [MAX_INTERESTING_TEXTURES]
LLTextBoxmHiscoreOwners [MAX_INTERESTING_TEXTURES]
LLButtonmHiscoreButtons [MAX_INTERESTING_TEXTURES]
LLPointer< LLWorldEventmHiscoreEvents [MAX_INTERESTING_TEXTURES]
LLButtonmActionButtons [QB_COUNT]
QUICK_BUTTON_TYPE mActionButtonsType [QB_COUNT]
map< LLUUID, LLPointer< LLEventEmitter > > mEmitters

Detailed Description

Definition at line 276 of file llfloatereventlog.h.


Member Typedef Documentation

typedef void(*) LLFloaterEventLog::avlist_command_t(const LLUUID &avatar, const LLString &name) [private]

Definition at line 375 of file llfloatereventlog.h.


Member Enumeration Documentation

enum LLFloaterEventLog::EVENT_TYPE [private]

Enumerator:
EVENT_PARTICLE 
EVENT_SOUND 

Definition at line 338 of file llfloatereventlog.h.

enum LLFloaterEventLog::EVENTS_COLUMN_ORDER [private]

Enumerator:
LIST_EVENT_ICON 
LIST_OWNER_NAME 
LIST_OBJECT_NAME 
LIST_ID 
LIST_DISTANCE 
LIST_COUNT 
LIST_DURATION 
LIST_AGE 
LIST_SCORE 

Definition at line 325 of file llfloatereventlog.h.

enum LLFloaterEventLog::QUICK_BUTTON_FUNCTION

Enumerator:
QB_AVATAR_PROFILE 
QB_AVATAR_KEY 
QB_AVATAR_TRACK 
QB_AVATAR_MUTE 
QB_AVATAR_EJECT 
QB_AVATAR_LW_GOHOME 
QB_OBJECT_KEY 
QB_OBJECT_TRACK 
QB_OBJECT_MUTE 
QB_OBJECT_RETURN 
QB_UUID_BLACKLIST 
QB_UUID_WHITELIST 
QB_UUID_MUTELIST 
QB_COUNT 

Definition at line 279 of file llfloatereventlog.h.

enum LLFloaterEventLog::QUICK_BUTTON_TYPE

Enumerator:
QBT_AVATAR 
QBT_OBJECT 
QBT_UUID 

Definition at line 297 of file llfloatereventlog.h.


Constructor & Destructor Documentation

LLFloaterEventLog::LLFloaterEventLog (  ) 

Definition at line 209 of file llfloatereventlog.cpp.

References _PREHASH_ObjectPropertiesFamily, LLMessageSystem::addHandlerFuncFast(), LLUICtrlFactory::buildFloater(), LLPanel::childSetAction(), FALSE, LLUICtrlFactory::getButtonByName(), LLUICtrlFactory::getScrollListByName(), LLUICtrlFactory::getTextBoxByName(), LLUICtrlFactory::getTexturePickerByName(), gMessageSystem, gUICtrlFactory, i, mActionButtons, mActionButtonsType, MAX_INTERESTING_TEXTURES, mEventList, mHiscoreButtons, mHiscoreNames, mHiscoreOwners, mHiscoreTextures, mSelectedTexture, onClickAvatarEject(), onClickAvatarGetKey(), onClickAvatarGohomerSendHome(), onClickAvatarMute(), onClickAvatarProfile(), onClickAvatarTrack(), onClickObjectGetKey(), onClickObjectMute(), onClickObjectReturn(), onClickObjectTrack(), onClickQuickButton(), onClickUUIDBlacklist(), onClickUUIDMutelist(), onClickUUIDWhitelist(), onDoubleClick(), processObjectProperties(), processObjectPropertiesFamily(), QB_AVATAR_EJECT, QB_AVATAR_KEY, QB_AVATAR_LW_GOHOME, QB_AVATAR_MUTE, QB_AVATAR_PROFILE, QB_AVATAR_TRACK, QB_OBJECT_KEY, QB_OBJECT_MUTE, QB_OBJECT_RETURN, QB_OBJECT_TRACK, QB_UUID_BLACKLIST, QB_UUID_MUTELIST, QB_UUID_WHITELIST, QBT_AVATAR, QBT_OBJECT, QBT_UUID, LLUICtrl::setCallbackUserData(), LLScrollListCtrl::setDoubleClickCallback(), LLFloater::setVisible(), LLScrollListCtrl::sortByColumn(), and updateControlsState().

LLFloaterEventLog::~LLFloaterEventLog (  ) 

Definition at line 303 of file llfloatereventlog.cpp.

References _PREHASH_ObjectPropertiesFamily, LLMessageSystem::delHandlerFuncFast(), gMessageSystem, processObjectProperties(), and processObjectPropertiesFamily().


Member Function Documentation

void LLFloaterEventLog::doCommand ( avlist_command_t  func,
bool  use_object_id,
bool  first_only = false 
) [private]

Perform a command on all the selected entries in the list.

Parameters:
func Function to call
use_object_id Use the object's ID instead of the avatar's (command applies to object)
first_only Only do the command for the first selection

Definition at line 844 of file llfloatereventlog.cpp.

References findEmitterBySelectedID(), func, LLScrollListCtrl::getSelectedIDs(), and mEventList.

LLPointer< LLEventEmitter > LLFloaterEventLog::findEmitterBySelectedID ( const LLUUID id  )  [private]

Definition at line 770 of file llfloatereventlog.cpp.

References mEmitters, and NULL.

Referenced by doCommand().

LLPointer< LLWorldEvent > LLFloaterEventLog::findEventBySelectedID ( const LLUUID id  )  [private]

Definition at line 792 of file llfloatereventlog.cpp.

References mEmitters, and NULL.

Referenced by updateSelectedEventInfo().

LLPointer<LLEventEmitter> LLFloaterEventLog::getEmitter ( const LLUUID id  )  [inline, private]

Return pointer to emitter if present.

Definition at line 347 of file llfloatereventlog.h.

References mEmitters, and NULL.

Referenced by logEvent(), and logObject().

void LLFloaterEventLog::logAvatarEvent ( const LLUUID avatar,
const LLString name = "",
LLPointer< LLWorldEvent ev = NULL 
)

Definition at line 368 of file llfloatereventlog.cpp.

References logEvent().

void LLFloaterEventLog::logEvent ( LLPointer< LLEventEmitter em,
LLPointer< LLWorldEvent ev 
)

Definition at line 379 of file llfloatereventlog.cpp.

References getEmitter(), and mEmitters.

Referenced by logAvatarEvent(), and logObjectEvent().

void LLFloaterEventLog::logObject ( LLPointer< LLViewerObject vo  ) 

Definition at line 402 of file llfloatereventlog.cpp.

References LLPointer< Type >::get(), LLAudioSource::getCurrentData(), getEmitter(), LLAudioData::getID(), mEmitters, and LLParticleEvent::setParticleData().

Referenced by addSourcesToEventLog().

void LLFloaterEventLog::logObjectEvent ( const LLUUID object,
const LLUUID owner = LLUUID::null,
LLPointer< LLWorldEvent ev = NULL 
)

Definition at line 373 of file llfloatereventlog.cpp.

References logEvent().

void LLFloaterEventLog::onClickAvatarEject ( void userdata  )  [static, private]

Definition at line 920 of file llfloatereventlog.cpp.

References cmd_eject().

Referenced by LLFloaterEventLog().

void LLFloaterEventLog::onClickAvatarGetKey ( void userdata  )  [static, private]

Definition at line 913 of file llfloatereventlog.cpp.

References cmd_get_key().

Referenced by LLFloaterEventLog().

void LLFloaterEventLog::onClickAvatarGohomerSendHome ( void userdata  )  [static, private]

Definition at line 906 of file llfloatereventlog.cpp.

References cmd_gohome().

Referenced by LLFloaterEventLog().

void LLFloaterEventLog::onClickAvatarMute ( void userdata  )  [static, private]

Definition at line 927 of file llfloatereventlog.cpp.

References cmd_mute().

Referenced by LLFloaterEventLog().

void LLFloaterEventLog::onClickAvatarProfile ( void userdata  )  [static, private]

Definition at line 934 of file llfloatereventlog.cpp.

References cmd_profile().

Referenced by LLFloaterEventLog().

void LLFloaterEventLog::onClickAvatarTrack ( void userdata  )  [static, private]

Definition at line 941 of file llfloatereventlog.cpp.

References cmd_track().

Referenced by LLFloaterEventLog().

void LLFloaterEventLog::onClickObjectGetKey ( void userdata  )  [static, private]

Definition at line 952 of file llfloatereventlog.cpp.

References cmd_get_key().

Referenced by LLFloaterEventLog().

void LLFloaterEventLog::onClickObjectMute ( void userdata  )  [static, private]

Definition at line 967 of file llfloatereventlog.cpp.

References cmd_mute().

Referenced by LLFloaterEventLog().

void LLFloaterEventLog::onClickObjectReturn ( void userdata  )  [static, private]

Definition at line 974 of file llfloatereventlog.cpp.

References llendl, and llinfos.

Referenced by LLFloaterEventLog().

void LLFloaterEventLog::onClickObjectTrack ( void userdata  )  [static, private]

Definition at line 960 of file llfloatereventlog.cpp.

References cmd_track().

Referenced by LLFloaterEventLog().

void LLFloaterEventLog::onClickQuickButton ( void userdata  )  [static, private]

Definition at line 1014 of file llfloatereventlog.cpp.

References gFloaterEventLog, i, MAX_INTERESTING_TEXTURES, mHiscoreButtons, and S32.

Referenced by LLFloaterEventLog().

void LLFloaterEventLog::onClickUUIDBlacklist ( void userdata  )  [static, private]

Definition at line 986 of file llfloatereventlog.cpp.

References llendl, and llinfos.

Referenced by LLFloaterEventLog().

void LLFloaterEventLog::onClickUUIDMutelist ( void userdata  )  [static, private]

Definition at line 1002 of file llfloatereventlog.cpp.

References llendl, and llinfos.

Referenced by LLFloaterEventLog().

void LLFloaterEventLog::onClickUUIDWhitelist ( void userdata  )  [static, private]

Definition at line 994 of file llfloatereventlog.cpp.

References llendl, and llinfos.

Referenced by LLFloaterEventLog().

virtual void LLFloaterEventLog::onClose ( bool  app_quitting  )  [inline, virtual]

Reimplemented from LLFloater.

Definition at line 308 of file llfloatereventlog.h.

References FALSE, and LLFloater::setVisible().

void LLFloaterEventLog::onDoubleClick ( void userdata  )  [static]

Definition at line 815 of file llfloatereventlog.cpp.

References CAMERA_POSITION_OBJECT, gAgent, LLScrollListItem::getUUID(), llendl, llwarns, and LLAgent::lookAtObject().

Referenced by LLFloaterEventLog().

void LLFloaterEventLog::processObjectProperties ( LLMessageSystem msg,
void **  user_data 
) [static]

Definition at line 717 of file llfloatereventlog.cpp.

References _PREHASH_Name, _PREHASH_ObjectData, _PREHASH_ObjectID, count, DB_INV_ITEM_NAME_BUF_SIZE, LLMessageSystem::getNumberOfBlocksFast(), LLMessageSystem::getStringFast(), LLMessageSystem::getUUIDFast(), gFloaterEventLog, i, llendl, llinfos, mEmitters, and S32.

Referenced by LLFloaterEventLog(), and ~LLFloaterEventLog().

void LLFloaterEventLog::processObjectPropertiesFamily ( LLMessageSystem msg,
void **  user_data 
) [static]

Definition at line 744 of file llfloatereventlog.cpp.

References _PREHASH_Name, _PREHASH_ObjectData, _PREHASH_ObjectID, _PREHASH_RequestFlags, DB_INV_ITEM_NAME_BUF_SIZE, LLMessageSystem::getStringFast(), LLMessageSystem::getU32Fast(), LLMessageSystem::getUUIDFast(), gFloaterEventLog, llendl, llinfos, and mEmitters.

Referenced by LLFloaterEventLog(), and ~LLFloaterEventLog().

void LLFloaterEventLog::show (  ) 

Definition at line 313 of file llfloatereventlog.cpp.

References LLFloater::open().

Referenced by toggle().

void LLFloaterEventLog::toggle ( void  )  [static]

Definition at line 346 of file llfloatereventlog.cpp.

References LLFloater::close(), LLView::getVisible(), gFloaterEventLog, llendl, llinfos, and show().

Referenced by LLShowFloater::handleEvent(), and LLToolBar::onClickEventLog().

void LLFloaterEventLog::updateControlsState (  )  [private]

Definition at line 319 of file llfloatereventlog.cpp.

References LLPanel::childSetEnabled(), LLPanel::childSetVisible(), EVENT_PARTICLE, FALSE, LLScrollListCtrl::getFirstSelected(), mEventList, TRUE, and type.

Referenced by LLFloaterEventLog(), and updateWindow().

void LLFloaterEventLog::updateList (  )  [private]

Definition at line 473 of file llfloatereventlog.cpp.

References ADD_BOTTOM, LLScrollListCtrl::addElement(), count, LLScrollListCtrl::deleteAllItems(), FALSE, gAgent, LLUICtrlFactory::getCheckBoxByName(), LLView::getName(), LLView::getParent(), LLAgent::getPositionGlobal(), LLScrollListCtrl::getScrollPos(), LLScrollListCtrl::getSelectedIDs(), LLControlGroup::getU32(), LLCheckBoxCtrl::getValue(), gSavedSettings, LIST_AGE, LIST_COUNT, LIST_DISTANCE, LIST_DURATION, LIST_EVENT_ICON, LIST_ID, LIST_OBJECT_NAME, LIST_OWNER_NAME, LIST_SCORE, llformat(), MAX_INTERESTING_TEXTURES, mEmitters, mEventList, mHiscoreButtons, mHiscoreEvents, mHiscoreNames, mHiscoreOwners, mHiscoreTextures, NULL, LLUUID::null, S32, LLScrollListCtrl::selectMultiple(), LLView::setEnabled(), LLTextureCtrl::setImageAssetID(), LLScrollListCtrl::setScrollPos(), LLTextBox::setText(), LLScrollListCtrl::sort(), and TRUE.

Referenced by updateWindow().

void LLFloaterEventLog::updateQuickButtons (  )  [private]

Definition at line 602 of file llfloatereventlog.cpp.

References LLButton::getLabelSelected(), LLControlGroup::getS32(), gSavedSettings, i, llendl, llwarns, mActionButtons, mActionButtonsType, MAX_INTERESTING_TEXTURES, mHiscoreButtons, QB_COUNT, QBT_AVATAR, QBT_OBJECT, QBT_UUID, S32, and LLPanel::setLabel().

Referenced by updateWindow().

void LLFloaterEventLog::updateSelectedEventInfo (  )  [private]

Definition at line 626 of file llfloatereventlog.cpp.

References LLUUID::asString(), LLPanel::childSetTextArg(), f, findEventBySelectedID(), LLScrollListCtrl::getFirstSelected(), LLParticleEvent::getID(), LLScrollListItem::getUUID(), LLPartData::LL_PART_BEAM_MASK, LLPartData::LL_PART_BOUNCE_MASK, LLPartData::LL_PART_DEAD_MASK, LLPartData::LL_PART_EMISSIVE_MASK, LLPartData::LL_PART_FOLLOW_SRC_MASK, LLPartData::LL_PART_FOLLOW_VELOCITY_MASK, LLPartData::LL_PART_INTERP_COLOR_MASK, LLPartData::LL_PART_INTERP_SCALE_MASK, LLPartSysData::LL_PART_SRC_PATTERN_ANGLE, LLPartSysData::LL_PART_SRC_PATTERN_ANGLE_CONE, LLPartSysData::LL_PART_SRC_PATTERN_ANGLE_CONE_EMPTY, LLPartSysData::LL_PART_SRC_PATTERN_DROP, LLPartSysData::LL_PART_SRC_PATTERN_EXPLODE, LLPartData::LL_PART_TARGET_LINEAR_MASK, LLPartData::LL_PART_TARGET_POS_MASK, LLPartData::LL_PART_WIND_MASK, llformat(), LLPartSysData::mBurstPartCount, LLPartSysData::mBurstRadius, LLPartSysData::mBurstRate, LLPartSysData::mBurstSpeedMax, LLPartSysData::mBurstSpeedMin, LLPartData::mEndColor, LLPartData::mEndScale, mEventList, LLPartData::mFlags, LLPartSysData::mInnerAngle, LLPartSysData::mOuterAngle, LLPartSysData::mPartData, LLParticleEvent::mPartSysData, LLPartSysData::mPattern, mSelectedTexture, LLPartData::mStartColor, LLPartData::mStartScale, LLColor4::mV, LLVector2::mV, pattern, LLTextureCtrl::setImageAssetID(), VX, and VY.

Referenced by updateWindow().

void LLFloaterEventLog::updateWindow (  ) 

Definition at line 698 of file llfloatereventlog.cpp.

References LLUICtrlFactory::getCheckBoxByName(), LLCheckBoxCtrl::getValue(), NULL, updateControlsState(), updateList(), updateQuickButtons(), updateSelectedEventInfo(), and visible().

Referenced by idle().

BOOL LLFloaterEventLog::visible ( void  )  [static]

Definition at line 363 of file llfloatereventlog.cpp.

References LLView::getVisible(), and gFloaterEventLog.

Referenced by updateWindow().


Member Data Documentation

enum LLFloaterEventLog::EVENTS_COLUMN_ORDER LLFloaterEventLog::event_type_t [private]

LLButton* LLFloaterEventLog::mActionButtons[QB_COUNT] [private]

Definition at line 365 of file llfloatereventlog.h.

Referenced by LLFloaterEventLog(), and updateQuickButtons().

QUICK_BUTTON_TYPE LLFloaterEventLog::mActionButtonsType[QB_COUNT] [private]

List of the names of all the buttons that perform an action

Definition at line 366 of file llfloatereventlog.h.

Referenced by LLFloaterEventLog(), and updateQuickButtons().

map<LLUUID, LLPointer<LLEventEmitter> > LLFloaterEventLog::mEmitters [private]

Definition at line 368 of file llfloatereventlog.h.

Referenced by findEmitterBySelectedID(), findEventBySelectedID(), getEmitter(), logEvent(), logObject(), processObjectProperties(), processObjectPropertiesFamily(), and updateList().

LLScrollListCtrl* LLFloaterEventLog::mEventList [private]

Definition at line 355 of file llfloatereventlog.h.

Referenced by doCommand(), LLFloaterEventLog(), updateControlsState(), updateList(), and updateSelectedEventInfo().

LLButton* LLFloaterEventLog::mHiscoreButtons[MAX_INTERESTING_TEXTURES] [private]

Definition at line 362 of file llfloatereventlog.h.

Referenced by LLFloaterEventLog(), onClickQuickButton(), updateList(), and updateQuickButtons().

LLPointer<LLWorldEvent> LLFloaterEventLog::mHiscoreEvents[MAX_INTERESTING_TEXTURES] [private]

Definition at line 363 of file llfloatereventlog.h.

Referenced by updateList().

LLTextBox* LLFloaterEventLog::mHiscoreNames[MAX_INTERESTING_TEXTURES] [private]

Definition at line 360 of file llfloatereventlog.h.

Referenced by LLFloaterEventLog(), and updateList().

LLTextBox* LLFloaterEventLog::mHiscoreOwners[MAX_INTERESTING_TEXTURES] [private]

Definition at line 361 of file llfloatereventlog.h.

Referenced by LLFloaterEventLog(), and updateList().

LLTextureCtrl* LLFloaterEventLog::mHiscoreTextures[MAX_INTERESTING_TEXTURES] [private]

Definition at line 359 of file llfloatereventlog.h.

Referenced by LLFloaterEventLog(), and updateList().

LLTextureCtrl* LLFloaterEventLog::mSelectedTexture [private]

Definition at line 357 of file llfloatereventlog.h.

Referenced by LLFloaterEventLog(), and updateSelectedEventInfo().

enum LLFloaterEventLog::QUICK_BUTTON_FUNCTION LLFloaterEventLog::quick_button_function_t

enum LLFloaterEventLog::QUICK_BUTTON_TYPE LLFloaterEventLog::quick_button_type_t


The documentation for this class was generated from the following files:
Generated on Thu Jul 1 06:11:19 2010 for Second Life Viewer by  doxygen 1.4.7