llparcelflags.h File Reference

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Enumerations

enum  EObjectCategory {
  OC_INVALID = -1, OC_NONE = 0, OC_TOTAL = 0, OC_OWNER,
  OC_GROUP, OC_OTHER, OC_SELECTED, OC_TEMP,
  OC_COUNT
}

Variables

const U32 PF_ALLOW_FLY = 1 << 0
const U32 PF_ALLOW_OTHER_SCRIPTS = 1 << 1
const U32 PF_FOR_SALE = 1 << 2
const U32 PF_FOR_SALE_OBJECTS = 1 << 7
const U32 PF_ALLOW_LANDMARK = 1 << 3
const U32 PF_ALLOW_TERRAFORM = 1 << 4
const U32 PF_ALLOW_DAMAGE = 1 << 5
const U32 PF_CREATE_OBJECTS = 1 << 6
const U32 PF_USE_ACCESS_GROUP = 1 << 8
const U32 PF_USE_ACCESS_LIST = 1 << 9
const U32 PF_USE_BAN_LIST = 1 << 10
const U32 PF_USE_PASS_LIST = 1 << 11
const U32 PF_SHOW_DIRECTORY = 1 << 12
const U32 PF_ALLOW_DEED_TO_GROUP = 1 << 13
const U32 PF_CONTRIBUTE_WITH_DEED = 1 << 14
const U32 PF_SOUND_LOCAL = 1 << 15
const U32 PF_SELL_PARCEL_OBJECTS = 1 << 16
const U32 PF_ALLOW_PUBLISH = 1 << 17
const U32 PF_MATURE_PUBLISH = 1 << 18
const U32 PF_URL_WEB_PAGE = 1 << 19
const U32 PF_URL_RAW_HTML = 1 << 20
const U32 PF_RESTRICT_PUSHOBJECT = 1 << 21
const U32 PF_DENY_ANONYMOUS = 1 << 22
const U32 PF_ALLOW_GROUP_SCRIPTS = 1 << 25
const U32 PF_CREATE_GROUP_OBJECTS = 1 << 26
const U32 PF_ALLOW_ALL_OBJECT_ENTRY = 1 << 27
const U32 PF_ALLOW_GROUP_OBJECT_ENTRY = 1 << 28
const U32 PF_ALLOW_VOICE_CHAT = 1 << 29
const U32 PF_USE_ESTATE_VOICE_CHAN = 1 << 30
const U32 PF_DENY_AGEUNVERIFIED = 1 << 31
const U32 PF_USE_RESTRICTED_ACCESS
const U32 PF_NONE = 0x00000000
const U32 PF_ALL = 0xFFFFFFFF
const U32 PF_DEFAULT
const U32 AL_ACCESS = (1 << 0)
const U32 AL_BAN = (1 << 1)
const S32 BA_ALLOWED = 0
const S32 BA_NOT_IN_GROUP = 1
const S32 BA_NOT_ON_LIST = 2
const S32 BA_BANNED = 3
const S32 BA_NO_ACCESS_LEVEL = 4
const S32 BA_NOT_AGE_VERIFIED = 5
const U32 PR_NONE = 0x0
const U32 PR_GOD_FORCE = (1 << 0)
const S32 PARCEL_DETAILS_NAME = 0
const S32 PARCEL_DETAILS_DESC = 1
const S32 PARCEL_DETAILS_OWNER = 2
const S32 PARCEL_DETAILS_GROUP = 3
const S32 PARCEL_DETAILS_AREA = 4


Detailed Description

LicenseInfo
firstyear=2002&license=viewergpl

Copyright (c) 2002-2008, Linden Research, Inc.

Second Life Viewer Source Code The source code in this file ("Source Code") is provided by Linden Lab to you under the terms of the GNU General Public License, version 2.0 ("GPL"), unless you have obtained a separate licensing agreement ("Other License"), formally executed by you and Linden Lab. Terms of the GPL can be found in doc/GPL-license.txt in this distribution, or online at http://secondlifegrid.net/programs/open_source/licensing/gplv2

There are special exceptions to the terms and conditions of the GPL as it is applied to this Source Code. View the full text of the exception in the file doc/FLOSS-exception.txt in this software distribution, or online at http://secondlifegrid.net/programs/open_source/licensing/flossexception

By copying, modifying or distributing this software, you acknowledge that you have read and understood your obligations described above, and agree to abide by those obligations.

ALL LINDEN LAB SOURCE CODE IS PROVIDED "AS IS." LINDEN LAB MAKES NO WARRANTIES, EXPRESS, IMPLIED OR OTHERWISE, REGARDING ITS ACCURACY, COMPLETENESS OR PERFORMANCE. $/LicenseInfo$

Definition in file llparcelflags.h.


Enumeration Type Documentation

Enumerator:
OC_INVALID 
OC_NONE 
OC_TOTAL 
OC_OWNER 
OC_GROUP 
OC_OTHER 
OC_SELECTED 
OC_TEMP 
OC_COUNT 

Definition at line 116 of file llparcelflags.h.


Variable Documentation

const U32 AL_ACCESS = (1 << 0)

const U32 AL_BAN = (1 << 1)

const S32 BA_ALLOWED = 0

const S32 BA_BANNED = 3

Definition at line 109 of file llparcelflags.h.

Referenced by LLParcel::blockAccess().

Definition at line 110 of file llparcelflags.h.

Referenced by LLParcel::blockAccess().

const S32 BA_NOT_IN_GROUP = 1

const S32 BA_NOT_ON_LIST = 2

Definition at line 133 of file llparcelflags.h.

Definition at line 130 of file llparcelflags.h.

Definition at line 132 of file llparcelflags.h.

Definition at line 129 of file llparcelflags.h.

Definition at line 131 of file llparcelflags.h.

const U32 PF_ALL = 0xFFFFFFFF

Definition at line 84 of file llparcelflags.h.

const U32 PF_ALLOW_ALL_OBJECT_ENTRY = 1 << 27

const U32 PF_ALLOW_DAMAGE = 1 << 5

const U32 PF_ALLOW_DEED_TO_GROUP = 1 << 13

const U32 PF_ALLOW_FLY = 1 << 0

const U32 PF_ALLOW_GROUP_SCRIPTS = 1 << 25

const U32 PF_ALLOW_LANDMARK = 1 << 3

const U32 PF_ALLOW_OTHER_SCRIPTS = 1 << 1

const U32 PF_ALLOW_PUBLISH = 1 << 17

const U32 PF_ALLOW_TERRAFORM = 1 << 4

const U32 PF_ALLOW_VOICE_CHAT = 1 << 29

const U32 PF_CONTRIBUTE_WITH_DEED = 1 << 14

const U32 PF_CREATE_GROUP_OBJECTS = 1 << 26

const U32 PF_CREATE_OBJECTS = 1 << 6

const U32 PF_DEFAULT

const U32 PF_DENY_AGEUNVERIFIED = 1 << 31

const U32 PF_DENY_ANONYMOUS = 1 << 22

const U32 PF_FOR_SALE = 1 << 2

const U32 PF_FOR_SALE_OBJECTS = 1 << 7

Definition at line 40 of file llparcelflags.h.

const U32 PF_MATURE_PUBLISH = 1 << 18

const U32 PF_NONE = 0x00000000

Definition at line 83 of file llparcelflags.h.

const U32 PF_RESTRICT_PUSHOBJECT = 1 << 21

const U32 PF_SELL_PARCEL_OBJECTS = 1 << 16

const U32 PF_SHOW_DIRECTORY = 1 << 12

const U32 PF_SOUND_LOCAL = 1 << 15

const U32 PF_URL_RAW_HTML = 1 << 20

Definition at line 58 of file llparcelflags.h.

const U32 PF_URL_WEB_PAGE = 1 << 19

Definition at line 57 of file llparcelflags.h.

const U32 PF_USE_ACCESS_GROUP = 1 << 8

const U32 PF_USE_ACCESS_LIST = 1 << 9

const U32 PF_USE_BAN_LIST = 1 << 10

const U32 PF_USE_ESTATE_VOICE_CHAN = 1 << 30

const U32 PF_USE_PASS_LIST = 1 << 11

const U32 PR_GOD_FORCE = (1 << 0)

Definition at line 114 of file llparcelflags.h.

const U32 PR_NONE = 0x0

Definition at line 113 of file llparcelflags.h.


Generated on Fri May 16 08:35:05 2008 for SecondLife by  doxygen 1.5.5