#include <llviewerparcelmgr.h>
Inheritance diagram for LLParcelSelection:


| Public Member Functions | |
| LLParcelSelection (LLParcel *parcel) | |
| LLParcelSelection () | |
| LLParcel * | getParcel () | 
| S32 | getSelfCount () const | 
| S32 | getClaimableArea () const | 
| bool | hasOthersSelected () const | 
| BOOL | getMultipleOwners () const | 
| BOOL | getWholeParcelSelected () const | 
| Protected Member Functions | |
| ~LLParcelSelection () | |
| void | setParcel (LLParcel *parcel) | 
| Protected Attributes | |
| LLParcel * | mParcel | 
| BOOL | mSelectedMultipleOwners | 
| BOOL | mWholeParcelSelected | 
| S32 | mSelectedSelfCount | 
| S32 | mSelectedOtherCount | 
| S32 | mSelectedPublicCount | 
| Friends | |
| class | LLViewerParcelMgr | 
Definition at line 75 of file llviewerparcelmgr.h.
| LLParcelSelection::~LLParcelSelection | ( | ) |  [protected] | 
Definition at line 2557 of file llviewerparcelmgr.cpp.
| LLParcelSelection::LLParcelSelection | ( | LLParcel * | parcel | ) | 
Definition at line 2547 of file llviewerparcelmgr.cpp.
| LLParcelSelection::LLParcelSelection | ( | ) | 
Definition at line 2537 of file llviewerparcelmgr.cpp.
| S32 LLParcelSelection::getClaimableArea | ( | ) | const | 
Definition at line 2573 of file llviewerparcelmgr.cpp.
References mSelectedPublicCount, PARCEL_GRID_STEP_METERS, and S32.
| BOOL LLParcelSelection::getMultipleOwners | ( | ) | const | 
| LLParcel* LLParcelSelection::getParcel | ( | ) |  [inline] | 
| S32 LLParcelSelection::getSelfCount | ( | ) | const  [inline] | 
| BOOL LLParcelSelection::getWholeParcelSelected | ( | ) | const | 
| bool LLParcelSelection::hasOthersSelected | ( | ) | const | 
| friend class LLViewerParcelMgr  [friend] | 
Definition at line 77 of file llviewerparcelmgr.h.
| LLParcel* LLParcelSelection::mParcel  [protected] | 
| BOOL LLParcelSelection::mSelectedMultipleOwners  [protected] | 
| S32 LLParcelSelection::mSelectedOtherCount  [protected] | 
| S32 LLParcelSelection::mSelectedPublicCount  [protected] | 
| S32 LLParcelSelection::mSelectedSelfCount  [protected] | 
| BOOL LLParcelSelection::mWholeParcelSelected  [protected] | 
 1.4.7
 1.4.7