API Interne de l'interface d'une liste d'options du jeu de données.
Plus de détails...
#include <arcane/core/internal/ICaseOptionListInternal.h>
|
|
virtual void | addConfig (CaseOptionBase *o, const XmlNode &parent)=0 |
| |
| virtual void | setRootElementWithParent (const XmlNode &parent_element)=0 |
| | Positionne l'élément racine de la liste, avec parent_element comme parent. Si déjà positionné, ne fait rien.
|
| |
| virtual void | setRootElement (const XmlNode &root_element)=0 |
| | Positionne l'élément racine de la liste. Si déjà positionné, lance une exception.
|
| |
| virtual void | addInvalidChildren (XmlNodeList &nlist)=0 |
| | Ajoute les éléments fils ne correspondants par à de options dans nlist.
|
| |
|
| static ICaseOptionList * | create (ICaseMng *m, ICaseOptions *ref_opt, const XmlNode &parent_element) |
| |
| static ICaseOptionList * | create (ICaseOptionList *parent, ICaseOptions *ref_opt, const XmlNode &parent_element) |
| |
| static ICaseOptionList * | create (ICaseOptionList *parent, ICaseOptions *ref_opt, const XmlNode &parent_element, bool is_optional, bool is_multi) |
| |
| static ICaseOptionList * | create (ICaseOptionsMulti *com, ICaseOptions *co, ICaseMng *m, const XmlNode &element, Integer min_occurs, Integer max_occurs) |
| |
| static ICaseOptionList * | create (ICaseOptionsMulti *com, ICaseOptions *co, ICaseOptionList *parent, const XmlNode &element, Integer min_occurs, Integer max_occurs) |
| |
API Interne de l'interface d'une liste d'options du jeu de données.
Définition à la ligne 31 du fichier ICaseOptionListInternal.h.
◆ addInvalidChildren()
| virtual void Arcane::ICaseOptionListInternal::addInvalidChildren |
( |
XmlNodeList & | nlist | ) |
|
|
pure virtual |
◆ create() [1/5]
◆ create() [2/5]
◆ create() [3/5]
◆ create() [4/5]
◆ create() [5/5]
◆ setRootElement()
| virtual void Arcane::ICaseOptionListInternal::setRootElement |
( |
const XmlNode & | root_element | ) |
|
|
pure virtual |
◆ setRootElementWithParent()
| virtual void Arcane::ICaseOptionListInternal::setRootElementWithParent |
( |
const XmlNode & | parent_element | ) |
|
|
pure virtual |
La documentation de cette classe a été générée à partir des fichiers suivants :