File: usage-objects-special.xml

package info (click to toggle)
dia 0.97.3%2Bgit20160930-9
  • links: PTS
  • area: main
  • in suites: bullseye
  • size: 54,372 kB
  • sloc: ansic: 155,065; xml: 16,326; python: 6,641; cpp: 4,935; makefile: 3,833; sh: 540; perl: 137; sed: 19
file content (466 lines) | stat: -rw-r--r-- 14,449 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
<chapter label="6" id="special-objects-chapter">
  <title>Special Objects</title>
  <sect1 id="special-objects">
    <title>Special Objects</title>
    <para>
      Special objects are sets of objects designed to serve specific needs.
      They are organized into categories called sheets. The middle section 
      of the Toolbox allows you to select a sheet of special objects. When
      you do this, the objects on this sheet display on the Toolbox and can
      be added to your diagram just like basic objects.  
      <application>Dia</application> supports numerous
      predefined categories.
    </para>
    <para>
      The predefined sheets are designed to group related objects together
      so you can see all of the objects you are likely to need on the same
      sheet. However, it is easy to modify the predefined sheets. See 
      <link linkend="sheets-objects">Organizing Sheets and Objects</link>
      for more information.
    </para>
    <para>
      It is also possible to create your own objects and sheets without
      programming. Custom shapes can be created with an XML file that 
      describes the shape. See <link linkend="custom-shapes-chapter"> 
        Custom Shape Module</link> for more information 
      on custom shapes.
    </para>   


    <sect2 id="special-object-categories">
      <title>Special Object Categories</title> 

      <!-- Please try to keep the list Alphabetically sorted.  -->

      <sect3 id="special-assorted"> 
        <title>Assorted</title>

        <figure>
          <title>Assorted</title>
          <screenshot>
            <screeninfo>Assorted</screeninfo>
            <graphic format="PNG" fileref="graphics/assorted-shapes" srccredit="Mark Dexter" />
          </screenshot>
        </figure>
        <para>
          Assorted Geometric Shapes.  The purpose of this sheet is to 
          provide a selection of simple and convenient preset shapes so 
          that users need not create spend time creating their own basic 
          shapes.  The set includes shapes with constrained ratio such as 
          perfect Circles, Squares, various type of Triangle and Crosses. 
          These objects do not allow text to be entered inside the shape.
        </para>
      </sect3>
      <sect3>
        <title>Chemical Engineering</title>

        <para>
          A collection of shapes for modeling the process of Chemical 
          Engineering.  
        </para>

      </sect3>
      <sect3>
        <title>Chronogram</title>

        <para>
          Uses objects to be used in a chronographic design.  
          These are common place in time lines.
        </para>

      </sect3>
      <sect3>
        <title>Circuit</title>

        <para>
          A group for people interested in creating diagrams of electrical
          circuits.
        </para>

      </sect3>
      <sect3>
        <title>Cisco - Computer</title>

        <figure>
          <title>Cisco - Computer</title>
          <screenshot>
            <screeninfo>Cisco - Computer</screeninfo>
            <graphic format="PNG" fileref="graphics/cisco-computer-shapes" srccredit="Mark Dexter" />
          </screenshot>
        </figure>

        <para>
          Cisco - Computer includes shapes representing computer equipment from Cisco, a 
          manufacturer of Computer Networking Equipment.  
        </para>

      </sect3>
      <sect3>
        <title>Cisco - Misc</title>

        <figure>
          <title>Cisco - Misc</title>
          <screenshot>
            <screeninfo>Cisco - Misc</screeninfo>
            <graphic format="PNG" fileref="graphics/cisco-misc-shapes" srccredit="Mark Dexter" />
          </screenshot>
        </figure>

        <para>
          Cisco - Misc includes miscellaneous shapes 
          from Cisco, a manufacturer of Computer Networking Equipment.  
        </para>

      </sect3>
      <sect3>
        <title>Cisco - Network</title>

        <figure>
          <title>Cisco - Network</title>
          <screenshot>
            <screeninfo>Cisco - Network</screeninfo>
            <graphic format="PNG" fileref="graphics/cisco-network-shapes" srccredit="Mark Dexter" />
          </screenshot>
        </figure>

        <para>
          Cisco - Network includes shapes representing network equipment from Cisco, a 
          manufacturer of Computer Networking Equipment.  
        </para>

      </sect3>
      <sect3>
        <title>Cisco - Switch</title>

        <figure>
          <title>Cisco - Switch</title>
          <screenshot>
            <screeninfo>Cisco - Switch</screeninfo>
            <graphic format="PNG" fileref="graphics/cisco-switch-shapes" srccredit="Mark Dexter" />
          </screenshot>
        </figure>

        <para>
          Cisco - Switch includes shapes representing switch equipment from Cisco, a 
          manufacturer of Computer Networking Equipment.  
        </para>

      </sect3>
      <sect3>
        <title>Cisco - Telephony</title>

        <figure>
          <title>Cisco - Telephony</title>
          <screenshot>
            <screeninfo>Cisco - Telephony</screeninfo>
            <graphic format="PNG" fileref="graphics/cisco-telephony-shapes" srccredit="Mark Dexter" />
          </screenshot>
        </figure>

        <para>
          Cisco - Telephony includes shapes representing telephony equipment from Cisco, a 
          manufacturer of Computer Networking Equipment.  
        </para>

      </sect3>
      <sect3>
        <title>Civil</title>

        <para>
          Civil Engineering components.  
        </para>

      </sect3>
      <sect3>
        <title>Cybernetics</title>

        <para>
          Shapes for creating diagrams of Cybernetic Circuits.  
        </para>

      </sect3>

      <!-- TODO fully describe all four of the Cisco Sheets -->

      <sect3>
        <title>DIN Electrical</title>

        <para>
          DIN style electrical control schematics (electrical controls
          in manufacturing automation). 
        </para>

      </sect3>
      <sect3>
        <title>ER</title>

        <para>
          Editor for Entity Relations (ER) Diagrams. 
          Entity Relationship diagrams are used to represent high level          descriptions of conceptual models in terms of how each data 
          entity relates to other data in the model.  
          They are most commonly used to model the structure of data to 
          be stored in a database.  
        </para>

      </sect3>
      <sect3>
        <title>Flowchart</title>

        <figure>
          <title>Flowchart</title>
          <screenshot>
            <screeninfo>Flowchart</screeninfo>
            <graphic format="PNG" fileref="graphics/flowchart-shapes" srccredit="Mark Dexter" />
          </screenshot>
        </figure>
        <para>
          A group dedicated to providing the user shapes which are
          commonly used in flow charts.  Flow charts can be routinely
          found in computer programming, marketing, economics, and any
          other semi-linear operation which requires planning. Most 
          flowchart objects allow entry of text.
        </para>

      </sect3>
      <sect3>
        <title>FS (Function Structure)</title>

        <para>
          Editor for Function Structure (FS) Diagrams.  
          Note that the Objects require the use of the 
          <interface>context menu</interface>  
          to access much of the functionality of these objects.  
          <!-- TODO this needs to be explained much more clearly
         that it is the middle click context menu, unless the 
         main menubar is turned on for each document window 
         but this will be enough of a warning for now.  -->
        </para>

      </sect3>
      <sect3>
        <title>GRAFCET</title>

        <para>
          Grafcet (or IEC 61131-3 SFC) diagrams. Used in graphical
          programming and documenting sequential processes in
          manufacturing automation.
        </para>
        <para>
          A chart  shows the step, the action, the transition, and
          the condition associated with the transition.  
        </para>

      </sect3>
      <sect3>
        <title>Istar</title>

        <para>
          Istar is agent-oriented modeling framework.  
          Istar is also written as i*.   
        </para>

      </sect3>
      <sect3>
        <title>Jackson</title>

        <para>
          Jackson Software Design (JSD) method Diagrams.  
        </para>

      </sect3>
      <sect3>
        <title>KAOS</title>

        <para>
          KAOS Diagrams.  
          <!-- provide a help description that is actually helpful! -->
        </para>

      </sect3>

      <sect3>
        <title>Map 3D Isometric</title>

        <para>
          Pseudo 3D isometric shapes for creating Directional Maps.  
          Microsoft Visio calls these shapes Map, Directional Map 3D. 
        </para>

      </sect3>
      <sect3>
        <title>Misc. </title>

        <figure>
          <title>Misc</title>
          <screenshot>
            <screeninfo>Misc</screeninfo>
            <graphic format="PNG" fileref="graphics/misc-shapes" srccredit="Hans Breuer" />
          </screenshot>
        </figure>
        <para>
          Miscellaneous shapes that do not fit into any of the other 
          groups.  Includes some File system shapes and an animated clock 
          object that updates in real time.   
        </para>

      </sect3>
      <sect3>
        <title>MSE</title>

        <para>
          Mobile Subscriber Equipment Components, 
          as used by the United States Army.  
        </para>

      </sect3>
      <sect3>
        <title>Network</title>

        <figure>
          <title>Network</title>
          <screenshot>
            <screeninfo>Network</screeninfo>
            <graphic format="PNG" fileref="graphics/network-shapes" srccredit="Mark Dexter" />
          </screenshot>
        </figure>
        <para>
          Used by network administrators to create a design of their
          network. 
        </para>

      </sect3>
      <sect3>
        <title>PLC Ladder</title>

        <para>
          PLC 'Ladder' graphical programming (electrical
          controls in manufacturing automation).
        </para>

      </sect3>
      <sect3>
        <title>Pneumatic/Hydraulic</title>

        <para>
          Allows diagramming of a device which employs hydraulics.
        </para>

      </sect3>
      <sect3>
        <title>SADT</title>

        <para>
          Structured Analysis Design Technique.  
        </para>

      </sect3>
      <sect3>
        <title>SDL</title>

        <para>
          Specification and Description Language (SDL)
          SDL is used to describe the behavior of interactive 
          time based systems.  
          SDL was originally focused on telecommunication systems, but 
          has also come to be used to describe process control and 
          real-time applications in general.  
        </para>

      </sect3>
      <sect3>
        <title>Sybase</title>

        <para>
          Designs diagrams display the flow of a Sybase computer
          network.
        </para>

      </sect3>
      <sect3>
        <title>UML</title>

        <figure>
          <title>UML</title>
          <screenshot>
            <screeninfo>UML</screeninfo>
            <graphic format="PNG" fileref="graphics/uml-shapes" srccredit="Mark Dexter" />
          </screenshot>
        </figure>
        <para>
          Unified Modeling Language (UML).  
          UML is a modeling and specification language commonly used to 
          create diagrams showing the structure of object-oriented 
          computer programming code, particularly for large scale 
          projects. Some UML objects are complex and have extensive properties 
          for various types of text entries, as shown in the screenshot below. 
        </para>
        <para>
          <figure>
            <title>UML Class Properties</title>
            <screenshot>
              <screeninfo>UML Class Properties</screeninfo>
              <graphic format="PNG" fileref="graphics/properties-uml-class1" srccredit="Hans Breuer" />
            </screenshot>
          </figure>      
        </para>     

      </sect3>



    </sect2>
    <sect2 id="sheets-objects">
      <title>Organizing Sheets and Objects</title>
      <para>
        It is possible to modify the way objects are grouped into sheets. Say, 
        for example, that most of the object you need are on one sheet but you 
        also need some objects from a second sheet. To keep everything you need
        on one sheet, you can copy objects from one 
        sheet to another as follows:
      </para>
      <orderedlist>
        <listitem>
          <para>
            On the Toolbox menu, select 
            <menuchoice><guimenu>File</guimenu>
              <guimenuitem>Sheets and Objects</guimenuitem></menuchoice>. This will
            display the dialog shown in the figure below.
          </para>
          <para>
            <figure>
              <title>Sheets and Objects</title>
              <screenshot>
                <screeninfo>Sheets and Objects</screeninfo>
                <graphic format="PNG" fileref="graphics/sheets-objects" srccredit="Mark Dexter" />
              </screenshot>
            </figure>
          </para>
        </listitem>
        <listitem>
          <para>
            Using the drop-down listbox on the left side, select the sheet you want
            to copy from. On the right, select the sheet you want to copy to.
          </para>
        </listitem>
        <listitem>
          <para>
            Click on the object you wish to copy on the left side and press the Copy
            button. 
          </para>
        </listitem>
        <listitem>
          <para>
            Repeat for any other objects you want to copy. When you are done, 
            press the Apply button on the bottom to save your changes. 
          </para>
        </listitem>
      </orderedlist>
      <para>
        From now on, the new objects will be listed on the sheet on the right. 
        You can also remove objects from sheets and move objects from one sheet
        to another. You can also use the Up and Down buttons to change the order 
        of the objects within a sheet.
      </para>
    </sect2>
  </sect1>
</chapter>