⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 ce3_pser.hpp

📁 windRiver提供的的Zinc5.3完整源码,文档非常齐全
💻 HPP
字号:
//////////////////////////////////////
// START of File: CE3_PSER.HPP
//////////////////////////////////////

#ifndef CE3_PSER_HPP
#define CE3_PSER_HPP

//===================================================================
//
// COPYRIGHT NOTICE:  This code is protected by Copyright!
//
// Copyright (c) 1994, 1995, 1996, 1997 by DPC Technology.
// All rights reserved. 
//
// See files "cf_copyr.txt" and "cf_licen.txt" for details of 
// copyright and license specifications, and contact information.
//
//===================================================================

//
// Master Header File Listing:
//
// #include    <cf_api/ce3_pser.hpp>
// Class cf_eng_PointSer2D builds a 2D/3D Point Series Chart:
//              -- and then displays it in 2D (flat) Mode:
// Class cf_eng_PointSer3D builds a 2D/3D Point Series Chart:
//              -- and then displays it in 3D (depth) Mode:
//

//--------------------------------------------------------------------
// Include Chart Framework class or ID defs/headers this file needs.
// Paths are relative to the IDE's (global) include path: ~/cfrz
//--------------------------------------------------------------------
class       cf_ChartModel;
class       cf_ChartEngine; 
class       cf_eng_CartXYZ;
#include    <cf_api/ce1_ccor.hpp>

class       cf_eng_PointSer2D; 
#include    <cf_api/ce2_pser.hpp>
            // Which will pull-in MANY base-class objects/methods!...


class CF_EXPORT   cf_eng_PointSer3D : 
        public 
        cf_eng_PointSer2D 
{

public:

    cf_eng_PointSer3D();

    virtual         ~cf_eng_PointSer3D();
                    // Virtual d-tor is critical, since owner
                    // object uses pointers to *base* type !

};  // End of cf_eng_PointSer3D declaration.


#endif      // Terminates include re-definition protection

//////////////////////////////////////
// END of File: CE3_PSER.HPP
//////////////////////////////////////


            

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -