#include <vos/metaobjects/property/property.hh>
Inheritance diagram for LocalProperty:
Definition at line 459 of file property.hh.
|
Definition at line 35 of file localproperty.cc. Referenced by new_LocalProperty(). |
|
Definition at line 46 of file localproperty.cc. |
|
Definition at line 62 of file localproperty.cc. |
|
Add a new property listener to this property. This listener's methods will be called when the property is modified.
Reimplemented from Property. Definition at line 343 of file localproperty.cc. Referenced by startListeningHandler(). |
|
Definition at line 137 of file localproperty.cc. Referenced by LocalProperty(). |
|
Definition at line 405 of file localproperty.cc. |
|
Definition at line 538 of file property.hh. |
|
Set a default access control policy.
Reimplemented in ExtrapolatedLocalProperty. Definition at line 541 of file property.hh. |
|
Definition at line 357 of file localproperty.cc. Referenced by COD::readCOD(). |
|
Add a named policy.
Definition at line 371 of file localproperty.cc. |
|
Insert a new policy into the access policy list. The access policy list is traversed from beginning to end, calling each access control policy in order until either a policy returns false (deny) or the end of the list is reached. If access is denied, list traversal immediately stops and the requested action is denied. If the end of the list is reached without a denial, the requested action is permitted.
Definition at line 365 of file localproperty.cc. Referenced by ExtrapolatedLocalProperty::initialize(), DoNothingPropertySecurityInitializer::initializePropertyAccessControl(), main(), A3DL::PolygonMesh::setNormals(), A3DL::PolygonMesh::setPolygons(), Property::setPropertyWithReturn(), A3DL::PolygonMesh::setTexels(), A3DL::PolygonMesh::setTextureSpaces(), and A3DL::PolygonMesh::setVertices(). |
|
Definition at line 338 of file localproperty.cc. Referenced by Property::registerExtenders(). |
|
Definition at line 162 of file localproperty.cc. Referenced by LocalProperty(). |
|
Remove all policies matching this name.
Definition at line 395 of file localproperty.cc. |
|
Remove all instances of the specified access policy from the policy list.
Definition at line 385 of file localproperty.cc. |
|
Remove the access policy at the specified position.
Definition at line 379 of file localproperty.cc. |
|
Completely change the value and type of data stored in this property.
Reimplemented from Property. Reimplemented in BufferedLocalProperty, DBProperty, ExtrapolatedLocalProperty, and FileProperty. Definition at line 132 of file localproperty.cc. |
|
Definition at line 107 of file localproperty.cc. Referenced by replace(), DBProperty::replace(), replaceHandler(), and DBProperty::updateFromDB(). |
|
Definition at line 238 of file localproperty.cc. Referenced by LocalProperty(). |
|
Definition at line 66 of file localproperty.cc. |
|
Definition at line 283 of file localproperty.cc. Referenced by LocalProperty(). |
|
Definition at line 320 of file localproperty.cc. Referenced by LocalProperty(). |
|
Traverse the access policy list and determine whether to allow this event.
Definition at line 410 of file localproperty.cc. Referenced by getLengthHandler(), readHandler(), replaceHandler(), ExtrapolatedLocalProperty::sendMessage(), startListeningHandler(), and writeHandler(). |
|
Write newdata into property value, starting at byte position start.
Reimplemented from Property. Reimplemented in BufferedLocalProperty, DBProperty, ExtrapolatedLocalProperty, and FileProperty. Definition at line 101 of file localproperty.cc. |
|
Definition at line 79 of file localproperty.cc. Referenced by write(), FileProperty::write(), DBProperty::write(), and writeHandler(). |
|
Definition at line 194 of file localproperty.cc. Referenced by LocalProperty(). |
|
Definition at line 462 of file property.hh. Referenced by getPropertyAccessControls(), insertPropertyAccessControl(), removePropertyAccessControl(), and validatePropertyAccess(). |
|
Initial value: Definition at line 44 of file property.cc. Referenced by initializeSecurity(), and setSecurityCallback(). |