comp.lang.idl-pvwave archive
Messages from Usenet group comp.lang.idl-pvwave, compiled by Paulo Penteado

Home » Public Forums » archive » convenient graphical object syntax
Show: Today's Messages :: Show Polls :: Message Navigator
E-mail to friend 
Switch to threaded view of this topic Create a new topic Submit Reply
convenient graphical object syntax [message #72958] Wed, 13 October 2010 16:28
Paul[3] is currently offline  Paul[3]
Messages: 18
Registered: September 2010
Junior Member
Is there an IDL object class that I can inherit to take advantage of
the convenient '.' notation the new IDL graphics objects use? I'd like
to be able to use it more generally.

I'd like to be able to do
myObject.someProperty = someValue
instead of
myObject.setProperty, property=someValue

and

PRINT, myObject.someProperty
instead of
myObject.getProperty, someProperty=someValue
PRINT, someValue

Can this be done in less than a fortnight? Is the trick learning to
use the IDL_Object to override the '.' operator?
  Switch to threaded view of this topic Create a new topic Submit Reply
Previous Topic: Re: IDL 8.0 bug -- line number of errors not given
Next Topic: Re: convenient graphical object syntax

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ] [ PDF ]

Current Time: Wed Oct 08 11:30:23 PDT 2025

Total time taken to generate the page: 0.00514 seconds