[Kst] Plot label (was: Re: extragear/graphics/kst/kst/extensions/js)

George Staikos staikos at kde.org
Mon Sep 12 19:49:35 CEST 2005


On Thursday 18 August 2005 14:55, Andrew Walker wrote:
> SVN commit 450663 by arwalker:
>
> fix compile error
>
>  M  +2 -1      bind_plotlabel.cpp
>  M  +5 -2      bind_plotlabelcollection.cpp
>
> -
> +/* FIXME use new graphics architecture
>    if (p) {
>      KstLabelPtr l = new KstLabel(txt);
>      p->_labelList.append(l);
>      return KJS::Object(new KstBindPlotLabel(exec, l));
>    }
> +*/
>    return KJS::Object();
>  }

  The question is, will we have a mechanism to have labels that are part of 
the plot?  I think it's what the user will want because right now cleaning up 
the layout will kill the relative positioning of the label and the plot.  If 
we don't allow this anymore, then bind_plotlabel* can be erased.

-- 
George Staikos
KDE Developer				http://www.kde.org/
Staikos Computing Services Inc.		http://www.staikos.net/


More information about the Kst mailing list