|
| DistiAttributeCWDRelativePath (CallbackMethodCallerBase *callback, const AttributeName &name, FilePathClass *attribPtr, bool useEmptyTag=false) |
|
| DistiAttributeCWDRelativePath (CallbackMethodCallerBase *callback, const AttributeName &name, FilePathClass initialValue, bool useEmptyTag=false) |
|
virtual std::ostream & | WriteValue (std::ostream &outstr) |
|
virtual std::istream & | ReadValue (std::istream &instr) |
|
| DistiAttributeFilePathClass (const FilePathClass &basePath, CallbackMethodCallerBase *callback, const AttributeName &name, FilePathClass *attribPtr, bool useEmptyTag=false) |
|
| DistiAttributeFilePathClass (const FilePathClass &basePath, CallbackMethodCallerBase *callback, const AttributeName &name, FilePathClass initialValue, bool useEmptyTag=false) |
|
virtual DistiAttributeBase & | operator= (const DistiAttributeBase &oldClass) |
|
| DistiAttributeBase (CallbackMethodCallerBase *callback, const AttributeName &name, bool localStorage) |
|
const AttributeName & | Name () const |
|
AttributeName & | Name () |
|
bool | LocalStorage () const |
|
virtual bool | Copyable () const |
|
virtual bool | OkToWrite () const |
|
virtual bool | ValueChanged () |
|
virtual void | ResetValueChanged () |
|
virtual std::string | ValueString () |
|
virtual void | ValueString (const std::string &s) |
|
virtual long | ValueInt () |
|
virtual void | ValueInt (long val) |
|
virtual double | ValueFloat () |
|
virtual void | ValueFloat (double val) |
|
virtual void | CallCallback () |
|
virtual bool | operator== (const DistiAttributeBase &r) |
|
template<class valType > |
DistiAttributeBase & | operator<< (const valType &val) |
|
template<class valType > |
DistiAttributeBase & | operator>> (valType &val) |
|
virtual CallbackID | RegisterObserver (AttributeObserver *observer) |
|
virtual void | UnregisterObserver (CallbackID id) |
|
virtual void | NotifyObservers () |
|
void | AddWeakReference (WeakReference *weakRef) |
|
void | NotifyWeakReferenceDestroyed (WeakReference *ref) |
|
This is a FilePathClass attribute that will save/read the path relative to the current working directory.