Class EventTranslationNodeTest
Defined in File EventTranslationNodeTest.py
Inheritance Relationships
Base Type
public ScriptedLoadableModuleTest
Class Documentation
- EventTranslationNodeTest.EventTranslationNodeTest : public ScriptedLoadableModuleTest
Inheritance diagram for EventTranslationNodeTest::EventTranslationNodeTest:
Collaboration diagram for EventTranslationNodeTest::EventTranslationNodeTest:
Public Functions
- setUp(self)
- save_restore_scene(self)
- click_event(self, event_type, modifier=vtkEvent.AnyModifier)
- key_event(self, key, *modifier=vtkEvent.AnyModifier)
- test_can_be_created_from_scene(self)
- test_can_be_saved_and_restored_from_scene(self)
- test_saving_and_restoring_empty_returns_empty(self)
- test_can_translate_click_events(self)
- test_can_translate_key_events(self)
- test_translate_is_differentiated_by_modifiers(self)
- test_translate_has_any_state_source(self)
- test_specific_states_have_precedence_over_any_state(self)
- test_can_translate_drag_events(self)
- test_can_remove_given_event_types(self)
- test_can_block_event_types(self)
- test_can_block_all_event_types(self)