mglib

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

Methods inherited from idl_object

Routines from mg_object__define.pro

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 mg_object::help

mg_object::help

Display internal help output with OBJECTS set for this object (so it shows instance data as well).

top 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 mg_object::_getClassInfo

result = mg_object::_getClassInfo(classname, output=output, function_start=function_start)

Parameters

classname

Keywords

output
function_start

top mg_object::_overloadHelp

result = mg_object::_overloadHelp(varname)

Parameters

varname

top mg_object__define

mg_object__define

Define instance variables.

File attributes

Modification date: Wed May 14 15:07:14 2014
Lines: 63
Docformat: rst rst
Personal library of Michael Galloy
Contact me if you have enhancement requests or bug fixes.