Public Member Functions | |
| CaseOptionsPrivate (ICaseMng *cm, const String &name) | |
| CaseOptionsPrivate (ICaseOptionList *co_list, const String &name) | |
Public Attributes | |
| ICaseOptionList * | m_parent = nullptr |
| ICaseMng * | m_case_mng |
| ReferenceCounter< ICaseOptionList > | m_config_list |
| IModule * | m_module = nullptr |
| Associated module or 0 if none. | |
| IServiceInfo * | m_service_info = nullptr |
| Associated service or 0 if none. | |
| String | m_name |
| String | m_true_name |
| bool | m_is_multi = false |
| bool | m_is_translated_name_set = false |
| bool | m_is_phase1_read = false |
| StringDictionary | m_name_translations |
| ICaseFunction * | m_activate_function = nullptr |
| Function indicating activation status. | |
| bool | m_is_case_mng_registered = false |
| MeshHandle | m_mesh_handle |
| ICaseDocumentFragment * | m_own_case_document_fragment = nullptr |
| Ref< ICaseMng > | m_case_mng_ref |
Definition at line 57 of file CaseOptions.cc.
Definition at line 61 of file CaseOptions.cc.
|
inline |
Definition at line 69 of file CaseOptions.cc.
|
inline |
Definition at line 79 of file CaseOptions.cc.
| ICaseFunction* Arcane::CaseOptionsPrivate::m_activate_function = nullptr |
Function indicating activation status.
Definition at line 97 of file CaseOptions.cc.
| ICaseMng* Arcane::CaseOptionsPrivate::m_case_mng |
Definition at line 87 of file CaseOptions.cc.
Definition at line 102 of file CaseOptions.cc.
| ReferenceCounter<ICaseOptionList> Arcane::CaseOptionsPrivate::m_config_list |
Definition at line 88 of file CaseOptions.cc.
| bool Arcane::CaseOptionsPrivate::m_is_case_mng_registered = false |
Definition at line 98 of file CaseOptions.cc.
| bool Arcane::CaseOptionsPrivate::m_is_multi = false |
Definition at line 93 of file CaseOptions.cc.
| bool Arcane::CaseOptionsPrivate::m_is_phase1_read = false |
Definition at line 95 of file CaseOptions.cc.
| bool Arcane::CaseOptionsPrivate::m_is_translated_name_set = false |
Definition at line 94 of file CaseOptions.cc.
| MeshHandle Arcane::CaseOptionsPrivate::m_mesh_handle |
Definition at line 99 of file CaseOptions.cc.
| IModule* Arcane::CaseOptionsPrivate::m_module = nullptr |
Associated module or 0 if none.
Definition at line 89 of file CaseOptions.cc.
| String Arcane::CaseOptionsPrivate::m_name |
Definition at line 91 of file CaseOptions.cc.
| StringDictionary Arcane::CaseOptionsPrivate::m_name_translations |
Definition at line 96 of file CaseOptions.cc.
| ICaseDocumentFragment* Arcane::CaseOptionsPrivate::m_own_case_document_fragment = nullptr |
Definition at line 101 of file CaseOptions.cc.
| ICaseOptionList* Arcane::CaseOptionsPrivate::m_parent = nullptr |
Definition at line 86 of file CaseOptions.cc.
| IServiceInfo* Arcane::CaseOptionsPrivate::m_service_info = nullptr |
Associated service or 0 if none.
Definition at line 90 of file CaseOptions.cc.
| String Arcane::CaseOptionsPrivate::m_true_name |
Definition at line 92 of file CaseOptions.cc.