Files
Slnkdwf/SlnkDWFImpl/eplotsectionsimpl.h
Jos Groot Lipman 6596ce32c5 TUDE#13285 AsDWF Schaal behouden
svn path=/Slnkdwf/trunk/; revision=12484
2007-12-19 09:44:56 +00:00

32 lines
625 B
C++

// EPlotSections.h : Declaration of the CEPlotSections
#pragma once
#include "resource.h" // main symbols
//#include "SLNKDWF.h"
using namespace DWFToolkit;
//#include "ComObjectEmbed.h"
#include "myEPlotSectionImpl.h"
// CEPlotSections
class CEPlotSectionsImpl
{
public:
CEPlotSectionsImpl()
{
}
~CEPlotSectionsImpl();
protected:
CAtlArray<CEPlotSectionImpl *> m_EPlotSections;
public:
BOOL ProcessManifest(DWFToolkit::DWFManifest& rManifest, CString sourceDescription);
BOOL Add(CEPlotSectionImpl *pSection);
long get_Count();
CEPlotSectionImpl *get_Item(LONG i);
};