Class Hierarchy   File List   Compound Members  

HCtrlView.h

00001 //
00002 // Copyright (c) 2000 by Tech Soft 3D, LLC.
00003 // The information contained herein is confidential and proprietary to
00004 // Tech Soft 3D, LLC., and considered a trade secret as defined under
00005 // civil and criminal statutes.  Tech Soft 3D shall pursue its civil
00006 // and criminal remedies in the event of unauthorized use or misappropriation
00007 // of its trade secrets.  Use of this information by anyone other than
00008 // authorized employees of Tech Soft 3D, LLC. is granted only under a
00009 // written non-disclosure agreement, expressly prescribing the scope and
00010 // manner of such use.
00011 //
00012 // $Header: /files/homes/master/cvs/hoops_master/docs_hoops/HoopsActiveX/HoopsMFC/ref_manual/HCtrlView.h-source.html,v 1.2 2006-08-07 20:39:02 stage Exp $
00013 //
00014 
00015 #ifndef _HCTRLVIEW_H
00016 #define _HCTRLVIEW_H
00017 
00018 #include "HBaseView.h"
00019 
00021 
00025 class HCtrlView : public HBaseView
00026 {
00027 
00028 public:
00029 
00030             HCtrlView           (HBaseModel * model, HDB *pDB);
00031 
00032     void    Init                (void);
00033     void    CreateViewHeirarchy (void);
00034     void    ConfigureRealDriver (HWND hWnd, HPALETTE hPalette);
00035     void    ConfigureNullDriver (void);
00036     void    DeleteDriver        (void);
00037 
00038 private:
00039     void    DeleteRealDriver    (void);
00040     void    DeleteNullDriver    (void);
00041 
00042     bool    m_bRealDriver;
00043 };
00044 
00045 
00046 #endif _HCTRLVIEW_H


Copyright © 2000 Tech Soft 3D