| addPropertyListener(PropertyListener *pl, bool refresh=true) | RemoteProperty | [virtual] |
| asyncRead() | RemoteProperty | [virtual] |
| asyncRead(int start, int length) | RemoteProperty | [virtual] |
| checkDecoded() | RemoteProperty | [protected, virtual] |
| clearCache() | RemoteProperty | [virtual] |
| data | Property | [protected] |
| data_length | Property | [protected] |
| datatype | Property | [protected] |
| decoded | Property | [protected] |
| doExcise() | Property | [virtual] |
| doSaveState(MessageBlock &output, set< string > &types, bool portable) | Property | [virtual] |
| first_read | RemoteProperty | [protected] |
| getBoolProperty(Vobject &on, const string &name) | Property | [static] |
| getBoolProperty(Vobject &on, const string &name, bool defaultVal) | Property | [static] |
| getDataType() | Property | [virtual] |
| getFloatProperty(Vobject &on, const string &name, double lowLim, double upLim) | Property | [static] |
| getFloatProperty(Vobject &on, const string &name, double defaultVal, double lowerLimit, double upperLimit) | Property | [static] |
| getFloatProperty(Vobject &on, const string &name, double defaultVal) | Property | [static] |
| getFloatProperty(Vobject &on, const string &name) | Property | [static] |
| getFloatVectorProperty(Vobject &on, const string &name) | Property | [static] |
| getIntProperty(Vobject &on, const string &name) | Property | [static] |
| getIntProperty(Vobject &on, const string &name, int defaultVal) | Property | [static] |
| getIntProperty(Vobject &on, const string &name, int lowerLimit, int upperLimit) | Property | [static] |
| getIntProperty(Vobject &on, const string &name, int defaultVal, int lowerLimit, int upperLimit) | Property | [static] |
| getLength() | RemoteProperty | [virtual] |
| getProperty(Vobject &on, const string &name) | Property | [static] |
| getProperty(Vobject &on, const string &name, const string &defaultVal) | Property | [static] |
| getRawDataType() | RemoteProperty | [virtual] |
| getRawLength() | RemoteProperty | [virtual] |
| getType() | Property | [virtual] |
| new_RemoteProperty(MetaObject *superobject, const string &type) | RemoteProperty | [static] |
| notifyObjectExcise(RefCounted *object) | Property | [virtual] |
| offset | RemoteProperty | [protected] |
| Property(MetaObject *superobject) | Property | [protected] |
| Property(MetaObject *superobject, const string &d, const string &dt) | Property | [protected] |
| PropertyListenerMap typedef | Property | [protected] |
| propertyListeners | Property | [protected] |
| raw_data | Property | [protected] |
| raw_datatype | Property | [protected] |
| raw_length | Property | [protected] |
| read(string &target, int start, int length) | RemoteProperty | [virtual] |
| Property::read(string &target) | Property | [virtual] |
| Property::read() | Property | [virtual] |
| Property::read(int start, int length) | Property | [virtual] |
| readFromFile(const string &filename, const string &type="") | Property | |
| readRaw(string &target, int start, int length) | RemoteProperty | [virtual] |
| Property::readRaw(string &target) | Property | [virtual] |
| Property::readRaw() | Property | [virtual] |
| Property::readRaw(int start, int length) | Property | [virtual] |
| registerExtenders() | Property | [static] |
| RemoteProperty(MetaObject *superobject) | RemoteProperty | |
| removePropertyListener(PropertyListener *pl) | RemoteProperty | [virtual] |
| replace(const string &newdata, const string &newtype="?") | RemoteProperty | [virtual] |
| setBoolProperty(Vobject &on, const string &name, bool val, PropertyAccessControl *ac) | Property | [static] |
| setFloatProperty(Vobject &on, const string &name, double val, double lowerLimit, double upperLimit, PropertyAccessControl *ac) | Property | [static] |
| setFloatProperty(Vobject &on, const string &name, double val, PropertyAccessControl *ac) | Property | [static] |
| setFloatVectorProperty(Vobject &on, const string &name, vector< double > v, PropertyAccessControl *ac) | Property | [static] |
| setIntProperty(Vobject &on, const string &name, int val, PropertyAccessControl *ac) | Property | [static] |
| setIntProperty(Vobject &on, const string &name, int val, int lowerLimit, int upperLimit, PropertyAccessControl *ac) | Property | [static] |
| setProperty(Vobject &on, const string &propname, const string &propval, const string &valtype, PropertyAccessControl *pac) | Property | [static] |
| setProperty(Vobject &on, const string &propname, double propval, PropertyAccessControl *pac) | Property | [static] |
| setPropertyWithReturn(Vobject &on, const string &propname, const string &propval, const string &valtype, PropertyAccessControl *pac, bool letErrorThrough=false) | Property | [static] |
| setPropertyWithReturn(Vobject &on, const string &propname, double propval, PropertyAccessControl *pac) | Property | [static] |
| write(int start, const string &newdata) | RemoteProperty | [virtual] |
| writeRawToFile(Property *p, const string &filename, int offset=0, int length=-1) | Property | [inline, static] |
| writeRawToFile(const string &filename, int offset=0, int length=1) | Property | |
| writeStringToFile(const string &s, const string &filename) | Property | [protected, static] |
| writeToFile(Property *p, const string &filename, int offset=0, int length=-1) | Property | [inline, static] |
| writeToFile(const string &filename, int offset=0, int length=-1) | Property | |