The Vish Visualization Shell 0.3
Vish
Wizt::VSlotGlobals Struct Reference

Internal helper class. More...

#include <ocean/plankton/VSlot.hpp>

Static Public Member Functions

static RefPtr< VSlotaddParameter (VSlotContainer *theObject, const ParameterID &name, int EL, const RefPtr< VParameter > &param, bool overwriteExistingSlot)
 Internal helper function.
static RefPtr< VSlotaddSlot (VSlotContainer *theObject, const RefPtr< VSlot > &S, int expertLevel, bool overwriteExistingSlot)
 Calls VObject::addSlot();.

Detailed Description

Internal helper class.

Member Function Documentation

◆ addParameter()

RefPtr< VSlot > Wizt::VSlotGlobals::addParameter ( VSlotContainer * theObject,
const ParameterID & name,
int EL,
const RefPtr< VParameter > & param,
bool overwriteExistingSlot )
static