Changeset 7297 for code/branches/doc/src/libraries/core/XMLPort.h
- Timestamp:
- Aug 31, 2010, 8:37:29 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/doc/src/libraries/core/XMLPort.h
r7291 r7297 148 148 @param paramname The name of the attribute 149 149 @param loadfunction The function to set the attribute inside of the member object. 150 @param loadfunction The function to get the attribute from the member object 150 @param savefunction The function to get the attribute from the member object 151 @param xmlelement The XML-element that is parsed by this macro 152 @param mode Loading or saving 151 153 152 154 Sometimes you'll have a member object in your class, which has it's own load- and savefunctions. … … 196 198 @param sectionname The name of the subsection in the XML file that encloses the sub-objects ("" means no subsection) 197 199 @param loadfunction The function to add a new object to the class 198 @param loadfunction The function to get all added objects from the class200 @param savefunction The function to get all added objects from the class 199 201 @param xmlelement The XMLElement (received through the XMLPort function) 200 202 @param mode The mode (load/save) (received through the XMLPort function)
Note: See TracChangeset
for help on using the changeset viewer.