Files
Slnkdwf/SlnkDWFImpl/eplotsectionsimpl.h
Jos Groot Lipman 80d0142c23 SLNKDWF 2.00
svn path=/Slnkdwf/trunk/; revision=12481
2007-08-01 13:42:28 +00:00

31 lines
584 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);
long get_Count();
CEPlotSectionImpl *get_Item(LONG i);
};