Changeset 3492 in Sophya for trunk/SophyaLib/Manual
- Timestamp:
- Apr 29, 2008, 7:25:15 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/Manual/piapp.tex
r3481 r3492 343 343 declared. The communication with the piapp application 344 344 is done by the {\bf NamedObjMgr} class. 345 Two macros {\tt KeepObj()} and {\tt Disp layObj()}345 Two macros {\tt KeepObj()} and {\tt DispObj()} 346 346 simplify the task of keeping newly created objects. 347 347 In the example below, we first create a noisy signal … … 575 575 \subsubsection{Windows} 576 576 The 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 577 The graphic option {\tt next,win,same,stack,inset} can be used to control the way the 578 type of windows used, or the way the object is displayed in the window. 579 Graphic windows can be divided into several zones 579 580 (Command {\bf zone} \myppageref{zone}). 580 581 … … 589 590 the graphic option \\ 590 591 \hspace*{5mm} {\tt samew=WidgetName} \\ 591 It is also possible to specify the display of the drawer in a specifi edregion592 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 ofwidget size.592 It is also possible to specify the display of the drawer in a specific region 593 of the last displayed widget using the {\tt inset} option, or 594 \hspace*{3mm} {\tt inset=fx1,fx2,fy1,fy2} \\ 595 where {\tt fx1,fx2,fy1,fy2} express X and Y limits, as fractions of the widget size. 595 596 596 597 Refer to the command reference section on windows ({\bf Windows} … … 1624 1625 Adapter and added to the list managed by NamedObjMgr, 1625 1626 with VarName as the object name. 1626 \item[\rond] {\bf Disp layObj(VarName, graphic\_att) } adds the object and1627 \item[\rond] {\bf DispObj(VarName, graphic\_att) } adds the object and 1627 1628 request its display. 1628 1629 \end{itemize} … … 1683 1684 cout << " Calling FFT " << endl; 1684 1685 FFTServ.FFTForward(in, out); 1685 Disp layObj(in, "");1686 Disp layObj(out, "red");1686 DispObj(in, ""); 1687 DispObj(out, "red"); 1687 1688 \end{verbatim} 1688 1689 $\longrightarrow$ piapp commands :
Note:
See TracChangeset
for help on using the changeset viewer.