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

Password:

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

OHELPIF.H

Go to the documentation of this file.
00001 //Filename    : OHELPIF.H
00002 //Description : Help Class Declaration
00003 //Owner           : Kevin(ho)
00004 
00005 #ifndef __OHELP_IF_H
00006 #define __OHELP_IF_H
00007 
00008 #include<OTxtList.h>
00009 
00010 //----------- Define class Development --------------//
00011 //
00014 class HelpIf {
00015 public:
00016     TxtList help_textlist;
00017     HelpIf();
00018     ~HelpIf();
00019     void init();
00020     void deinit();
00021     void help_topic_report(int);
00022     void help_desc_report(int);
00023     int help_topic_detect();
00024     int help_desc_detect();
00025 };
00026 
00027 extern HelpIf help_if;
00028 
00029 //-------------------------------------------------//
00030 #endif

Generated on Fri Aug 23 01:37:58 2002 for VirtualU by doxygen1.2.17