Uses of Class
omix.plugin.model.util.ChangeEvent
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 ChangeEvent in omix.plugin.model.util
Subclasses of ChangeEvent in omix.plugin.model.util Modifier and Type Class Description class
ModelChangeEvent
Methods in omix.plugin.model.util with parameters of type ChangeEvent Modifier and Type Method Description void
ChangeListener. changeOccurred(ChangeEvent event)
-
Uses of ChangeEvent in omix.util
Methods in omix.util with parameters of type ChangeEvent Modifier and Type Method Description void
SynchronousChangeListener. changeOccurred(ChangeEvent event)
-
Uses of ChangeEvent in omix.util.ui
Methods in omix.util.ui with parameters of type ChangeEvent Modifier and Type Method Description void
EventBasedChangeListener. changeOccurred(ChangeEvent event)
Constructor parameters in omix.util.ui with type arguments of type ChangeEvent Constructor Description EventBasedChangeListener(QMetaObject.Slot1<ChangeEvent> slot)