OpenLayers OpenLayers

root/branches/openlayers/2.5/doc_config/Menu.txt

Revision 4223, 8.8 kB (checked in by tschaub, 1 year ago)

natural docs patch, fixing up some inheritance links and menu issues

  • Property svn:eol-style set to native
Line 
1 Format: 1.35
2
3
4 Title: OpenLayers
5 SubTitle: JavaScript Mapping Library
6
7 # You can add a footer to your documentation like this:
8 # Footer: [text]
9 # If you want to add a copyright notice, this would be the place to do it.
10
11
12 # --------------------------------------------------------------------------
13 #
14 # Cut and paste the lines below to change the order in which your files
15 # appear on the menu.  Don't worry about adding or removing files, Natural
16 # Docs will take care of that.
17 #
18 # You can further organize the menu by grouping the entries.  Add a
19 # "Group: [name] {" line to start a group, and add a "}" to end it.
20 #
21 # You can add text and web links to the menu by adding "Text: [text]" and
22 # "Link: [name] ([URL])" lines, respectively.
23 #
24 # The formatting and comments are auto-generated, so don't worry about
25 # neatness when editing the file.  Natural Docs will clean it up the next
26 # time it is run.  When working with groups, just deal with the braces and
27 # forget about the indentation and comments.
28 #
29 # --------------------------------------------------------------------------
30
31
32 File: OpenLayers  (OpenLayers.js)
33
34 Group: OpenLayers  {
35
36    File: Ajax  (no auto-title, OpenLayers/Ajax.js)
37
38    Group: BaseTypes  {
39
40       File: Base Types  (no auto-title, OpenLayers/BaseTypes.js)
41       File: Bounds  (no auto-title, OpenLayers/BaseTypes/Bounds.js)
42       File: Class  (no auto-title, OpenLayers/BaseTypes/Class.js)
43       File: Element  (no auto-title, OpenLayers/BaseTypes/Element.js)
44       File: LonLat  (no auto-title, OpenLayers/BaseTypes/LonLat.js)
45       File: Pixel  (no auto-title, OpenLayers/BaseTypes/Pixel.js)
46       File: Size  (no auto-title, OpenLayers/BaseTypes/Size.js)
47       }  # Group: BaseTypes
48
49    File: Console  (no auto-title, OpenLayers/Console.js)
50
51    Group: Control  {
52
53       File: Control  (OpenLayers/Control.js)
54       File: ArgParser  (no auto-title, OpenLayers/Control/ArgParser.js)
55       File: ZoomToMaxExtent  (no auto-title, OpenLayers/Control/ZoomToMaxExtent.js)
56       File: OverviewMap  (no auto-title, OpenLayers/Control/OverviewMap.js)
57       File: DragFeature  (no auto-title, OpenLayers/Control/DragFeature.js)
58       File: DragPan  (no auto-title, OpenLayers/Control/DragPan.js)
59       File: DrawFeature  (no auto-title, OpenLayers/Control/DrawFeature.js)
60       File: EditingToolbar  (no auto-title, OpenLayers/Control/EditingToolbar.js)
61       File: KeyboardDefaults  (no auto-title, OpenLayers/Control/KeyboardDefaults.js)
62       File: LayerSwitcher  (no auto-title, OpenLayers/Control/LayerSwitcher.js)
63       File: MouseDefaults  (no auto-title, OpenLayers/Control/MouseDefaults.js)
64       File: MousePosition  (no auto-title, OpenLayers/Control/MousePosition.js)
65       File: MouseToolbar  (no auto-title, OpenLayers/Control/MouseToolbar.js)
66       File: Navigation  (no auto-title, OpenLayers/Control/Navigation.js)
67       File: NavToolbar  (no auto-title, OpenLayers/Control/NavToolbar.js)
68       File: Panel  (no auto-title, OpenLayers/Control/Panel.js)
69       File: PanZoomBar  (no auto-title, OpenLayers/Control/PanZoomBar.js)
70       File: Permalink  (no auto-title, OpenLayers/Control/Permalink.js)
71       File: Scale  (no auto-title, OpenLayers/Control/Scale.js)
72       File: SelectFeature  (no auto-title, OpenLayers/Control/SelectFeature.js)
73       File: ZoomBox  (no auto-title, OpenLayers/Control/ZoomBox.js)
74       File: PanZoom  (no auto-title, OpenLayers/Control/PanZoom.js)
75       }  # Group: Control
76
77    File: Events  (no auto-title, OpenLayers/Events.js)
78
79    Group: Feature  {
80
81       File: Feature  (OpenLayers/Feature.js)
82       File: WFS  (no auto-title, OpenLayers/Feature/WFS.js)
83       File: Vector  (no auto-title, OpenLayers/Feature/Vector.js)
84       }  # Group: Feature
85
86    Group: Format  {
87
88       File: Format  (OpenLayers/Format.js)
89       File: GeoJSON  (no auto-title, OpenLayers/Format/GeoJSON.js)
90       File: GeoRSS  (no auto-title, OpenLayers/Format/GeoRSS.js)
91       File: GML  (no auto-title, OpenLayers/Format/GML.js)
92       File: JSON  (no auto-title, OpenLayers/Format/JSON.js)
93       File: KML  (no auto-title, OpenLayers/Format/KML.js)
94       File: WFS  (no auto-title, OpenLayers/Format/WFS.js)
95       File: WKT  (no auto-title, OpenLayers/Format/WKT.js)
96       File: XML  (no auto-title, OpenLayers/Format/XML.js)
97       }  # Group: Format
98
99    Group: Geometry  {
100
101       File: Geometry  (OpenLayers/Geometry.js)
102       File: Collection  (no auto-title, OpenLayers/Geometry/Collection.js)
103       File: Curve  (no auto-title, OpenLayers/Geometry/Curve.js)
104       File: LinearRing  (no auto-title, OpenLayers/Geometry/LinearRing.js)
105       File: LineString  (no auto-title, OpenLayers/Geometry/LineString.js)
106       File: MultiLineString  (no auto-title, OpenLayers/Geometry/MultiLineString.js)
107       File: MultiPoint  (no auto-title, OpenLayers/Geometry/MultiPoint.js)
108       File: MultiPolygon  (no auto-title, OpenLayers/Geometry/MultiPolygon.js)
109       File: Point  (no auto-title, OpenLayers/Geometry/Point.js)
110       File: Polygon  (no auto-title, OpenLayers/Geometry/Polygon.js)
111       File: Rectangle  (no auto-title, OpenLayers/Geometry/Rectangle.js)
112       File: Surface  (no auto-title, OpenLayers/Geometry/Surface.js)
113       }  # Group: Geometry
114
115    Group: Handler  {
116
117       File: Handler  (OpenLayers/Handler.js)
118       File: Box  (no auto-title, OpenLayers/Handler/Box.js)
119       File: Drag  (no auto-title, OpenLayers/Handler/Drag.js)
120       File: Feature  (no auto-title, OpenLayers/Handler/Feature.js)
121       File: Keyboard  (no auto-title, OpenLayers/Handler/Keyboard.js)
122       File: MouseWheel  (no auto-title, OpenLayers/Handler/MouseWheel.js)
123       File: Path  (no auto-title, OpenLayers/Handler/Path.js)
124       File: Point  (no auto-title, OpenLayers/Handler/Point.js)
125       File: Polygon  (no auto-title, OpenLayers/Handler/Polygon.js)
126       File: RegularPolygon  (no auto-title, OpenLayers/Handler/RegularPolygon.js)
127       }  # Group: Handler
128
129    File: Icon  (no auto-title, OpenLayers/Icon.js)
130
131    Group: Layer  {
132
133       File: Layer  (OpenLayers/Layer.js)
134       File: Boxes  (no auto-title, OpenLayers/Layer/Boxes.js)
135       File: EventPane  (no auto-title, OpenLayers/Layer/EventPane.js)
136       File: FixedZoomLevels  (no auto-title, OpenLayers/Layer/FixedZoomLevels.js)
137       File: GeoRSS  (no auto-title, OpenLayers/Layer/GeoRSS.js)
138       File: GML  (no auto-title, OpenLayers/Layer/GML.js)
139       File: Google  (no auto-title, OpenLayers/Layer/Google.js)
140       File: Grid  (no auto-title, OpenLayers/Layer/Grid.js)
141       File: HTTPRequest  (no auto-title, OpenLayers/Layer/HTTPRequest.js)
142       File: Image  (no auto-title, OpenLayers/Layer/Image.js)
143       File: KaMap  (no auto-title, OpenLayers/Layer/KaMap.js)
144       File: MapServer  (no auto-title, OpenLayers/Layer/MapServer.js)
145       File: MapServer.Untiled  (no auto-title, OpenLayers/Layer/MapServer/Untiled.js)
146       File: Markers  (no auto-title, OpenLayers/Layer/Markers.js)
147       File: MultiMap  (no auto-title, OpenLayers/Layer/MultiMap.js)
148       File: SphericalMercator  (no auto-title, OpenLayers/Layer/SphericalMercator.js)
149       File: Text  (no auto-title, OpenLayers/Layer/Text.js)
150       File: TileCache  (no auto-title, OpenLayers/Layer/TileCache.js)
151       File: TMS  (no auto-title, OpenLayers/Layer/TMS.js)
152       File: Vector  (no auto-title, OpenLayers/Layer/Vector.js)
153       File: VirtualEarth  (no auto-title, OpenLayers/Layer/VirtualEarth.js)
154       File: WFS  (no auto-title, OpenLayers/Layer/WFS.js)
155       File: WMS  (no auto-title, OpenLayers/Layer/WMS.js)
156       File: WMS.Untiled  (no auto-title, OpenLayers/Layer/WMS/Untiled.js)
157       File: WorldWind  (no auto-title, OpenLayers/Layer/WorldWind.js)
158       File: Yahoo  (no auto-title, OpenLayers/Layer/Yahoo.js)
159       }  # Group: Layer
160
161    File: Map  (no auto-title, OpenLayers/Map.js)
162
163    Group: Marker  {
164
165       File: Marker  (no auto-title, OpenLayers/Marker.js)
166       File: Box  (no auto-title, OpenLayers/Marker/Box.js)
167       }  # Group: Marker
168
169    Group: Popup  {
170
171       File: Popup  (OpenLayers/Popup.js)
172       File: Anchored  (no auto-title, OpenLayers/Popup/Anchored.js)
173       File: AnchoredBubble  (no auto-title, OpenLayers/Popup/AnchoredBubble.js)
174       }  # Group: Popup
175
176    Group: Renderer  {
177
178       File: Renderer  (OpenLayers/Renderer.js)
179       File: Elements  (no auto-title, OpenLayers/Renderer/Elements.js)
180       File: SVG  (no auto-title, OpenLayers/Renderer/SVG.js)
181       File: VML  (no auto-title, OpenLayers/Renderer/VML.js)
182       }  # Group: Renderer
183
184    Group: Tile  {
185
186       File: Tile  (OpenLayers/Tile.js)
187       File: Image  (no auto-title, OpenLayers/Tile/Image.js)
188       File: WFS  (no auto-title, OpenLayers/Tile/WFS.js)
189       }  # Group: Tile
190
191    File: Util  (OpenLayers/Util.js)
192    }  # Group: OpenLayers
193
194 Group: Index  {
195
196    Index: Everything
197    Class Index: Classes
198    Constant Index: Constants
199    Function Index: Functions
200    Property Index: Properties
201    File Index: Files
202    Constructor Index: Constructor
203    }  # Group: Index
204
Note: See TracBrowser for help on using the browser.