* Database Export
@ 2000-11-09 4:56 Tobias Muller-Kortkamp
2000-11-09 13:38 ` Ben Elliston
0 siblings, 1 reply; 2+ messages in thread
From: Tobias Muller-Kortkamp @ 2000-11-09 4:56 UTC (permalink / raw)
To: sourcenav
Hi,
I tried some database export.
Now there are fields in various tables named "attributes".
They are coded in hexadecimal digits.
is there a reference what these codings mean?
i.e (excerpt from table cl (classes))
name start_position end_position attributes
ActionHandler 27.007 37.2 0x1
JavaDraw 15.013 302.1 0x4
JavaDrawFrame 10.013 33.1 0x4
Shape 8.019 20.1 0x24
UltraColor 9.013 83.1 0x4
WidgetPanel 14.013 236.1 0x4
Thanks in advance
Tobias
Tobias Mueller-Kortkamp
mailto:tobias.mkortkamp@cas-gmbh.de
CAS GmbH http://www.cas-gmbh.de
Friedensstrasse 20 Phone: +49 (0) 61 04 - 98 08 - 0
D-63179 Obertshausen Fax: +49 (0) 61 04 - 98 08 - 30
*****************************************************
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: Database Export
2000-11-09 4:56 Database Export Tobias Muller-Kortkamp
@ 2000-11-09 13:38 ` Ben Elliston
0 siblings, 0 replies; 2+ messages in thread
From: Ben Elliston @ 2000-11-09 13:38 UTC (permalink / raw)
To: Tobias Muller-Kortkamp; +Cc: sourcenav
Hi,
is there a reference what these codings mean?
i.e (excerpt from table cl (classes))
name start_position end_position attributes
ActionHandler 27.007 37.2 0x1
JavaDraw 15.013 302.1 0x4
JavaDrawFrame 10.013 33.1 0x4
Shape 8.019 20.1 0x24
UltraColor 9.013 83.1 0x4
WidgetPanel 14.013 236.1 0x4
If I recall correctly, these attributes are formed from the set of constants
defined in sn.h -- such as:
#define PAF_PRIVATE 0x000001
These constants are OR'ed together to form attribute values.
Ben
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2000-11-09 13:38 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2000-11-09 4:56 Database Export Tobias Muller-Kortkamp
2000-11-09 13:38 ` Ben Elliston
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).