~ubuntu-branches/ubuntu/karmic/mergeant/karmic

« back to all changes in this revision

Viewing changes to doc/libmergeant/C/tmpl/mg-work-matrix.sgml

  • Committer: Bazaar Package Importer
  • Author(s): Gustavo R. Montesino
  • Date: 2007-11-29 08:44:48 UTC
  • mfrom: (2.1.4 hardy)
  • Revision ID: james.westby@ubuntu.com-20071129084448-6aon73d22bv6hzfw
Tags: 0.67-3
* Re-enable installation of the mime files in mergeant.install
* mergeant.dirs: create usr/share/mime/packages to make dh_installmime add
  the update-mime-database code snippets

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<!-- ##### SECTION Title ##### -->
2
 
MgWorkMatrix
3
 
 
4
 
<!-- ##### SECTION Short_Description ##### -->
5
 
Widget to modify the assoctations between two tables
6
 
 
7
 
<!-- ##### SECTION Long_Description ##### -->
8
 
<para>
9
 
This widget provides an easy way of modifying the contents of an association table (a table
10
 
which purpose is to store the primary keys of two or more tables, as foreign keys, and
11
 
optionnaly some associated data).
12
 
</para>
13
 
<para>
14
 
Upon widget creation, the SELECT queries limiting the values of the two associated tables are required,
15
 
as well as the #MgDbTable table which will be modified. The widget then uses the Foreign key constraints
16
 
defined in the data dictionnary to define the real modification queries.
17
 
</para>
18
 
 
19
 
<!-- ##### SECTION See_Also ##### -->
20
 
<para>
21
 
 
22
 
</para>
23
 
 
24
 
<!-- ##### STRUCT MgWorkMatrix ##### -->
25
 
<para>
26
 
 
27
 
</para>
28
 
 
29
 
 
30
 
<!-- ##### ARG MgWorkMatrix:assoc-data-only ##### -->
31
 
<para>
32
 
 
33
 
</para>
34
 
 
35
 
<!-- ##### ARG MgWorkMatrix:layout-nb-columns ##### -->
36
 
<para>
37
 
 
38
 
</para>
39
 
 
40
 
<!-- ##### ARG MgWorkMatrix:title-string ##### -->
41
 
<para>
42
 
 
43
 
</para>
44
 
 
45
 
<!-- ##### ARG MgWorkMatrix:title-visible ##### -->
46
 
<para>
47
 
 
48
 
</para>
49
 
 
50
 
<!-- ##### ENUM MgWorkMatrixType ##### -->
51
 
<para>
52
 
 
53
 
</para>
54
 
 
55
 
@MG_WORK_MATRIX_TABULAR_SYNTHETIC: 
56
 
@MG_WORK_MATRIX_LIST_DETAILLED: 
57
 
@MG_WORK_MATRIX_LIST_SYNTHETIC: 
58
 
 
59
 
<!-- ##### FUNCTION mg_work_matrix_get_type ##### -->
60
 
<para>
61
 
 
62
 
</para>
63
 
 
64
 
@Returns: 
65
 
 
66
 
 
67
 
<!-- ##### FUNCTION mg_work_matrix_new ##### -->
68
 
<para>
69
 
 
70
 
</para>
71
 
 
72
 
@conf: 
73
 
@rows_select_query: 
74
 
@rows_target: 
75
 
@cols_select_query: 
76
 
@cols_target: 
77
 
@modif_table: 
78
 
@modif_table_fields: 
79
 
@Returns: 
80
 
 
81
 
 
82
 
<!-- ##### FUNCTION mg_work_matrix_set_view_type ##### -->
83
 
<para>
84
 
 
85
 
</para>
86
 
 
87
 
@matrix: 
88
 
@type: 
89
 
 
90