78 lines
3.2 KiB
XML
78 lines
3.2 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>main window </para>
|
||
|
|
||
|
</para>
|
||
|
<programlisting linenumbering="unnumbered">#include "../../../include/widget.h"<?linebreak?>#include "../../../include/fsm.h"<?linebreak?>#include "../../../include/util.h"<?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>main window </para>
|
||
|
|
||
|
<para>This file is part of Gem-graph.</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>‍the "all rules" page gives access to the hierarchy of all rules </para>
|
||
|
</blockquote><blockquote>
|
||
|
<para>‍the "selected rule" page lets you examine and modify one selected rule </para>
|
||
|
</blockquote></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>
|