12#ifndef ARCANE_CORE_MESHEVENTS_H
13#define ARCANE_CORE_MESHEVENTS_H
43class ARCANE_CORE_EXPORT MeshEventArgs
54 IMesh* mesh()
const {
return m_mesh; }
59 IMesh* m_mesh =
nullptr;
Declarations of Arcane's general types.
-- tab-width: 2; indent-tabs-mode: nil; coding: utf-8-with-signature --
eMeshEventType
Events generated by IMesh.
@ EndPrepareDump
Event sent at the end of prepareForDump().
@ BeginPrepareDump
Event sent at the beginning of prepareForDump().