objects/
mg_object__define.pro
Base class for objects to add a few introspection methods such as ::help and ::toString.
Routines
mg_object::help
Display internal help output with OBJECTS set for this object (so it shows instance data as well).
result = mg_object::toString()
Returns a string representation of the object.
result = mg_object::_getClassInfo(classname, output=output, function_start=function_start)
result = mg_object::_overloadHelp(varname)
mg_object__define
Define instance variables.
Routine details
top source mg_object::help
mg_object::help
Display internal help output with OBJECTS set for this object (so it shows instance data as well).
top source mg_object::toString
result = mg_object::toString()
Returns a string representation of the object. By default, it returns the string that is displayed when an object is PRINTed.
Return value
string
top source mg_object::_getClassInfo
result = mg_object::_getClassInfo(classname, output=output, function_start=function_start)
Parameters
- classname
Keywords
- output
- function_start
File attributes
Modification date: | Mon Nov 29 18:31:33 2010 |
Lines: | 118 |
Docformat: | rst rst |