» it.Attributi del Pin
This site relies heavily on Javascript. You should enable it if you want the full experience. Learn more.

it.Attributi del Pin

English | French

The original english version of this page is newer and may contain information this translation does not have! Click here to view the english version.

Gli attributi del pin descrivono l'aspetto di un campo dati in vvvv.
L'aspetto di maggiore importanza consiste nell'indicare se il pin sia di Input o di Output.

[Input("Input", DefaultValue = 1.0)]
ISpread<double> FInput;
 
[Output("Output")]
ISpread<double> FOutput;

Tra le parentesi (), un elenco di attributi di pin separati da una virgola può essere impostato come segue:

PinAttribute = PinValue,

Il valore, value, specificato deve essere del tipo degli attributi del pin.

Tutte le proprietà disponibili sono elencate in questa pagina.

Esempi:

Specificare un valore di default per un pin.

Questo valore è quello che verrà restituito se si usa la combo Alt + Clic Destro (Reimposta il pin al valore di default).

DefaultValue = 255.0

Specificare un pin "non-spread".

Il pin ha una sola slice e non l'utente non può cambiare questa condizione.

IsSingle = true

Specificare la visibilità del pin.

Visibility = PinVisibility.Hidden

Specificare come un pin sia del tipo filename.

Per aprire la finestra di dialogo al click destro.

StringType = StringType.Filename

Generare un gruppo di pin dinamico, dynamic pingroup

In questo caso l'utente può specificare il numero dei pin, pin count, nell'Inspektor. Funzionerà solo in combinazione con un ISpread<ISpread<T>>, con qualsiasi T.

[Input("Input", IsPinGroup = true)]
ISpread<ISpread<double>> FInput;

anonymous user login

Shoutbox

~4h ago

joreg: vvvvTv S02E01 is out: Buttons & Sliders with Dear ImGui: https://www.youtube.com/live/PuuTilbqd9w

~7d ago

joreg: vvvvTv S02E00 is out: Sensors & Servos with Arduino: https://visualprogramming.net/blog/2024/vvvvtv-is-back-with-season-2/

~7d ago

fleg: hey there! What's the best tool for remote work? Teamviewer feels terrible. Thanks!

~21d ago

joreg: Last call: 6-session vvvv beginner course starting November 4: https://thenodeinstitute.org/courses/ws24-5-vvvv-beginners-part-i/

~1mth ago

joreg: Missed the last meetup? You can rewatch it here: https://www.youtube.com/live/MdvTa58uxB0?si=Fwi-9hHoCmo794Ag

~1mth ago

theurbankind: When is the next big event, like node festival ?

~1mth ago

~1mth ago

joreg: Join us for the next vvvv meetup on Oktober 17th: https://visualprogramming.net/blog/2024/25.-vvvv-worldwide-meetup/

~1mth ago

joreg: 6 session beginner course part 2 "Deep Dive" starts January 13th: https://thenodeinstitute.org/courses/ws24-5-vvvv-beginners-part-ii/