Public Member Functions | |
| virtual String | rootTagTrueName () const =0 |
| True name (untranslated) of the element. | |
| virtual String | rootTagName () const =0 |
| Name of the element in the data set language. | |
| virtual String | translatedName (const String &lang) const =0 |
| Name in the language lang of the option. Returns rootTagTrueName() if no translation exists. | |
| virtual void | read (bool is_phase1)=0 |
| virtual void | read (eCaseOptionReadPhase read_phase)=0 |
| Performs the reading of the read_phase phase of the options. | |
| virtual void | addInvalidChildren (XmlNodeList &)=0 |
| virtual void | printChildren (const String &lang, int indent)=0 |
| virtual IServiceInfo * | caseServiceInfo () const =0 |
| Returns the associated service or nullptr if none exists. | |
| virtual IModule * | caseModule () const =0 |
| Returns the associated module or nullptr if none exists. | |
| virtual void | setCaseServiceInfo (IServiceInfo *m)=0 |
| virtual void | setCaseModule (IModule *m)=0 |
| virtual void | deepGetChildren (Array< CaseOptionBase * > &col)=0 |
| virtual ICaseOptionList * | configList ()=0 |
| virtual const ICaseOptionList * | configList () const =0 |
| virtual ICaseFunction * | activateFunction ()=0 |
| Function indicating the activation status of the option. | |
| virtual bool | isPresent () const =0 |
| Indicates whether the option is present in the data set. | |
| virtual void | addAlternativeNodeName (const String &lang, const String &name)=0 |
| virtual ICaseMng * | caseMng () const =0 |
| virtual ITraceMng * | traceMng () const =0 |
| virtual ISubDomain * | subDomain () const =0 |
| Associated sub-domain. | |
| virtual IMesh * | mesh () const =0 |
| virtual MeshHandle | meshHandle () const =0 |
| virtual ICaseDocument * | caseDocument () const =0 |
| virtual ICaseDocumentFragment * | caseDocumentFragment () const =0 |
| virtual void | detach ()=0 |
| virtual void | visit (ICaseDocumentVisitor *visitor) const =0 |
| Applies the visitor to this option. | |
| virtual String | xpathFullName () const =0 |
| Full name in XPath format corresponding to rootElement(). | |
| virtual Ref< ICaseOptions > | toReference ()=0 |
Definition at line 35 of file ICaseOptions.h.
|
pure virtual |
Function indicating the activation status of the option.
Implemented in Arcane::CaseOptions.
References activateFunction().
Referenced by activateFunction().
|
pure virtual |
Implemented in Arcane::CaseOptions.
|
pure virtual |
Implemented in Arcane::CaseOptions.
|
pure virtual |
Returns the associated module or nullptr if none exists.
Implemented in Arcane::CaseOptions.
References caseModule().
Referenced by caseModule().
|
pure virtual |
Returns the associated service or nullptr if none exists.
Implemented in Arcane::CaseOptions.
References caseServiceInfo().
Referenced by caseServiceInfo().
|
pure virtual |
Implemented in Arcane::CaseOptions.
|
pure virtual |
Indicates whether the option is present in the data set.
An option may not appear if it only contains options with a default value.
Implemented in Arcane::CaseOptions.
References isPresent().
Referenced by isPresent().
|
pure virtual |
Performs the reading of the read_phase phase of the options.
Implemented in Arcane::CaseOptions, and Arcane::CaseOptionServiceImpl.
|
pure virtual |
Name of the element in the data set language.
Implemented in Arcane::CaseOptions.
Referenced by Arcane::CaseOptionList::addChild(), and Arcane::CaseOptionList::removeChild().
|
pure virtual |
True name (untranslated) of the element.
Implemented in Arcane::CaseOptions.
|
pure virtual |
Implemented in Arcane::CaseOptions.
|
pure virtual |
Implemented in Arcane::CaseOptions.
|
pure virtual |
Associated sub-domain.
Implemented in Arcane::CaseOptions.
References subDomain().
Referenced by subDomain().
Name in the language lang of the option. Returns rootTagTrueName() if no translation exists.
Implemented in Arcane::CaseOptions.
|
pure virtual |
Applies the visitor to this option.
Implemented in Arcane::CaseOptionMultiServiceImpl, Arcane::CaseOptions, and Arcane::CaseOptionServiceImpl.
References visit().
Referenced by visit().
|
pure virtual |
Full name in XPath format corresponding to rootElement().
Implemented in Arcane::CaseOptions.
References xpathFullName().
Referenced by xpathFullName().