#include <vos/metaobjects/property/property.hh>
Inheritance diagram for RemoteProperty:
Definition at line 549 of file property.hh.
|
Definition at line 33 of file remoteproperty.cc. Referenced by new_RemoteProperty(). |
|
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 281 of file remoteproperty.cc. |
|
Download property and call notifyPropertyWrite when done.
Reimplemented from Property. Definition at line 144 of file remoteproperty.cc. |
|
Download property and call notifyPropertyReplaced when done.
Reimplemented from Property. Definition at line 118 of file remoteproperty.cc. |
|
Decodes data if need be.
Reimplemented from Property. Definition at line 46 of file remoteproperty.cc. |
|
Definition at line 340 of file remoteproperty.cc. |
|
Get length (bytes) of decoded data.
Reimplemented from Property. Reimplemented in ExtrapolatedRemoteProperty. Definition at line 71 of file remoteproperty.cc. Referenced by BufferedRemoteProperty::replace(). |
|
Return type of raw, undeocded data (a typechain string).
Reimplemented from Property. Definition at line 78 of file remoteproperty.cc. Referenced by addPropertyListener(), asyncRead(), BufferedRemoteProperty::flush(), and replace(). |
|
Get length (bytes) of undecoded, raw data.
Reimplemented from Property. Reimplemented in ExtrapolatedRemoteProperty. Definition at line 55 of file remoteproperty.cc. Referenced by addPropertyListener(), BufferedRemoteProperty::flush(), and ExtrapolatedRemoteProperty::getRawLength(). |
|
Definition at line 276 of file remoteproperty.cc. Referenced by Property::registerExtenders(). |
|
Read a substring of decoded data into target, possibly performing decode if necesary.
Reimplemented from Property. Reimplemented in ExtrapolatedRemoteProperty. Definition at line 88 of file remoteproperty.cc. |
|
Read substring of raw data into target. This is the fundamental method which the other read() methods are based on, so you only have to override this.
Reimplemented from Property. Reimplemented in ExtrapolatedRemoteProperty. Definition at line 95 of file remoteproperty.cc. |
|
Remove the property listener 'pl' from this property.
Reimplemented from Property. Definition at line 323 of file remoteproperty.cc. |
|
Completely change the value and type of data stored in this property.
Reimplemented from Property. Reimplemented in BufferedRemoteProperty. Definition at line 188 of file remoteproperty.cc. |
|
Write newdata into property value, starting at byte position start.
Reimplemented from Property. Reimplemented in BufferedRemoteProperty. Definition at line 175 of file remoteproperty.cc. |
|
Definition at line 560 of file property.hh. Referenced by checkDecoded(). |
|
Definition at line 558 of file property.hh. Referenced by clearCache(). |