Database Export

Ben Elliston bje@cygnus.com
Thu Nov 9 13:38:00 GMT 2000


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



More information about the Sourcenav mailing list