ยปCore Development>Code coverage>Lib/plat-mac/lib-scriptpackages/Finder/Window_classes.py

Python code coverage for Lib/plat-mac/lib-scriptpackages/Finder/Window_classes.py

#countcontent
1n/a"""Suite Window classes: Classes representing windows
2n/aLevel 1, version 1
3n/a
4n/aGenerated from /System/Library/CoreServices/Finder.app
5n/aAETE/AEUT resource version 0/144, language 0, script 0
6n/a"""
7n/a
8n/aimport aetools
9n/aimport MacOS
10n/a
11n/a_code = 'fndr'
12n/a
13n/aclass Window_classes_Events:
14n/a
15n/a pass
16n/a
17n/a
18n/aclass Finder_window(aetools.ComponentItem):
19n/a """Finder window - A file viewer window """
20n/a want = 'brow'
21n/aclass _Prop__3c_Inheritance_3e_(aetools.NProperty):
22n/a """<Inheritance> - inherits some of its properties from the window class """
23n/a which = 'c@#^'
24n/a want = 'cwin'
25n/aclass _Prop_current_view(aetools.NProperty):
26n/a """current view - the current view for the container window """
27n/a which = 'pvew'
28n/a want = 'ecvw'
29n/aclass _Prop_icon_view_options(aetools.NProperty):
30n/a """icon view options - the icon view options for the container window """
31n/a which = 'icop'
32n/a want = 'icop'
33n/aclass _Prop_list_view_options(aetools.NProperty):
34n/a """list view options - the list view options for the container window """
35n/a which = 'lvop'
36n/a want = 'lvop'
37n/aclass _Prop_target(aetools.NProperty):
38n/a """target - the container at which this file viewer is targeted """
39n/a which = 'fvtg'
40n/a want = 'obj '
41n/a
42n/aFinder_windows = Finder_window
43n/a
44n/aclass window(aetools.ComponentItem):
45n/a """window - A window """
46n/a want = 'cwin'
47n/aclass _Prop_bounds(aetools.NProperty):
48n/a """bounds - the boundary rectangle for the window """
49n/a which = 'pbnd'
50n/a want = 'qdrt'
51n/aclass _Prop_closeable(aetools.NProperty):
52n/a """closeable - Does the window have a close box? """
53n/a which = 'hclb'
54n/a want = 'bool'
55n/aclass _Prop_collapsed(aetools.NProperty):
56n/a """collapsed - Is the window collapsed """
57n/a which = 'wshd'
58n/a want = 'bool'
59n/aclass _Prop_floating(aetools.NProperty):
60n/a """floating - Does the window have a title bar? """
61n/a which = 'isfl'
62n/a want = 'bool'
63n/aclass _Prop_id(aetools.NProperty):
64n/a """id - the unique id for this window """
65n/a which = 'ID '
66n/a want = 'magn'
67n/aclass _Prop_index(aetools.NProperty):
68n/a """index - the number of the window in the front-to-back layer ordering """
69n/a which = 'pidx'
70n/a want = 'long'
71n/aclass _Prop_modal(aetools.NProperty):
72n/a """modal - Is the window modal? """
73n/a which = 'pmod'
74n/a want = 'bool'
75n/aclass _Prop_name(aetools.NProperty):
76n/a """name - the name of the window """
77n/a which = 'pnam'
78n/a want = 'utxt'
79n/aclass _Prop_position(aetools.NProperty):
80n/a """position - the upper left position of the window """
81n/a which = 'posn'
82n/a want = 'QDpt'
83n/aclass _Prop_properties(aetools.NProperty):
84n/a """properties - every property of a window """
85n/a which = 'pALL'
86n/a want = 'reco'
87n/aclass _Prop_resizable(aetools.NProperty):
88n/a """resizable - Is the window resizable? """
89n/a which = 'prsz'
90n/a want = 'bool'
91n/aclass _Prop_titled(aetools.NProperty):
92n/a """titled - Does the window have a title bar? """
93n/a which = 'ptit'
94n/a want = 'bool'
95n/aclass _Prop_visible(aetools.NProperty):
96n/a """visible - Is the window visible (always true for open Finder windows)? """
97n/a which = 'pvis'
98n/a want = 'bool'
99n/aclass _Prop_zoomable(aetools.NProperty):
100n/a """zoomable - Is the window zoomable? """
101n/a which = 'iszm'
102n/a want = 'bool'
103n/aclass _Prop_zoomed(aetools.NProperty):
104n/a """zoomed - Is the window zoomed? """
105n/a which = 'pzum'
106n/a want = 'bool'
107n/aclass _Prop_zoomed_full_size(aetools.NProperty):
108n/a """zoomed full size - Is the window zoomed to the full size of the screen? (can only be set, not read) """
109n/a which = 'zumf'
110n/a want = 'bool'
111n/a
112n/awindows = window
113n/a
114n/aclass information_window(aetools.ComponentItem):
115n/a """information window - An inspector window (opened by \xd2Show Info\xd3) """
116n/a want = 'iwnd'
117n/aclass _Prop_current_panel(aetools.NProperty):
118n/a """current panel - the current panel in the information window """
119n/a which = 'panl'
120n/a want = 'ipnl'
121n/aclass _Prop_item(aetools.NProperty):
122n/a """item - the item from which this window was opened """
123n/a which = 'cobj'
124n/a want = 'obj '
125n/a
126n/aclass clipping_window(aetools.ComponentItem):
127n/a """clipping window - The window containing a clipping """
128n/a want = 'lwnd'
129n/a
130n/aclipping_windows = clipping_window
131n/a
132n/aclass preferences_window(aetools.ComponentItem):
133n/a """preferences window - (NOT AVAILABLE YET) The Finder Preferences window """
134n/a want = 'pwnd'
135n/aFinder_window._superclassnames = ['window']
136n/aFinder_window._privpropdict = {
137n/a '_3c_Inheritance_3e_' : _Prop__3c_Inheritance_3e_,
138n/a 'current_view' : _Prop_current_view,
139n/a 'icon_view_options' : _Prop_icon_view_options,
140n/a 'list_view_options' : _Prop_list_view_options,
141n/a 'target' : _Prop_target,
142n/a}
143n/aFinder_window._privelemdict = {
144n/a}
145n/awindow._superclassnames = []
146n/awindow._privpropdict = {
147n/a 'bounds' : _Prop_bounds,
148n/a 'closeable' : _Prop_closeable,
149n/a 'collapsed' : _Prop_collapsed,
150n/a 'floating' : _Prop_floating,
151n/a 'id' : _Prop_id,
152n/a 'index' : _Prop_index,
153n/a 'modal' : _Prop_modal,
154n/a 'name' : _Prop_name,
155n/a 'position' : _Prop_position,
156n/a 'properties' : _Prop_properties,
157n/a 'resizable' : _Prop_resizable,
158n/a 'titled' : _Prop_titled,
159n/a 'visible' : _Prop_visible,
160n/a 'zoomable' : _Prop_zoomable,
161n/a 'zoomed' : _Prop_zoomed,
162n/a 'zoomed_full_size' : _Prop_zoomed_full_size,
163n/a}
164n/awindow._privelemdict = {
165n/a}
166n/ainformation_window._superclassnames = ['window']
167n/ainformation_window._privpropdict = {
168n/a '_3c_Inheritance_3e_' : _Prop__3c_Inheritance_3e_,
169n/a 'current_panel' : _Prop_current_panel,
170n/a 'item' : _Prop_item,
171n/a}
172n/ainformation_window._privelemdict = {
173n/a}
174n/aclipping_window._superclassnames = ['window']
175n/aclipping_window._privpropdict = {
176n/a '_3c_Inheritance_3e_' : _Prop__3c_Inheritance_3e_,
177n/a}
178n/aclipping_window._privelemdict = {
179n/a}
180n/apreferences_window._superclassnames = ['window']
181n/apreferences_window._privpropdict = {
182n/a '_3c_Inheritance_3e_' : _Prop__3c_Inheritance_3e_,
183n/a 'current_panel' : _Prop_current_panel,
184n/a}
185n/apreferences_window._privelemdict = {
186n/a}
187n/a
188n/a#
189n/a# Indices of types declared in this module
190n/a#
191n/a_classdeclarations = {
192n/a 'brow' : Finder_window,
193n/a 'cwin' : window,
194n/a 'iwnd' : information_window,
195n/a 'lwnd' : clipping_window,
196n/a 'pwnd' : preferences_window,
197n/a}
198n/a
199n/a_propdeclarations = {
200n/a 'ID ' : _Prop_id,
201n/a 'c@#^' : _Prop__3c_Inheritance_3e_,
202n/a 'cobj' : _Prop_item,
203n/a 'fvtg' : _Prop_target,
204n/a 'hclb' : _Prop_closeable,
205n/a 'icop' : _Prop_icon_view_options,
206n/a 'isfl' : _Prop_floating,
207n/a 'iszm' : _Prop_zoomable,
208n/a 'lvop' : _Prop_list_view_options,
209n/a 'pALL' : _Prop_properties,
210n/a 'panl' : _Prop_current_panel,
211n/a 'pbnd' : _Prop_bounds,
212n/a 'pidx' : _Prop_index,
213n/a 'pmod' : _Prop_modal,
214n/a 'pnam' : _Prop_name,
215n/a 'posn' : _Prop_position,
216n/a 'prsz' : _Prop_resizable,
217n/a 'ptit' : _Prop_titled,
218n/a 'pvew' : _Prop_current_view,
219n/a 'pvis' : _Prop_visible,
220n/a 'pzum' : _Prop_zoomed,
221n/a 'wshd' : _Prop_collapsed,
222n/a 'zumf' : _Prop_zoomed_full_size,
223n/a}
224n/a
225n/a_compdeclarations = {
226n/a}
227n/a
228n/a_enumdeclarations = {
229n/a}