copasi API  0.1
Public Member Functions | Protected Attributes
SCopasiXMLGUI Class Reference

#include <CCopasiXMLInterface.h>

Inheritance diagram for SCopasiXMLGUI:
CCopasiContainer CCopasiObject

List of all members.

Public Member Functions

 SCopasiXMLGUI (const std::string &name, const CCopasiContainer *pParent=NULL, const std::string &type="CN", const unsigned C_INT32 &flag=CCopasiObject::Container)
 ~SCopasiXMLGUI ()
CCopasiVector< CSlider > * getSliderList ()
const CCopasiVector< CSlider > * getSliderList () const

Protected Attributes

CCopasiVector< CSlider > * mpSliderList

Detailed Description

The class CCopasiXMLInterface specifies an interface to various XML formats related to COPASI relevant information. Derived classes have to implement the following two methods:

See also:
bool load(std::istream & is)
bool save(std::ostream & os)

Note: the responsibility to free allocated memory during load is handed to the user.


Constructor & Destructor Documentation

SCopasiXMLGUI::SCopasiXMLGUI ( const std::string &  name,
const CCopasiContainer pParent = NULL,
const std::string &  type = "CN",
const unsigned C_INT32 &  flag = CCopasiObject::Container 
)

Constructor

CCopasiXMLInterface class. The class CCopasiXMLInterface is the interface to various XML document containing Copasi relevant informtion.

Created for Copasi by Stefan Hoops 2003

SCopasiXMLGUI::~SCopasiXMLGUI ( )

Constructor


Member Function Documentation

CCopasiVector< CSlider > * SCopasiXMLGUI::getSliderList ( )

Returns a pointer to the slider list.

Returns a pointer the the slider list.

const CCopasiVector< CSlider > * SCopasiXMLGUI::getSliderList ( ) const

Returns a const pointer to the slider list.


Member Data Documentation

Pointer to a vector of sliders which has been loaded or is to be saved. The ownership is handed to the user.


The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines