Minor documentation changes for wxPersistentObject.
This commit is contained in:
@@ -292,13 +292,14 @@ protected:
|
|||||||
bool SaveValue(const wxString& name, T value) const;
|
bool SaveValue(const wxString& name, T value) const;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
Restore the value saved by Save().
|
Restore a value saved by SaveValue().
|
||||||
|
|
||||||
@param name
|
@param name
|
||||||
The same name as was used by Save().
|
The same name as was used by SaveValue().
|
||||||
@param value
|
@param value
|
||||||
Non-@NULL pointer which will be filled with the value if it was
|
Non-@NULL pointer to the same type that was passed to SaveValue().
|
||||||
read successfully or not modified if it wasn't.
|
The pointed to object will be filled with the saved value if it
|
||||||
|
was read successfully or not modified otherwise.
|
||||||
@return
|
@return
|
||||||
@true if the value was successfully read or @false if it was not
|
@true if the value was successfully read or @false if it was not
|
||||||
found or an error occurred.
|
found or an error occurred.
|
||||||
|
Reference in New Issue
Block a user