| 50 | IE_CORE_DEFINERUNTIMETYPED( DirNameParameter ); |
| 51 | |
| 52 | DirNameParameter::DirNameParameter( const std::string &name, const std::string &description, |
| 53 | const std::string &defaultValue, bool allowEmptyString, PathParameter::CheckType check, |
| 54 | const StringParameter::PresetsContainer &presets, bool presetsOnly, ConstCompoundObjectPtr userData ) |
| 55 | : PathParameter( name, description, defaultValue, allowEmptyString, check, presets, presetsOnly, userData ) |
| 56 | { |
| 57 | } |
| 58 | |
| 59 | bool DirNameParameter::valueValid( const Object *value, std::string *reason ) const |
| 60 | { |
no outgoing calls
no test coverage detected