Actions
From IRIDAS Online Documentation
Contents |
Overview
Actions are commands that are used internally by IRIDAS applications to invoke functions. An action can be invoked by user interface elements, hardware control panels, or plug-ins. Actions can also be sent via the IRIDAS Remoting Interface (IRI).
Normally end-users of SpeedGrade and FrameCycler will have no contact with the inner workings of Action objects. However if you want to customize an IRIDAS application for use with an additional control panel, or want to automate tasks, Actions are very powerful.
Actions have a simple structure, they have a text-based ID that consists of two parts: Category and Command.
Category.Command
Together these two elements identify the actual action to be taken when the command is received.
For example, when
Application.Quit
is received, the program closes, just as if you would press ALT F4.
To see Actions in use, see the section about customizing the command console in SpeedGrade and FrameCycler.
Actions Reference
Basic Actions
Actions that control user interface and playback.
- Viewport Zoom and Pan Actions
- Channel View Actions
- Inpoint/Outpoint Actions
- Undo Actions
- Product Integration Actions
Grading and Mask Interface Actions
Actions that control the behaviour of the grading interface.
