Methods: | Source: | Variables: |
---|---|---|
[All Methods | Documented Methods | Hide Methods] | [Display Source | Hide Source] | [Show Variables | Hide Variables] |
::xotcl::Class
::Test
Class Hierarchy of ::Test
Test Class for the documentation of
- ::xotcl::Object
![]()
- Meta-class:
- ::xotcl::Class
- Methods for instances:
- __api_make_doc, __api_make_forward_doc, __timediff, abstract, ad_doc, ad_forward, ad_proc, appendC, arrayC, asHTML, autonameC, check, classC, cleanupC, configureC, containsC, copyC, db_0or1rowC, db_1rowC, debug, defaultmethodC, destroyC, destroy_on_cleanup, ds, evalC, existsC, extractConfigureArg, filterC, filterguardC, filtersearch, forward, hasclass, incrC, infoC, init, instvarC, invarC, isclass, ismetaclass, ismixin, isobject, istype, lappendC, log, method, mixinC, mixinguardC, moveC, msg, noinitC, objectparameter, parametercmdC, proc, procsearch, qn, requireNamespaceC, residualargsC, self, serialize, setC, set_instance_vars_defaults, show-object, substC, traceC, unknown, unsetC, uplevelC, upvarC, volatileC, vwait
- Methods to be applied on the class (in addition to the methods provided by the meta-class):
- getExitHandler, setExitHandler, unsetExitHandler
- ::Test
![]()
- Meta-class:
- ::xotcl::Class
- Methods for instances:
- my-method, my-method2, my-method3
- Methods to be applied on the class (in addition to the methods provided by the meta-class):
- my-class-specific-proc
Classes
,Objects
,instprocs
, andprocs
.Defined in packages/xotcl-core/tcl/03-doc-procs.tcl
- Author:
- Gustaf Neumann
- CVS Identification:
$Id: 03-doc-procs.tcl,v 1.5 2012/06/25 14:46:52 victorg Exp $
Class Relations
Methods
proc my-class-specific-proc (public)
::Test
my-class-specific-proc x y
This is a proc of Class Test merely for testing purposes...
- Parameters:
-
x - First Operand
y - Second Operand
instproc my-method (public)
<instance of ::Test
> my-method -id id
This is an instproc of Class Test merely for testing purposes...
- Switches:
- -id (required)
- Some Id
instproc my-method2 (public)
<instance of ::Test
> my-method2 -id id [ -flag on|off ]
This is an instproc of Class Test merely for testing purposes...
- Switches:
- -id (required)
- Some Id
- -flag (boolean) (defaults to
"true"
) (optional) - Some flag
instproc my-method3 (private)
<instance of ::Test
> my-method3 -id id [ -flag on|off ] \ [ -switch ] x [ y ]
This is an instproc of Class Test merely for testing purposes...
- Switches:
- -id (required)
- Some Id
- -flag (boolean) (defaults to
"true"
) (optional) - Some flag
- -switch (defaults to
"false"
) (optional) - Switch to turn on or off depending on default
- Parameters:
-
x - First Operand
y (defaults to"1"
) - Second Operand
Methods: | Source: | Variables: |
---|---|---|
[All Methods | Documented Methods | Hide Methods] | [Display Source | Hide Source] | [Show Variables | Hide Variables] |