Skip to main content
Ctrl+K
Logo image

COMPAS Viewer

  • Introduction
  • Installation
  • Tutorials
    • File Structure
  • Examples
    • Basic Examples
    • Object Examples
    • Color Examples
    • Layout Examples
    • Dynamic Examples
    • Other Examples
  • API Reference
    • compas_viewer.viewer
    • compas_viewer.scene
    • compas_viewer.controller
    • compas_viewer.actions
    • compas_viewer.components
    • compas_viewer.configurations
    • compas_viewer.layout
    • compas_viewer.utilities
  • License
  • Acknowledgements
COMPAS.dev
  • API Reference
  • compas_viewer.configurations
  • ActionConfig

ActionConfig

class ActionConfig[source]

Bases: object

The class representation of the key-based action configuration. The action config contains two elements, “key” and “modifier”.

Parameters:
keystr

The key.

modifierstr, optional

The key modifier.

See also

compas_viewer.configurations.controller_config.ControllerConfig
Attributes:
configActionConfigType

A TypedDict with defined keys and types.

keyPySide6.QtCore.Qt.Key

The Qt key.

modifierPySide6.QtCore.Qt.KeyboardModifier

The Qt modifier.

On this page
  • ActionConfig

© Copyright COMPAS Association.

Created using Sphinx 6.2.1.

Built with the PyData Sphinx Theme 0.13.3.