| 
									
										
										
										
											2000-08-17 22:14:57 +00:00
										 |  |  | """Suite QuickDraw Graphics Supplemental Suite: Defines transformations of graphic objects
 | 
					
						
							|  |  |  | Level 1, version 1 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2003-03-23 22:07:28 +00:00
										 |  |  | Generated from /Volumes/Moes/Systeemmap/Extensies/AppleScript | 
					
						
							| 
									
										
										
										
											2000-08-17 22:14:57 +00:00
										 |  |  | AETE/AEUT resource version 1/0, language 0, script 0 | 
					
						
							|  |  |  | """
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | import aetools | 
					
						
							|  |  |  | import MacOS | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | _code = 'qdsp' | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | class QuickDraw_Graphics_Suppleme_Events: | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2003-04-12 22:27:11 +00:00
										 |  |  |     pass | 
					
						
							| 
									
										
										
										
											2000-08-17 22:14:57 +00:00
										 |  |  | 
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | class drawing_area(aetools.ComponentItem): | 
					
						
							| 
									
										
										
										
											2003-04-12 22:27:11 +00:00
										 |  |  |     """drawing area - Container for graphics and supporting information """ | 
					
						
							|  |  |  |     want = 'cdrw' | 
					
						
							| 
									
										
										
										
											2003-04-01 22:05:14 +00:00
										 |  |  | class _Prop_rotation(aetools.NProperty): | 
					
						
							| 
									
										
										
										
											2003-04-12 22:27:11 +00:00
										 |  |  |     """rotation - the default rotation for objects in the drawing area """ | 
					
						
							|  |  |  |     which = 'prot' | 
					
						
							|  |  |  |     want = 'trot' | 
					
						
							| 
									
										
										
										
											2003-04-01 22:05:14 +00:00
										 |  |  | class _Prop_scale(aetools.NProperty): | 
					
						
							| 
									
										
										
										
											2003-04-12 22:27:11 +00:00
										 |  |  |     """scale - the default scaling for objects in the drawing area """ | 
					
						
							|  |  |  |     which = 'pscl' | 
					
						
							|  |  |  |     want = 'fixd' | 
					
						
							| 
									
										
										
										
											2003-04-01 22:05:14 +00:00
										 |  |  | class _Prop_translation(aetools.NProperty): | 
					
						
							| 
									
										
										
										
											2003-04-12 22:27:11 +00:00
										 |  |  |     """translation - the default repositioning for objects in the drawing area """ | 
					
						
							|  |  |  |     which = 'ptrs' | 
					
						
							|  |  |  |     want = 'QDpt' | 
					
						
							| 
									
										
										
										
											2000-08-17 22:14:57 +00:00
										 |  |  | 
 | 
					
						
							|  |  |  | drawing_areas = drawing_area | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2003-03-30 22:41:53 +00:00
										 |  |  | class graphic_groups(aetools.ComponentItem): | 
					
						
							| 
									
										
										
										
											2003-04-12 22:27:11 +00:00
										 |  |  |     """graphic groups -  """ | 
					
						
							|  |  |  |     want = 'cpic' | 
					
						
							| 
									
										
										
										
											2000-08-17 22:14:57 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2003-03-30 22:41:53 +00:00
										 |  |  | graphic_group = graphic_groups | 
					
						
							| 
									
										
										
										
											2002-08-07 15:53:42 +00:00
										 |  |  | drawing_area._superclassnames = [] | 
					
						
							|  |  |  | drawing_area._privpropdict = { | 
					
						
							| 
									
										
										
										
											2003-04-12 22:27:11 +00:00
										 |  |  |     'rotation' : _Prop_rotation, | 
					
						
							|  |  |  |     'scale' : _Prop_scale, | 
					
						
							|  |  |  |     'translation' : _Prop_translation, | 
					
						
							| 
									
										
										
										
											2000-08-17 22:14:57 +00:00
										 |  |  | } | 
					
						
							| 
									
										
										
										
											2002-08-07 15:53:42 +00:00
										 |  |  | drawing_area._privelemdict = { | 
					
						
							| 
									
										
										
										
											2000-08-17 22:14:57 +00:00
										 |  |  | } | 
					
						
							| 
									
										
										
										
											2003-03-30 22:41:53 +00:00
										 |  |  | graphic_groups._superclassnames = [] | 
					
						
							|  |  |  | graphic_groups._privpropdict = { | 
					
						
							| 
									
										
										
										
											2000-08-17 22:14:57 +00:00
										 |  |  | } | 
					
						
							| 
									
										
										
										
											2003-03-30 22:41:53 +00:00
										 |  |  | graphic_groups._privelemdict = { | 
					
						
							| 
									
										
										
										
											2000-08-17 22:14:57 +00:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | # | 
					
						
							|  |  |  | # Indices of types declared in this module | 
					
						
							|  |  |  | # | 
					
						
							|  |  |  | _classdeclarations = { | 
					
						
							| 
									
										
										
										
											2003-04-12 22:27:11 +00:00
										 |  |  |     'cdrw' : drawing_area, | 
					
						
							|  |  |  |     'cpic' : graphic_groups, | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | _propdeclarations = { | 
					
						
							|  |  |  |     'prot' : _Prop_rotation, | 
					
						
							|  |  |  |     'pscl' : _Prop_scale, | 
					
						
							|  |  |  |     'ptrs' : _Prop_translation, | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | _compdeclarations = { | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | _enumdeclarations = { | 
					
						
							| 
									
										
										
										
											2000-08-17 22:14:57 +00:00
										 |  |  | } |