|
The Vish Visualization Shell 0.3
Vish
|
Public Member Functions | |
| bool | contains (const RefPtr< VSlot > &) const |
| Check if the given Slot is contained in this set. | |
| RefPtr< VSlot > | findByName (const string &) const |
| Find a slot given a name. | |
| RefPtr< VSlot > | findFirstParameter (const RefPtr< VParameter > &P) const |
| Find the first slot in this set that refers to the specified parameter. | |
| RefPtr< VSlot > | insertSlot (const RefPtr< VSlot > &mySlot, bool overwriteSlot=true) |
| Insert a slot in this set, overwrite an existing one if such is desired. | |
| int | iterate (int EL, Iterator &VIIt) |
| Iterate over all slots contained here. | |
| bool | removeSlot (const string &SlotNname) |
| Remove an entry. | |
| RefPtr< VSlot > Wizt::VSlotSet::findFirstParameter | ( | const RefPtr< VParameter > & | P | ) | const |
Find the first slot in this set that refers to the specified parameter.
There can be many slots refer to the same parameter. To find all occurances use iterate() to inspect all Slots.
| int Wizt::VSlotSet::iterate | ( | int | EL, |
| Iterator & | VIIt | ||
| ) |
Iterate over all slots contained here.
References Wizt::VSlotIterator::apply(), and Wizt::Vprintf().