34 virtual bool AddDataChart(std::string strXml);
35 virtual bool RemoveDataChart(std::string strID);
37 virtual void AddDataColumn(std::string strChartKey,
DataColumn *lpColumn);
38 virtual void RemoveDataColumn(std::string strChartKey, std::string strColumnName,
bool bThrowError =
true);
39 virtual DataColumn *FindDataColumn(std::string strChartKey, std::string strColumnName,
bool bThrowError =
true);
41 virtual void Load(CStdXml &oXml);
Base manager class for ActivatedItem's.
Root namespace for the base simulation library for AnimatLab.