idllib

Personal IDL library for M. Galloy

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

animation/

mggrproperty__define.pro


Class description for mggrproperty

Routines

mggrproperty::apply, target

Apply a property change to the given target.

mggrproperty::cleanup

Free resources.

result = mggrproperty::init(name, value)

Initialize object.

mggrproperty__define

Define member variables.

Routine details

top source mggrproperty::apply

mggrproperty::apply, target

Apply a property change to the given target.

@param target {in}{required}{type=object} any object with a setProperty method

Parameters

target

top source mggrproperty::cleanup

mggrproperty::cleanup

Free resources.

top source mggrproperty::init

result = mggrproperty::init(name, value)

Initialize object.

@returns 1 for success, 0 otherwise @param name {in}{required}{type=string} name of the property @param value {in}{required}{type=any} value of the property

Parameters

name
value

top source mggrproperty__define

mggrproperty__define

Define member variables.

@file_comments This class represents a property name/value. @field name name of the property @field value value of the property

File attributes

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