|
copasi API
0.1
|
#include <CCopasiXMLInterface.h>
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 |
The class CCopasiXMLInterface specifies an interface to various XML formats related to COPASI relevant information. Derived classes have to implement the following two methods:
Note: the responsibility to free allocated memory during load is handed to the user.
| 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
| 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.
CCopasiVector< CSlider >* SCopasiXMLGUI::mpSliderList [protected] |
Pointer to a vector of sliders which has been loaded or is to be saved. The ownership is handed to the user.
1.7.5.1