idllib

Personal IDL library for M. Galloy

single page | use frames     summary     class     fields     routine details     file attributes

objects/

mg_object__define.pro


Base class for objects to add a few introspection methods such as ::help and ::toString.

Class description for mg_object

Inheritance

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

top source mg_object::_overloadHelp

result = mg_object::_overloadHelp(varname)

Parameters

varname

top source mg_object__define

mg_object__define

Define instance variables.

File attributes

Modification date: Mon Nov 29 18:32:23 2010
Lines: 118
Docformat: rst rst
Personal library of Michael Galloy
Contact me if you have enhancement requests or bug fixes.