OpenSim
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros
Public Member Functions | Properties | List of all members
OpenSim.Region.CoreModules.World.Land.PrimCounts Class Reference
Inheritance diagram for OpenSim.Region.CoreModules.World.Land.PrimCounts:
Inheritance graph
[legend]
Collaboration diagram for OpenSim.Region.CoreModules.World.Land.PrimCounts:
Collaboration graph
[legend]

Public Member Functions

 PrimCounts (UUID parcelID, PrimCountModule parent)
 
int GetUserCount (UUID userID)
 

Properties

int Owner [get]
 
int Group [get]
 
int Others [get]
 
int Selected [get]
 
int Total [get]
 
int Simulator [get]
 
IUserPrimCounts Users [get]
 
- Properties inherited from OpenSim.Framework.IPrimCounts
int Owner [get]
 Parcel owner owned prims More...
 
int Group [get]
 Parcel group owned prims More...
 
int Others [get]
 Prims owned by others (not parcel owner or parcel group). More...
 
int Selected [get]
 Selected prims More...
 
int Total [get]
 Total prims on the parcel. More...
 
int Simulator [get]
 Prims on the simulator that are owned by the parcel owner, even if they are in other parcels. More...
 
IUserPrimCounts Users [get]
 Prims per individual users. More...
 

Detailed Description

Definition at line 507 of file PrimCountModule.cs.

Constructor & Destructor Documentation

OpenSim.Region.CoreModules.World.Land.PrimCounts.PrimCounts ( UUID  parcelID,
PrimCountModule  parent 
)
inline

Definition at line 513 of file PrimCountModule.cs.

Member Function Documentation

int OpenSim.Region.CoreModules.World.Land.PrimCounts.GetUserCount ( UUID  userID)
inline

Definition at line 577 of file PrimCountModule.cs.

Property Documentation

int OpenSim.Region.CoreModules.World.Land.PrimCounts.Group
get

Definition at line 530 of file PrimCountModule.cs.

int OpenSim.Region.CoreModules.World.Land.PrimCounts.Others
get

Definition at line 538 of file PrimCountModule.cs.

int OpenSim.Region.CoreModules.World.Land.PrimCounts.Owner
get

Definition at line 522 of file PrimCountModule.cs.

int OpenSim.Region.CoreModules.World.Land.PrimCounts.Selected
get

Definition at line 546 of file PrimCountModule.cs.

int OpenSim.Region.CoreModules.World.Land.PrimCounts.Simulator
get

Definition at line 562 of file PrimCountModule.cs.

int OpenSim.Region.CoreModules.World.Land.PrimCounts.Total
get

Definition at line 554 of file PrimCountModule.cs.

IUserPrimCounts OpenSim.Region.CoreModules.World.Land.PrimCounts.Users
get

Definition at line 570 of file PrimCountModule.cs.


The documentation for this class was generated from the following file: