Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Sep 19, 2006, 11:52:01 PM (18 years ago)
Author:
bensch
Message:

nice description again for the load_params

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/new_class_id/src/lib/util/loading/load_param_description.h

    r9771 r9772  
    4343
    4444  void setDescription(const std::string& descriptionText);
     45  void setValues(unsigned int paramCount,
     46                 const MultiType* const defaultValues,
     47                 bool retVal = false);
    4548  /** @returns the descriptionString */
    4649  const std::string& description() { return this->_description; };
Note: See TracChangeset for help on using the changeset viewer.