Skip to content

2017 API dlibrary.vectorworks.ActivePluginEventEnum

Dieter Geerts edited this page Sep 24, 2016 · 1 revision

dlibrary.vectorworks.ActivePluginEventEnum

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.

Base classes

  • object The most base type

Constants

  • 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)

Home

DLibrary for VW2017

PREVIOUS VERSIONS

Clone this wiki locally