octave-maintainers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Graphics properties implementation


From: John W. Eaton
Subject: Re: Graphics properties implementation
Date: Tue, 15 Jan 2008 13:43:07 -0500

On 15-Jan-2008, Michael Goffioul wrote:

| On 1/12/08, John W. Eaton <address@hidden> wrote:
| > Instead of
| >
| >  get (void)
| >
| > how about defining the function as
| >
| >  get (bool all = false)
| >
| > ?  If ALL is TRUE, it would return all properties, including those
| > that are hidden.  Then, for the gnuplot backend, we could define an
| > internal __get__ function that passes TRUE to the C++ get function.
| 
| The attached patch implements this and defines the __xxx__ properties
| as hidden. It also removes the unused "a" modifier from property
| declarations and fixes a small problem in mark_modified when called
| for root_figure object.

I applied this patch and checked it in.

Thanks,

jwe


reply via email to

[Prev in Thread] Current Thread [Next in Thread]