Virtual U.org
Get Personal Training on VU Today
    
Top shadow
 
 register/help
User Name:

Password:

OPRTMENU.H Source File
Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members  

OPRTMENU.H

Go to the documentation of this file.
00001 //Filename    : OPRTMENU.H
00002 //Description : Printing Menu Class Declaration
00003 //Owner           : Kevin(ho)
00004 
00005 #ifndef __OPRTMENU_H
00006 #define __OPRTMENU_H
00007 
00008 #include <OPSCHOOL.H>
00009 
00010 //----------- Define class Development --------------//
00011 //
00014 class PrintMenu {
00015 private:
00016     static char* scn_name[SCENARIO_COUNT];
00017 
00018 public:
00019     int print_view_mode;
00020     int print_option;
00021     int init_flag;
00022     char in_print_mode;
00023 
00024 public:
00025     PrintMenu();
00026     ~PrintMenu();
00027     void init();
00028     void deinit();
00029     void report(int);
00030     void printing();
00031     void printing1();
00032     void printing2();
00033     void printing3();
00034     void printing4();
00035     void printing5();
00036     void printing6();
00037     void printing7();
00038     void printing8();
00039     int detect();
00040 
00041 private:
00042     void print_header();
00043 };
00044 
00045 extern PrintMenu print_menu;
00046 
00047 //-------------------------------------------------//
00048 #endif

Generated on Fri Aug 23 01:38:14 2002 for VirtualU by doxygen1.2.17