|
Tcl
|
Documented itcl class itcl_class .
More...
Public Member Functions | |
| constructor args | |
| Create object. | |
| destructor | |
| Destroy object. | |
| itcl_method_z arg | |
Documented itcl method itcl_method_z . | |
| itcl_method_x argx | |
Static Public Attributes | |
| itcl_Var | |
Documented common itcl var itcl_Var . | |
Protected Member Functions | |
| itcl_method_y arg | |
Documented itcl method itcl_method_y . | |
Static Protected Attributes | |
| itcl_var1 | |
Documented itcl var itcl_var1 . | |
| itcl_var2 | |
Private Member Functions | |
| itcl_method_x arg | |
Documented itcl method itcl_method_x . | |
Documented itcl class itcl_class .
Create object.
constructor {args} {eval $args}Destroy object.
destructor {exit}| ns::itcl_class::itcl_method_x | arg |
Documented itcl method itcl_method_x .
param[in] arg Argument
private method itcl_method_x {arg}{}
itcl::body ::ns::itcl_class::itcl_method_x {argx} {
puts "$argx OK"
}| ns::itcl_class::itcl_method_y | arg |
Documented itcl method itcl_method_y .
param[in] arg Argument
protected method itcl_method_y {arg} {}Documented itcl method itcl_method_z .
param[in] arg Argument
public method itcl_method_z {arg} {}ns::itcl_class::itcl_Var [static] |
Documented common itcl var itcl_Var .
common itcl_Varns::itcl_class::itcl_var1 [static, protected] |
Documented itcl var itcl_var1 .
variable #< Documented itcl var \c itcl_var1 .ns::itcl_class::itcl_var2 [static, protected] |
variable itcl_var2 }
1.7.6.1