-
Notifications
You must be signed in to change notification settings - Fork 3
2017 API dlibrary.vectorworks.ActivePluginEventEnum
Dieter Geerts edited this page Sep 24, 2016
·
1 revision
Enum to identify the possible plugin events.
The only event you really need is the VSO_ON_RESET event, all the rest are used internally and there are many decorators provided to setup all event-enabled plugin features available in Vectorworks.
:VSO_ON_RESET -- Will always happen, even for non-event enabled plugins.
:VSO_ON_DOUBLE_CLICK -- Will only happen when double click behaviour is set to custom event.
- object The most base type
- VSO_ON_ADD_STATE (44)
- VSO_ON_DOUBLE_CLICK (7)
- VSO_ON_INITIALIZATION (5)
- VSO_ON_RESET (3)
- VSO_ON_WIDGET_CLICK (35)
- VSO_ON_WIDGET_PREP (41)