Index: doc/Object.man =================================================================== diff -u -rb6d37659171e23799adb1f007ae7993e6fcee429 -r882ce0d599f066c5b163f482dfe0876d5552ce7f --- doc/Object.man (.../Object.man) (revision b6d37659171e23799adb1f007ae7993e6fcee429) +++ doc/Object.man (.../Object.man) (revision 882ce0d599f066c5b163f482dfe0876d5552ce7f) @@ -14,7 +14,7 @@ [vset MODIFIER "object"] [copyright {2014 Stefan Sobernig , Gustaf Neumann }] -[titledesc {nx::Object API Reference}] +[titledesc {API Reference of the base class in the NX object system}] [description] [para] @@ -37,7 +37,7 @@ [list_begin definitions] -[call [cmd nx::Object] [method create] [arg objectName] [opt "[option -object-mixin] [arg mixinSpec]"] [opt "[option -class] [arg newClassName]"] [opt "[option -object-filter] [arg filterSpec]"] [opt [arg initBlock]]] +[call [cmd nx::Object] [method create] [arg objectName] [opt "[option -object-mixins] [arg mixinSpec]"] [opt "[option -class] [arg newClassName]"] [opt "[option -object-filters] [arg filterSpec]"] [opt [arg initBlock]]] [para] @@ -47,7 +47,7 @@ an instance of [cmd nx::Class]. This way, singelton objects can be created, for example. -[call [cmd nx::Object] [method new] [opt "[option -object-mixin] [arg mixinSpec]"] [opt "[option -class] [arg newClassName]"] [opt "[option -object-filter] [arg filterSpec]"] [opt [arg initBlock]]] +[call [cmd nx::Object] [method new] [opt "[option -object-mixins] [arg mixinSpec]"] [opt "[option -class] [arg newClassName]"] [opt "[option -object-filters] [arg filterSpec]"] [opt [arg initBlock]]] To create a direct instance of [cmd nx::Object] having an automatically assigned, implict object name, use [method new] on [cmd nx::Object]. Note @@ -120,7 +120,7 @@ % nx::Object create obj ::obj % ::obj info configure -?-object-mixin /mixinreg .../? ?-class /class/? ?-object-filter /filterreg .../? ?/__initblock/? +?-object-mixins /mixinreg .../? ?-class /class/? ?-object-filters /filterreg .../? ?/__initblock/? % ::obj cget -class ::nx::Object [example_end]