Diff of /trunk/indra/newview/llfloaterteleporthistory.h
Parent Directory
|
Revision Log
|
Patch
| 60 |
|
|
| 61 |
BOOL postBuild(); |
BOOL postBuild(); |
| 62 |
|
|
| 63 |
/// @brief: adds a teleport destination to the list of visited places |
/// @brief: adds the pending teleport destination |
| 64 |
void addEntry(std::string regionName, S16 x, S16 y, S16 z); |
void addPendingEntry(std::string regionName, S16 x, S16 y, S16 z); |
| 65 |
|
/// @brief: adds the destination to the list of visited places |
| 66 |
|
void addEntry(std::string parcelName); |
| 67 |
|
|
| 68 |
|
private: |
| 69 |
|
enum HISTORY_COLUMN_ORDER |
| 70 |
|
{ |
| 71 |
|
LIST_PARCEL, |
| 72 |
|
LIST_REGION, |
| 73 |
|
LIST_POSITION, |
| 74 |
|
LIST_VISITED, |
| 75 |
|
LIST_SLURL, |
| 76 |
|
LIST_SIMSTRING |
| 77 |
|
}; |
| 78 |
|
|
|
protected: |
|
| 79 |
static void onPlacesSelected(LLUICtrl* ctrl, void* data); |
static void onPlacesSelected(LLUICtrl* ctrl, void* data); |
| 80 |
static void onTeleport(void* data); |
static void onTeleport(void* data); |
| 81 |
static void onShowOnMap(void* data); |
static void onShowOnMap(void* data); |
| 86 |
|
|
| 87 |
LLScrollListCtrl* mPlacesList; |
LLScrollListCtrl* mPlacesList; |
| 88 |
|
|
| 89 |
S32 id; |
S32 mID; |
| 90 |
|
|
| 91 |
/// @brief: to see if this was the first time setVisible() was called (at program startup) |
std::string mPendingRegionName; |
| 92 |
BOOL firstRun; |
std::string mPendingPosition; |
| 93 |
|
std::string mPendingSimString; |
| 94 |
|
std::string mPendingTimeString; |
| 95 |
|
std::string mPendingSLURL; |
| 96 |
}; |
}; |
| 97 |
|
|
| 98 |
// globals |
// globals |
|
|
Legend:
| Removed from v.137 |
|
| changed lines |
| |
Added in v.138 |
|
|
