Changeset 3492 in Sophya for trunk/SophyaLib/Manual/piapp.tex


Ignore:
Timestamp:
Apr 29, 2008, 7:25:15 PM (17 years ago)
Author:
ansari
Message:

Petites modifs ds la doc piapp - Reza 29/04/2008

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaLib/Manual/piapp.tex

    r3481 r3492  
    343343declared. The communication with the piapp application
    344344is done by the {\bf NamedObjMgr} class.
    345 Two macros {\tt KeepObj()} and {\tt DisplayObj()}
     345Two macros {\tt KeepObj()} and {\tt DispObj()}
    346346simplify the task of keeping newly created objects.
    347347In the example below, we first create a noisy signal
     
    575575\subsubsection{Windows}
    576576The viewers described above are displayed in differnt kind of windows.
    577 The graphic option {\tt next,win,same,stack} can be used to control the way the
    578 type of windows used. Graphic windows can be divided into several zones
     577The graphic option {\tt next,win,same,stack,inset} can be used to control the way the
     578type of windows used, or the way the object is displayed in the window.
     579Graphic windows can be divided into several zones
    579580(Command {\bf zone} \myppageref{zone}).
    580581
     
    589590the graphic option \\
    590591\hspace*{5mm} {\tt samew=WidgetName} \\
    591 It is also possible to specify the display of the drawer in a specified region
    592 of the last displayed widget \\
    593 \hspace*{5mm} {\tt same=fx1,fx2,fy1,fy2} \\
    594 where {\tt fx1,fx2,fy1,fy2} express X and Y limits, as fraction of widget size.
     592It is also possible to specify the display of the drawer in a specific region
     593of the last displayed widget using the {\tt inset} option, or
     594\hspace*{3mm} {\tt inset=fx1,fx2,fy1,fy2} \\
     595where {\tt fx1,fx2,fy1,fy2} express X and Y limits, as fractions of the widget size.
    595596 
    596597Refer to the command reference section on windows ({\bf Windows}
     
    16241625Adapter and added to the list managed by NamedObjMgr,
    16251626with VarName as the object name.
    1626 \item[\rond] {\bf DisplayObj(VarName, graphic\_att) } adds the object and
     1627\item[\rond] {\bf DispObj(VarName, graphic\_att) } adds the object and
    16271628request its display. 
    16281629\end{itemize}
     
    16831684cout << " Calling FFT " << endl;
    16841685FFTServ.FFTForward(in, out);
    1685 DisplayObj(in, "");
    1686 DisplayObj(out, "red");
     1686DispObj(in, "");
     1687DispObj(out, "red");
    16871688\end{verbatim}
    16881689$\longrightarrow$ piapp commands :
Note: See TracChangeset for help on using the changeset viewer.