blob: eb16392602b45c2d1e502cb3c39445c0b6e388d8 [file] [log] [blame]
Zesstra18626972017-01-31 10:38:27 +01001QueryProperties()
2=================
3
4FUNKTION
5--------
6::
7
8 mapping QueryProperties()
9
10DEFINIERT IN
11------------
12::
13
14 /std/thing/properties.c
15
16ARGUMENTE
17---------
18::
19
20 keine
21
22BESCHREIBUNG
23------------
24::
25
26 Diese Funktion liefert ein Mapping mit allen fuer das Objekt
27 definierten Properties zurueck.
28
29RUeCKGABEWERT
30-------------
31::
32
33 Ein Mapping mit den Properties. Das Mapping hat folgenden Aufbau:
34 ([ name: wert; flags; set_method; query_method,
35 name2: ... ]);
36
37BEMERKUNGEN
38-----------
39::
40
41 - diese Funktion wird von restore_object() und save_object()
42 - F_QUERY_METHODs und _query_'prop'()-Methoden haben keine Auswirkung
43 auf die Wertefelder!
44
45SIEHE AUCH
46----------
47::
48
49 Aehnliches: SetProp(L), QueryProp(L), Set(L), Query(L)
50 Generell: SetProperties(L)
51 Konzept: properties, /std/thing/properties.c
52
531.Mai 2004 Gloinson
54