OEFileStringParameter¶
class OEFileStringParameter : public OESystem::OEStringParameter
The OEFileStringParameter represents parameter that has string
value
representing a readable file format for modeling objects, such as a molecule or a design unit.
- Following methods are publicly inherited from OEParameter:
AddAlias
andGetAliases
GetKeyless
andSetKeyless
IsSet
andIsSetToString
- Following methods are publicly inherited from OETypedParameter:
AddDefault
,GetDefault
,GetDefaults
andSetDefault
- Following methods are publicly inherited from OEPODParameter:
Constructors¶
OEFileStringParameter()
OEFileStringParameter(const std::string& name, const unsigned fileType, const unsigned fileTypeFlavor=InputDefault);
OEFileStringParameter(const std::string& name, const std::string& fileExt)
OEFileStringParameter(const OEFileStringParameter&)
Default and copy constructors.
Constructs an OEFileStringParameter instance using the specified set of parameters.
The fileType
argument refers to constants defined in the OEFileStringType
namespace.
The fileTypeFlavor
argument refers to constants defined in the OEFileStringTypeFlavor
namespace.