source: tags/initial/PARSIMONY/pars_dtree.hxx

Last change on this file was 2, checked in by oldcode, 23 years ago

Initial revision

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 697 bytes
Line 
1class AWT_graphic_parsimony: public AWT_graphic_tree {
2        virtual AW_gc_manager init_devices(AW_window *,AW_device *,class AWT_canvas *ntw,AW_CL cd2);
3                        /* init gcs, if any gc is changed you may call
4                                AWT_expose_cb(aw_window,ntw,cd2);
5                                or AWT_resize_cb(aw_window,ntw,cd2);
6                                The function may return a pointer to a preset window */
7
8
9        virtual void show(AW_device *device);
10        virtual void command(AW_device *device, AWT_COMMAND_MODE cmd, int button,
11                                AW_event_type type,AW_pos x, AW_pos y, 
12                                AW_clicked_line *cl, AW_clicked_text *ct);
13        public:
14                AWT_graphic_parsimony(AW_root *root, GBDATA *gb_main);
15
16};
17
18void NT_tree_init(AWT_graphic_tree *agt);
19void PARS_optimizer_cb(AP_tree *tree);
Note: See TracBrowser for help on using the repository browser.