Uses of Class
omix.plugin.model.util.ModelChangeEvent
Package | Description |
---|---|
omix.plugin.model.util | |
omix.util |
This package contains utilities for OVL and Omix plugin development.
|
omix.util.ui |
This package contains GUI elements (widgets) which can be used in Omix plugin programs.
|
-
Uses of ModelChangeEvent in omix.plugin.model.util
Methods in omix.plugin.model.util with parameters of type ModelChangeEvent Modifier and Type Method Description void
ModelChangeListener. modelChangeOccurred(ModelChangeEvent event)
-
Uses of ModelChangeEvent in omix.util
Methods in omix.util with parameters of type ModelChangeEvent Modifier and Type Method Description void
SynchronousModelChangeListener. modelChangeOccurred(ModelChangeEvent event)
-
Uses of ModelChangeEvent in omix.util.ui
Methods in omix.util.ui with parameters of type ModelChangeEvent Modifier and Type Method Description void
EventBasedModelChangeListener. modelChangeOccurred(ModelChangeEvent event)
Constructor parameters in omix.util.ui with type arguments of type ModelChangeEvent Constructor Description EventBasedModelChangeListener(QMetaObject.Slot1<ModelChangeEvent> slot)