- Methods: All Methods Documented Methods Hide Methods
- Source: Display Source Hide Source
- Variables: Show Variables Hide Variables
Class ::nx::BootStrapVariableSlot
::nx::BootStrapVariableSlot create ...
Class Relations
::nx::MetaSlot create ::nx::BootStrapVariableSlot \ -superclass ::nx::ObjectParameterSlotMethods (to be applied on instances)
getParameterSpec (scripted)
if {[info exists :parameterSpec]} { return ${:parameterSpec} } set name [namespace tail [self]] set prefix [expr {[info exists :positional] && ${:positional} ? "" : "-"}] set options [list] if {[info exists :default]} { if {[string match {*\[*\]*} ${:default}]} { lappend options substdefault } set :parameterSpec [list [list [:namedParameterSpec $prefix $name $options]] ${:default}] } else { set :parameterSpec [list [:namedParameterSpec $prefix $name $options]] } return ${:parameterSpec}
- Methods: All Methods Documented Methods Hide Methods
- Source: Display Source Hide Source
- Variables: Show Variables Hide Variables