1. rafcontpp package

1.1. Subpackages

1.2. Submodules

1.3. rafcontpp.hooks module

rafcontpp.hooks.main_window_setup(main_window_controller)[source]

called on window setup.

Parameters:main_window_controller – Unused
Returns:void
rafcontpp.hooks.post_init(*args, **kwargs)[source]

The post_init function of the execution hooks plugin. The observer of the execution hooks manager are initialized and hooks execution is enabled.

Returns:void
rafcontpp.hooks.post_state_editor_register_view(state_editor)[source]

called every time, a State Editor is created. adds the action tab.

Parameters:state_editor – The state editor
Returns:void
rafcontpp.hooks.pre_init()[source]

The pre_init function of the auto layout plugin. Currently method refresh selected state machine is used to trigger a auto layout.

Returns:void

1.4. Module contents