"transparentForMouseInGedi"

The attribute "transparentForMouseInGedi" allows to prevent objects from using mouse events while objects in the background can be used with the mouse.

Synopsis

setValue( string shape, "transparentForMouseInGedi", bool b );

getValue(string shape, "transparentForMouseInGedi", boolb);

shape.transparentForMouseInGedi(bool b);

Parameter

Parameter Description
shape Name of the object
b "Transparency" state of the object

Description

The attribute "transparentForMouseInGedi" specifies whether the object allows an interaction with the mouse and the object can be performed or if the mouse controls are used for underlaying objects inside of the GEDI. Hereby only left mouse clicks are filtered.

This allows for example to use any object as a visual background for the panel without the necessity to always distinguish between objects that you want to select (via click or selection bounding box) and the background graphics.

The objects can still be selected by using the right click context menu inside of the GEDI as well as by using the Shape/Group Selector.

Assignment

All widgets