Skip to content

PythonEventHooks

Canonical path: NemAll_Python_AllplanSettings.PythonEventHooks

Bases: Enum

Defintion of the Python event hooks

ePostAllplanStart : Event that is sent after Allplan is started ePreAllplanClose : Event that is sent before Allplan is closed ePostDrawingFilesLoad : Event that is sent after new drawing files are loaded ePreDrawingFilesSave : Event that is sent before the drawing files are saved ePostProjectLoad : Event that is send after a new project is loaded ePreProjectClose : Event that is send before a project is closed ePostDocumentUpdate : Event that is send after a document update eMoveElementToDifferentDF : Event that is send after elements are moved to different drawing file

Attributes:

eMoveElementToDifferentDF class-attribute instance-attribute

eMoveElementToDifferentDF = 7

ePostAllplanStart class-attribute instance-attribute

ePostAllplanStart = 0

ePostDocumentUpdate class-attribute instance-attribute

ePostDocumentUpdate = 6

ePostDrawingFilesLoad class-attribute instance-attribute

ePostDrawingFilesLoad = 2

ePostProjectLoad class-attribute instance-attribute

ePostProjectLoad = 4

ePreAllplanClose class-attribute instance-attribute

ePreAllplanClose = 1

ePreDrawingFilesSave class-attribute instance-attribute

ePreDrawingFilesSave = 3

ePreProjectClose class-attribute instance-attribute

ePreProjectClose = 5
Placeholder