gem-graph-client/doc/docbook/db/d02/designer_8c.xml

80 lines
3.3 KiB
XML

<?xml version='1.0' encoding='UTF-8' standalone='no'?>
<section xmlns="http://docbook.org/ns/docbook" version="5.0" xmlns:xlink="http://www.w3.org/1999/xlink" xml:id="_designer_8c" xml:lang="en-US">
<title>src/widget/main_window/designer.c File Reference</title>
<indexterm><primary>src/widget/main_window/designer.c</primary></indexterm>
<para>
<para>designs and presents </para>
</para>
<programlisting linenumbering="unnumbered">#include &quot;../../../include/widget.h&quot;<?linebreak?>#include &quot;../../../include/fsm.h&quot;<?linebreak?>#include &quot;../../../include/util.h&quot;<?linebreak?></programlisting><simplesect>
<title>Functions </title>
<itemizedlist>
<listitem><para>void <link linkend="_designer_8c_1a6458bdae6bcf9131bc7c793810869db7">widget_design_main_window</link> (GtkWindow *main_window, GtkApplication *app)</para>
</listitem>
</itemizedlist>
</simplesect>
<section>
<title>Detailed Description</title>
<para>designs and presents </para>
<para>ensures the titlebar and the pages are available and init them</para>
<para>triggers assembly of the topbar and the default page</para>
<para>six pages can be displayed in the main window:<itemizedlist>
<listitem>
<para>synth: an overview that presents the main elements of interest simultaneously</para>
</listitem><listitem>
<para>state: a detailed view of the space, enabling it to be explored or modified</para>
</listitem><listitem>
<para>measures presents all the measures available and those in progress</para>
</listitem><listitem>
<para>results enables you to work on the results obtained</para>
</listitem><listitem>
<para>rules: two pages are grouped together here to make it easier to come and go: <blockquote>
<para>&#8205;the &quot;all rules&quot; page gives access to the hierarchy of all rules </para>
</blockquote><blockquote>
<para>&#8205;the &quot;selected rule&quot; page lets you examine and modify one selected rule </para>
</blockquote>This file is part of Gem-graph. </para>
</listitem></itemizedlist>
</para>
</section>
<section>
<title>Function Documentation</title>
<anchor xml:id="_designer_8c_1a6458bdae6bcf9131bc7c793810869db7"/><section>
<title>widget_design_main_window()</title>
<indexterm><primary>widget_design_main_window</primary><secondary>designer.c</secondary></indexterm>
<indexterm><primary>designer.c</primary><secondary>widget_design_main_window</secondary></indexterm>
<para><computeroutput>void widget_design_main_window (GtkWindow * main_window, GtkApplication * app)</computeroutput></para>
<para>
<formalpara>
<title>
Parameters</title>
<para>
<table frame="all">
<tgroup cols="2" align="left" colsep="1" rowsep="1">
<colspec colwidth="1*"/>
<colspec colwidth="4*"/>
<tbody>
<row>
<entry>*main_window</entry><entry>
<para></para>
</entry>
</row>
<row>
<entry>*app</entry><entry>
<para></para>
</entry>
</row>
</tbody>
</tgroup>
</table>
</para>
</formalpara>
</para>
</section>
</section>
</section>