|
QVISH 0.1
|
A QAction for insertion into a QMenu that will connect parameters. More...
#include <qVParameterConnectAction.hpp>
Classes | |
| struct | MenuPrepare |
| Callback object to allow inserting information into a QMenu in case there are output objects found. More... | |
Public Slots | |
| void | connectParameter () |
Static Public Member Functions | |
| static int | addConnectableObjects (const RefPtr< VObject > &vobj, const RefPtr< VSlot > &ObjectSlot, QMenu &Menu) |
| For the given type, find all parameters that can be attached to the given object. | |
| static int | addConnectableObjects (const RefPtr< VObject > &vobj, const RefPtr< VSlot > &ObjectSlot, QMenu &Menu, MenuPrepare &MP) |
| For the given type, find all parameters that can be attached to the given object. | |
A QAction for insertion into a QMenu that will connect parameters.
Call the static member function addConnectableObjects() to add connector objects to a QMenu:
@See qVInputCreatorAction
|
inlinestatic |
For the given type, find all parameters that can be attached to the given object.
|
static |
For the given type, find all parameters that can be attached to the given object.
Use qVInputCreatorAction for possible creation of new inputs.