1 <?xml version="1.0" encoding="UTF-8"?>
5 * Copyright (C) INRIA - METALAU Project <scicos@inria.fr> (HTML version)
6 * Copyright (C) DIGITEO - Scilab Consortium (XML Docbook version)
8 * This program is free software; you can redistribute it and/or modify
9 * it under the terms of the GNU General Public License as published by
10 * the Free Software Foundation; either version 2 of the License, or
11 * (at your option) any later version.
13 * This program is distributed in the hope that it will be useful,
14 * but WITHOUT ANY WARRANTY; without even the implied warranty of
15 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16 * GNU General Public License for more details.
18 * You should have received a copy of the GNU General Public License
19 * along with this program; if not, write to the Free Software
20 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
22 * See the file ./license.txt
24 <refentry xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:svg="http://www.w3.org/2000/svg" xmlns:mml="http://www.w3.org/1998/Math/MathML" xmlns:db="http://docbook.org/ns/docbook" xmlns:scilab="http://www.scilab.org" xml:id="scicos_block">
26 <refname>scicos_block</refname>
27 <refpurpose>Define a block structure</refpurpose>
29 <refsection id="Module_scicos_block">
34 <link linkend="xcos">xcos</link>
39 <refsection id="block_scicos_block">
42 Basic structure that define a xcos block.
45 That structure includes fields <link linkend="scicos_graphics">graphics</link>, <link linkend="scicos_model">model</link>,
65 <emphasis role="bold">graphics</emphasis>
67 <para> Scilab object including graphical information concerning the features of the block.</para>
77 <emphasis role="bold">model</emphasis>
79 <para> Scilab list that contains the features of the block used for the compilation.</para>
89 <emphasis role="bold">gui</emphasis>
91 <para> The name of the Scilab GUI function associated with the block.</para>
101 <emphasis role="bold">doc</emphasis>
103 <para> Field used for documentation of the block
112 <refsection id="Filecontent_scicos_block">
113 <title>File content</title>
116 <para> SCI/modules/scicos/macros/scicos_scicos/scicos_block.sci</para>