#include <llworldmap.h>
Collaboration diagram for LLItemInfo:

| Public Member Functions | |
| LLItemInfo (F32 global_x, F32 global_y, const std::string &name, LLUUID id, S32 extra=0, S32 extra2=0) | |
| Public Attributes | |
| std::string | mName | 
| std::string | mToolTip | 
| LLVector3d | mPosGlobal | 
| LLUUID | mID | 
| BOOL | mSelected | 
| S32 | mExtra | 
| S32 | mExtra2 | 
| U64 | mRegionHandle | 
Definition at line 52 of file llworldmap.h.
| LLItemInfo::LLItemInfo | ( | F32 | global_x, | |
| F32 | global_y, | |||
| const std::string & | name, | |||
| LLUUID | id, | |||
| S32 | extra = 0, | |||
| S32 | extra2 = 0 | |||
| ) | 
Definition at line 53 of file llworldmap.cpp.
References mPosGlobal, mRegionHandle, and to_region_handle().
| std::string LLItemInfo::mName | 
Definition at line 57 of file llworldmap.h.
Referenced by LLWorldMap::processMapItemReply(), LLFloaterWorldMap::trackEvent(), and LLFloaterWorldMap::trackGenericItem().
Definition at line 59 of file llworldmap.h.
Referenced by LLWorldMapView::checkItemHit(), LLWorldMapView::drawGenericItem(), LLItemInfo(), LLWorldMap::processMapItemReply(), LLFloaterWorldMap::trackEvent(), and LLFloaterWorldMap::trackGenericItem().
Definition at line 64 of file llworldmap.h.
Referenced by LLWorldMapView::checkItemHit(), LLItemInfo(), and LLWorldMap::processMapItemReply().
| std::string LLItemInfo::mToolTip | 
Definition at line 58 of file llworldmap.h.
Referenced by LLWorldMap::processMapItemReply(), LLFloaterWorldMap::trackEvent(), and LLFloaterWorldMap::trackGenericItem().
 1.4.7
 1.4.7