Table of Contents

SteereoCommand

Description

The SteereoCommand class is the base class for all commands, which determine the steering functionality of a simulation.

Writing own commands

An example is already given in the Howto. Here I will explain more detailed what you can do in your commands:

Functions to use

This functions from SteereoCommand can be used to configure your own command:

The first two can be set as the second (name), respectively first parameter (undoable flag) of the SteereoCommand constructor.

Functions to override

You shape the main characteristics of your command by overriding the following functions: