COPASI API
4.16.103
|
#include <COutputDefinitionVector.h>
Public Member Functions | |
void | cleanup () |
COutputDefinitionVector (const std::string &name="OutputDefinitions", const CCopasiContainer *pParent=NULL) | |
CPlotSpecification * | createPlotSpec (const std::string &name, CPlotItem::Type type=CPlotItem::plot2d) |
const std::string & | getKey () const |
bool | removePlotSpec (const std::string &key) |
virtual | ~COutputDefinitionVector () |
![]() | |
virtual bool | add (const CPlotSpecification &src) |
virtual bool | add (CPlotSpecification *src, const bool &adopt=false) |
CCopasiVectorN (const std::string &name="NoName", const CCopasiContainer *pParent=NULL) | |
CCopasiVectorN (const CCopasiVectorN< CPlotSpecification > &src, const CCopasiContainer *pParent=NULL) | |
virtual size_t | getIndex (const std::string &name) const |
virtual const CObjectInterface * | getObject (const CCopasiObjectName &name) const |
CCopasiVectorN < CPlotSpecification > & | operator= (const std::vector< CPlotSpecification * > &rhs) |
value_type & | operator[] (const size_t &index) |
const value_type & | operator[] (const size_t &index) const |
value_type & | operator[] (const std::string &name) |
const value_type & | operator[] (const std::string &name) const |
virtual void | remove (const std::string &name) |
virtual | ~CCopasiVectorN () |
![]() | |
virtual bool | add (const CType &src) |
virtual bool | add (CType *src, bool adopt=false) |
iterator | begin () |
const_iterator | begin () const |
CCopasiVector (const std::string &name="NoName", const CCopasiContainer *pParent=NULL, const unsigned C_INT32 &flag=CCopasiObject::Vector) | |
CCopasiVector (const CCopasiVector< CType > &src, const CCopasiContainer *pParent=NULL) | |
virtual void | clear () |
void | deepCopy (const CCopasiVector< CType > &source) |
iterator | end () |
const_iterator | end () const |
virtual size_t | getIndex (const CCopasiObject *pObject) const |
CCopasiVector< CType > & | operator= (const CCopasiVector< CType > &rhs) |
CCopasiVector< CType > & | operator= (const std::vector< CType * > &rhs) |
const value_type & | operator[] (const size_t &index) const |
value_type & | operator[] (const size_t &index) |
virtual void | remove (const size_t &index) |
virtual bool | remove (CCopasiObject *pObject) |
virtual void | resize (const size_t &newSize) |
virtual size_t | size () const |
virtual void | swap (const size_t &indexFrom, const size_t &indexTo) |
virtual | ~CCopasiVector () |
![]() | |
virtual bool | add (CCopasiObject *pObject, const bool &adopt=true) |
CCopasiContainer (const std::string &name, const CCopasiContainer *pParent=NULL, const std::string &type="CN", const unsigned C_INT32 &flag=CCopasiObject::Container) | |
CCopasiContainer (const CCopasiContainer &src, const CCopasiContainer *pParent=NULL) | |
virtual std::string | getChildObjectUnits (const CCopasiObject *pObject) const |
virtual const objectMap & | getObjects () const |
virtual std::string | getUnits () const |
virtual const CCopasiObject * | getValueObject () const |
virtual | ~CCopasiContainer () |
![]() | |
void | addDirectDependency (const CCopasiObject *pObject) |
CCopasiObject (const CCopasiObject &src, const CCopasiContainer *pParent=NULL) | |
void | clearDirectDependencies () |
void | clearRefresh () |
bool | dependsOn (DataObjectSet candidates, const DataObjectSet &context=DataObjectSet()) const |
void | getAllDependencies (DataObjectSet &dependencies, const DataObjectSet &context) const |
virtual CCopasiObjectName | getCN () const |
virtual const DataObjectSet & | getDirectDependencies (const DataObjectSet &context=DataObjectSet()) const |
CCopasiContainer * | getObjectAncestor (const std::string &type) const |
CCopasiDataModel * | getObjectDataModel () |
const CCopasiDataModel * | getObjectDataModel () const |
virtual std::string | getObjectDisplayName (bool regular=true, bool richtext=false) const |
const std::string & | getObjectName () const |
CCopasiContainer * | getObjectParent () const |
const std::string & | getObjectType () const |
virtual const CObjectInterface::ObjectSet & | getPrerequisites () const |
virtual Refresh * | getRefresh () const |
UpdateMethod * | getUpdateMethod () const |
virtual void * | getValuePointer () const |
bool | hasCircularDependencies (DataObjectSet &candidates, DataObjectSet &verified, const DataObjectSet &context) const |
bool | hasUpdateMethod () const |
bool | isArray () const |
bool | isContainer () const |
bool | isDataModel () const |
bool | isMatrix () const |
bool | isNameVector () const |
bool | isNonUniqueName () const |
virtual bool | isPrerequisiteForContext (const CObjectInterface *pObject, const CMath::SimulationContextFlag &context, const CObjectInterface::ObjectSet &changedObjects) const |
bool | isReference () const |
bool | isRoot () const |
bool | isSeparator () const |
bool | isStaticString () const |
bool | isValueBool () const |
bool | isValueDbl () const |
bool | isValueInt () const |
bool | isValueInt64 () const |
bool | isValueString () const |
bool | isVector () const |
virtual bool | mustBeDeleted (const DataObjectSet &deletedObjects) const |
virtual void | print (std::ostream *ostream) const |
void | removeDirectDependency (const CCopasiObject *pObject) |
void | setDirectDependencies (const DataObjectSet &directDependencies) |
bool | setObjectName (const std::string &name) |
virtual bool | setObjectParent (const CCopasiContainer *pParent) |
void | setObjectValue (const C_FLOAT64 &value) |
void | setObjectValue (const C_INT32 &value) |
void | setObjectValue (const bool &value) |
template<class CType > | |
void | setRefresh (CType *pType, void(CType::*method)(void)) |
template<class CType > | |
void | setUpdateMethod (CType *pType, void(CType::*method)(const C_FLOAT64 &)) |
template<class CType > | |
void | setUpdateMethod (CType *pType, void(CType::*method)(const C_INT32 &)) |
template<class CType > | |
void | setUpdateMethod (CType *pType, void(CType::*method)(const bool &)) |
virtual | ~CCopasiObject () |
![]() | |
CObjectInterface () | |
virtual | ~CObjectInterface () |
Private Attributes | |
std::string | mKey |
Additional Inherited Members | |
![]() | |
typedef std::vector < CPlotSpecification * > ::const_iterator | const_iterator |
typedef std::vector < CPlotSpecification * > ::iterator | iterator |
typedef std::vector < CPlotSpecification * > ::value_type | value_type |
![]() | |
typedef std::vector< CType * > ::const_iterator | const_iterator |
typedef std::vector< CType * > ::iterator | iterator |
typedef std::vector< CType * > ::value_type | value_type |
![]() | |
typedef std::multimap < std::string, CCopasiObject * > | objectMap |
![]() | |
typedef std::set< const CCopasiObject * > | DataObjectSet |
typedef std::vector< Refresh * > | DataUpdateSequence |
![]() | |
typedef std::set< const CObjectInterface * > | ObjectSet |
typedef std::vector < CObjectInterface * > | UpdateSequence |
![]() | |
static std::vector< Refresh * > | buildUpdateSequence (const DataObjectSet &objects, const DataObjectSet &uptoDateObjects, const DataObjectSet &context=DataObjectSet()) |
static void | setRenameHandler (CRenameHandler *rh) |
![]() | |
static const std::vector < CCopasiContainer * > | EmptyList |
![]() | |
enum | Flag { Container = 0x1, Vector = 0x2, Matrix = 0x4, NameVector = 0x8, Reference = 0x10, ValueBool = 0x20, ValueInt = 0x40, ValueInt64 = 0x80, ValueDbl = 0x100, NonUniqueName = 0x200, StaticString = 0x400, ValueString = 0x800, Separator = 0x1000, ModelEntity = 0x2000, Array = 0x4000, DataModel = 0x8000, Root = 0x10000, Gui = 0x20000 } |
![]() | |
template<class CType > | |
CCopasiObject * | addMatrixReference (const std::string &name, CType &reference, const unsigned C_INT32 &flag=0) |
template<class CType > | |
CCopasiObject * | addObjectReference (const std::string &name, CType &reference, const unsigned C_INT32 &flag=0) |
template<class CType > | |
CCopasiObject * | addVectorReference (const std::string &name, CType &reference, const unsigned C_INT32 &flag=0) |
void | initObjects () |
![]() | |
CCopasiObject () | |
CCopasiObject (const std::string &name, const CCopasiContainer *pParent=NULL, const std::string &type="CN", const unsigned C_INT32 &flag=0) | |
![]() | |
objectMap | mObjects |
![]() | |
static CRenameHandler * | smpRenameHandler = NULL |
Definition at line 29 of file COutputDefinitionVector.h.
COutputDefinitionVector::COutputDefinitionVector | ( | const std::string & | name = "OutputDefinitions" , |
const CCopasiContainer * | pParent = NULL |
||
) |
Definition at line 27 of file COutputDefinitionVector.cpp.
|
virtual |
|
virtual |
Cleanup
Reimplemented from CCopasiVector< T >.
Definition at line 38 of file COutputDefinitionVector.cpp.
References CCopasiRootContainer::getKeyFactory(), mKey, and CKeyFactory::remove().
Referenced by ~COutputDefinitionVector().
CPlotSpecification * COutputDefinitionVector::createPlotSpec | ( | const std::string & | name, |
CPlotItem::Type | type = CPlotItem::plot2d |
||
) |
Definition at line 48 of file COutputDefinitionVector.cpp.
References CCopasiVectorN< CPlotSpecification >::add(), CCopasiObject::setObjectName(), and CCopasiVector< T >::size().
Referenced by CQPlotSubwidget::addPlot(), COutputAssistant::createDefaultOutput(), COutputAssistant::createPlot(), and SEDMLImporter::readListOfPlotsFromSedMLOutput().
|
virtual |
Reimplemented from CCopasiObject.
Definition at line 43 of file COutputDefinitionVector.cpp.
References mKey.
Referenced by CQBrowserPaneDM::load().
bool COutputDefinitionVector::removePlotSpec | ( | const std::string & | key | ) |
Definition at line 64 of file COutputDefinitionVector.cpp.
References C_INVALID_INDEX, CKeyFactory::get(), CCopasiVector< T >::getIndex(), CCopasiRootContainer::getKeyFactory(), and CCopasiVector< T >::remove().
Referenced by CQPlotSubwidget::deletePlot().
|
private |
Definition at line 32 of file COutputDefinitionVector.h.