home *** CD-ROM | disk | FTP | other *** search
/ CD Actual Thematic 25: Programming / pc_actual_25.iso / C_C++ / BisonFlexWizard / data1.cab / Src / Wizard / ParserAw.h < prev    next >
Encoding:
C/C++ Source or Header  |  2000-01-16  |  1.3 KB  |  38 lines

  1. #if !defined(AFX_PARSERAW_H__C709ED28_A04C_11D1_B8B6_000000000000__INCLUDED_)
  2. #define AFX_PARSERAW_H__C709ED28_A04C_11D1_B8B6_000000000000__INCLUDED_
  3.  
  4. // Parseraw.h : header file
  5. //
  6.  
  7. class CDialogChooser;
  8.  
  9. // All function calls made by mfcapwz.dll to this custom AppWizard (except for
  10. //  GetCustomAppWizClass-- see Parser.cpp) are through this class.  You may
  11. //  choose to override more of the CCustomAppWiz virtual functions here to
  12. //  further specialize the behavior of this custom AppWizard.
  13. class CParserAppWiz : public CCustomAppWiz
  14. {
  15. public:
  16.     virtual CAppWizStepDlg* Next(CAppWizStepDlg* pDlg);
  17.     virtual CAppWizStepDlg* Back(CAppWizStepDlg* pDlg);
  18.         
  19.     virtual void InitCustomAppWiz();
  20.     virtual void ExitCustomAppWiz();
  21.     virtual void CustomizeProject(IBuildProject* pProject);
  22.     virtual void ReloadProject(IApplication * app);
  23.  
  24.  
  25. protected:
  26.     CDialogChooser* m_pChooser;
  27. };
  28.  
  29. // This declares the one instance of the CParserAppWiz class.  You can access
  30. //  m_Dictionary and any other public members of this class through the
  31. //  global Parseraw.  (Its definition is in Parseraw.cpp.)
  32. extern CParserAppWiz Parseraw;
  33.  
  34. //{{AFX_INSERT_LOCATION}}
  35. // Microsoft Developer Studio will insert additional declarations immediately before the previous line.
  36.  
  37. #endif // !defined(AFX_PARSERAW_H__C709ED28_A04C_11D1_B8B6_000000000000__INCLUDED_)
  38.