home *** CD-ROM | disk | FTP | other *** search
- /******************************************************************************
- x_CQTApp.h
-
- Header File For CQTApp "Lower-Layer" Application Class
-
- Copyright © 1995 Gregory Bonk for NewMedia Inc.. All rights reserved.
-
- Generated by Visual Architectâ„¢ 12:55 PM Wed, Aug 2, 1995
-
- This file is rewritten each time you generate code. You should not
- make changes to this file; changes should go in the CQTApp.h
- file, instead.
-
- If you want to change how Visual Architect generates this file, you can
- change the template for this file. It is "_App.h" in the Visual Architect
- Templates folder.
-
- ******************************************************************************/
-
- #pragma once
-
- #include <CApplication.h>
-
- class CFile;
- class CDialogDirector;
- class CDocument;
-
- class x_CQTApp : public CApplication
- {
- public:
-
- TCL_DECLARE_CLASS
-
- void Ix_CQTApp(short extraMasters, Size aRainyDayFund,
- Size aCriticalBalance, Size aToolboxBalance);
- virtual void SetUpFileParameters(void);
- virtual void SetUpMenus(void);
- virtual void ForceClassReferences(void);
-
- virtual void DoCommand(long theCommand);
-
- virtual void CreateDocument(void);
- virtual void OpenDocument(SFReply *macSFReply);
-
-
- virtual Boolean FileAlreadyOpen(FSSpec *fileSpec);
- };
-
-
-