Initial Commit
[packages] / xemacs-packages / cogre / cogre-loaddefs.el
1 ;;; cogre-loaddefs.el --- Auto-generated CEDET autoloads
2 ;;
3 ;;; Code:
4
5 \f
6 ;;;### (autoloads (cogre-load-graph cogre) "cogre" "cogre.el" (17953
7 ;;;;;;  30523))
8 ;;; Generated autoloads from cogre.el
9
10 (autoload (quote cogre) "cogre" "\
11 Create a new graph with the Connected Graph Editor.
12 The new graph will be given NAME.  See `cogre-mode' for details.
13 Optional argument GRAPH-CLASS indicates the type of graph to create." t nil)
14
15 (autoload (quote cogre-load-graph) "cogre" "\
16 Load a graph from FILE into a new graph buffer." t nil)
17
18 ;;;***
19 \f
20 ;;;### (autoloads (cogre-mode) "cogre-mode" "cogre-mode.el" (17881
21 ;;;;;;  2107))
22 ;;; Generated autoloads from cogre-mode.el
23
24 (autoload (quote cogre-mode) "cogre-mode" "\
25 Connected Graph Editor Mode.
26 \\{cogre-mode-map}" t nil)
27
28 ;;;***
29 \f
30 ;;;### (autoloads (cogre-uml-create cogre-uml-quick-class) "uml-create"
31 ;;;;;;  "uml-create.el" (17954 15791))
32 ;;; Generated autoloads from uml-create.el
33
34 (autoload (quote cogre-uml-quick-class) "uml-create" "\
35 Create a new UML diagram based on CLASS showing only immediate lineage.
36 The parent to CLASS, CLASS, and all of CLASSes children will be shown." t nil)
37
38 (autoload (quote cogre-uml-create) "uml-create" "\
39 Create a new UML diagram, with CLASS as the root node.
40 CLASS must be a type in the current project." t nil)
41
42 ;;;***
43 \f
44 ;;;### (autoloads (wisent-dot-setup-parser) "wisent-dot" "wisent-dot.el"
45 ;;;;;;  (17213 39659))
46 ;;; Generated autoloads from wisent-dot.el
47
48 (autoload (quote wisent-dot-setup-parser) "wisent-dot" "\
49 Setup buffer for parse." nil nil)
50
51 (add-hook (quote graphviz-dot-mode-hook) (quote wisent-dot-setup-parser))
52
53 ;;;***
54 \f
55 ;; Local Variables:
56 ;; version-control: never
57 ;; no-byte-compile: t
58 ;; no-update-autoloads: t
59 ;; End:
60 ;;; cogre-loaddefs.el ends here