source: tags/initial/TEST/d_awt_graphic_designer.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: 749 bytes
Line 
1class AWT_graphic_designer: public AWT_graphic {
2        protected:
3
4                                // internal command exec. var.
5        //AW_clicked_line rot_cl;
6        //AW_clicked_text rot_ct;
7
8    public:
9        // Pointer to my tree
10
11                // *********** read only variables !!!
12        GBDATA  *gb_main;
13
14                // *********** public section
15        AWT_graphic_designer(void);
16        virtual ~AWT_graphic_designer(void);
17
18        virtual AW_gc_manager init_devices(AW_window *,AW_device *,AWT_canvas *ntw,AW_CL);
19
20        virtual void show(AW_device *device);
21        virtual void info(AW_device *device, AW_pos x, AW_pos y,
22                                AW_clicked_line *cl, AW_clicked_text *ct);
23        virtual void command(AW_device *device, AWT_COMMAND_MODE cmd, int button, AW_event_type type, 
24                                AW_pos x, AW_pos y,
25                                AW_clicked_line *cl, AW_clicked_text *ct);
26
27
28};
Note: See TracBrowser for help on using the repository browser.