- Methods: All Methods Documented Methods Hide Methods
- Source: Display Source Hide Source
- Variables: Show Variables Hide Variables
Class Relations
::nx::Object create ::nx::configure
Methods (to be applied on the object)
defaultAccessor (scripted)
if {[info exists value]} { if {$value ni {"public" "protected" "private" "none"}} { return -code error {defaultAccessor must be "public", "protected", "private" or "none"} } ::nsf::method::create Object __default_accessor args [list return $value] ::nsf::method::property Object __default_accessor call-protected true } return [::nsf::dispatch [::nx::self] __default_accessor]
defaultMethodCallProtection (scripted)
if {[info exists value]} { ::nsf::method::create Object __default_method_call_protection args [list return $value] ::nsf::method::property Object __default_method_call_protection call-protected true } return [::nsf::dispatch [::nx::self] __default_method_call_protection]
- Methods: All Methods Documented Methods Hide Methods
- Source: Display Source Hide Source
- Variables: Show Variables Hide Variables