Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Sep 20, 2006, 12:17:44 AM (18 years ago)
Author:
bensch
Message:

doxy

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/new_class_id/src/lib/util/loading/load_param_class_description.cc

    r9775 r9776  
    3636{ }
    3737
     38
    3839/**
    39  *  deletes a classDescription (deletes all the parameterDescriptions as well
     40 * @brief clears all LoadParamDescriptions.
    4041 */
    41 LoadParamClassDescription::~LoadParamClassDescription()
    42 {}
    43 
    4442void LoadParamClassDescription::deleteAllDescriptions()
    4543{
     
    4846
    4947
    50 
     48/**
     49 * @brief describes a LoadParam-parameter.
     50 * @param classID the ID of the class.
     51 * @param paramName the Name of the Parameter.
     52 * @param descriptionText the Test to set.
     53 */
    5154void LoadParamClassDescription::describeClass(const ClassID& classID,
    5255    const std::string& paramName,
     
    5861}
    5962
    60 
     63/**
     64 * @brief sets Values of the specified LoadParam-parameter.
     65 * @param classID the ID of the class.
     66 * @param paramName the name of the Parameter.
     67 * @param paramCount the count of Parameters this LoadParam takes.
     68 * @param defaultValues the default Values.
     69 * @param retVal if the Parameter takes return Values.
     70 */
    6171void LoadParamClassDescription::setValuesOf(const ClassID& classID,
    6272    const std::string& paramName,
Note: See TracChangeset for help on using the changeset viewer.