|
void | addChannel (const CPlotDataChannelSpec &channel) |
|
virtual bool | applyData (const CData &data, CUndoData::CChangeSet &changes) |
|
void | cleanup () |
|
| CPlotItem (const CPlotItem &src, const CDataContainer *pParent) |
|
| CPlotItem (const std::string &name="NoName", const CDataContainer *pParent=NO_PARENT, const Type &type=curve2d) |
|
const COutputInterface::Activity & | getActivity () const |
|
std::vector< CPlotDataChannelSpec > & | getChannels () |
|
const std::vector< CPlotDataChannelSpec > & | getChannels () const |
|
size_t | getNumChannels () const |
|
const std::string & | getTitle () const |
|
const CPlotItem::Type & | getType () const |
|
void | setActivity (const COutputInterface::Activity &activity) |
|
void | setTitle (const std::string &title) |
|
void | setType (CPlotItem::Type type) |
|
virtual CData | toData () const |
|
virtual | ~CPlotItem () |
|
bool | addGroup (const std::string &name) |
|
void | addParameter (CCopasiParameter *pParameter) |
|
bool | addParameter (const CCopasiParameter ¶meter) |
|
bool | addParameter (const std::string &name, const CCopasiParameter::Type type, const CCopasiParameter::UserInterfaceFlag &flag=CCopasiParameter::UserInterfaceFlag::All) |
|
template<class CType > |
bool | addParameter (const std::string &name, const CCopasiParameter::Type type, const CType &value, const CCopasiParameter::UserInterfaceFlag &flag=CCopasiParameter::UserInterfaceFlag::All) |
|
CCopasiParameterGroup * | assertGroup (const std::string &name, const CCopasiParameter::UserInterfaceFlag &flag=CCopasiParameter::UserInterfaceFlag::All) |
|
template<class CType > |
CType * | assertParameter (const std::string &name, const CCopasiParameter::Type type, const CType &defaultValue, const CCopasiParameter::UserInterfaceFlag &flag=CCopasiParameter::UserInterfaceFlag::All) |
|
index_iterator | beginIndex () const |
|
const_name_iterator | beginName () const |
|
| CCopasiParameterGroup (const CCopasiParameterGroup &src, const CDataContainer *pParent=NULL) |
|
| CCopasiParameterGroup (const std::string &name, const CDataContainer *pParent=NO_PARENT, const std::string &objectType="ParameterGroup") |
|
void | clear () |
|
virtual void | createUndoData (CUndoData &undoData, const CUndoData::Type &type, const CData &oldData=CData(), const CCore::Framework &framework=CCore::Framework::ParticleNumbers) const |
|
virtual bool | elevateChildren () |
|
index_iterator | endIndex () const |
|
const_name_iterator | endName () const |
|
CCopasiParameterGroup & | getElementTemplates () |
|
const CCopasiParameterGroup & | getElementTemplates () const |
|
CCopasiParameterGroup * | getGroup (const size_t &index) |
|
const CCopasiParameterGroup * | getGroup (const size_t &index) const |
|
CCopasiParameterGroup * | getGroup (const std::string &name) |
|
const CCopasiParameterGroup * | getGroup (const std::string &name) const |
|
virtual size_t | getIndex (const CDataObject *pObject) const |
|
size_t | getIndex (const std::string &name) const |
|
std::string | getKey (const size_t &index) const |
|
std::string | getKey (const std::string &name) const |
|
virtual const std::string & | getName (const size_t &index) const |
|
virtual const CObjectInterface * | getObject (const CCommonName &cn) const |
|
CCopasiParameter * | getParameter (const size_t &index) |
|
const CCopasiParameter * | getParameter (const size_t &index) const |
|
CCopasiParameter * | getParameter (std::string name) |
|
const CCopasiParameter * | getParameter (std::string name) const |
|
CCopasiParameter::Type | getType (const size_t &index) const |
|
CCopasiParameter::Type | getType (const std::string &name) const |
|
std::string | getUniqueParameterName (const CCopasiParameter *pParameter) const |
|
template<class CType > |
CType & | getValue (const size_t &index) |
|
template<class CType > |
const CType & | getValue (const size_t &index) const |
|
template<class CType > |
CType & | getValue (const std::string &name) |
|
template<class CType > |
const CType & | getValue (const std::string &name) const |
|
bool | haveTemplate () const |
|
virtual CUndoObjectInterface * | insert (const CData &data) |
|
CCopasiParameterGroup & | operator= (const CCopasiParameterGroup &rhs) |
|
virtual void | print (std::ostream *ostream) const |
|
virtual bool | remove (CDataObject *pObject) |
|
bool | removeParameter (CCopasiParameter *pParameter) |
|
bool | removeParameter (const size_t &index) |
|
bool | removeParameter (const std::string &name) |
|
virtual void | setUserInterfaceFlag (const UserInterfaceFlag &flag) |
|
template<class CType > |
bool | setValue (const size_t &index, const CType &value) |
|
template<class CType > |
bool | setValue (const std::string &name, const CType &value) |
|
size_t | size (const UserInterfaceFlag &require=UserInterfaceFlag::None, const UserInterfaceFlag &exclude=UserInterfaceFlag::None) const |
|
bool | swap (const size_t &iFrom, const size_t &iTo) |
|
bool | swap (index_iterator &from, index_iterator &to) |
|
virtual void | updateIndex (const size_t &index, const CUndoObjectInterface *pUndoObject) |
|
virtual | ~CCopasiParameterGroup () |
|
| CCopasiParameter (const CCopasiParameter &src, const CDataContainer *pParent) |
|
| CCopasiParameter (const std::string &name, const Type &type, const void *pValue=NULL, const CDataContainer *pParent=NO_PARENT, const std::string &objectType="Parameter") |
|
virtual CCommonName | getCN () const override |
|
template<class CType > |
const CType & | getDefault () const |
|
virtual const std::string & | getKey () const override |
|
virtual std::string | getObjectDisplayName () const override |
|
const CCopasiParameter::Type & | getType () const |
|
const UserInterfaceFlag & | getUserInterfaceFlag () const |
|
template<class CType > |
std::vector< std::pair< CType, CType > > & | getValidValues () |
|
template<class CType > |
const std::vector< std::pair< CType, CType > > & | getValidValues () const |
|
void * | getValidValuesPointer () const |
|
template<class CType > |
CType & | getValue () |
|
template<class CType > |
const CType & | getValue () const |
|
virtual void * | getValuePointer () const override |
|
CDataObject * | getValueReference () const |
|
bool | hasValidValues () const |
|
bool | isBasic () const |
|
bool | isDefault () const |
|
bool | isEditable () const |
|
bool | isUnsupported () const |
|
bool | isValidValue (const bool &value) const |
|
bool | isValidValue (const C_FLOAT64 &value) const |
|
bool | isValidValue (const C_INT32 &value) const |
|
bool | isValidValue (const CCommonName &value) const |
|
template<class CType > |
bool | isValidValue (const CType &) const |
|
bool | isValidValue (const std::string &value) const |
|
bool | isValidValue (const std::vector< CCopasiParameter * > &value) const |
|
bool | isValidValue (const unsigned C_INT32 &value) const |
|
CCopasiParameter & | operator= (const CCopasiParameter &rhs) |
|
template<class CType > |
bool | setDefault (const CType &defaultValue) |
|
bool | setDefault (const std::vector< CCopasiParameter * > &defaultValue) |
|
virtual bool | setObjectParent (const CDataContainer *pParent) override |
|
template<class CType , class Enum > |
bool | setValidValues (const CEnumAnnotation< CType, Enum > &validValues) |
|
template<class CType > |
bool | setValidValues (const std::vector< std::pair< CType, CType > > &validValues) |
|
template<class CType > |
bool | setValue (const CType &value) |
|
bool | setValue (const std::vector< CCopasiParameter * > &value) |
|
virtual | ~CCopasiParameter () |
|
virtual bool | add (CDataObject *pObject, const bool &adopt=true) |
|
virtual bool | appendDeletedDependentData (CUndoData &undoData) const |
|
| CDataContainer (const CDataContainer &src, const CDataContainer *pParent) |
|
| CDataContainer (const std::string &name, const CDataContainer *pParent=NO_PARENT, const std::string &type="CN", const CFlags< Flag > &flag=CFlags< Flag >::None) |
|
virtual std::string | getChildObjectUnits (const CDataObject *pObject) const |
|
void | getDescendants (CDataObject::DataObjectSet &descendants, const bool &recursive=false) const |
|
virtual objectMap & | getObjects () |
|
virtual const objectMap & | getObjects () const |
|
virtual const std::string | getUnits () const override |
|
virtual const CDataObject * | getValueObject () const override |
|
void | objectRenamed (CDataObject *pObject, const std::string &oldName) |
|
virtual | ~CDataContainer () |
|
void | addIssue (const CIssue &issue) |
|
void | addReference (const CDataContainer *pReference) |
|
virtual void | calculateValue () override |
|
| CDataObject (const CDataObject &src, const CDataContainer *pParent=NULL) |
|
virtual void | destruct () override |
|
virtual const CDataObject * | getDataObject () const override |
|
CDataContainer * | getObjectAncestor (const std::string &type) const |
|
CDataModel * | getObjectDataModel () const |
|
const CObjectInterface * | getObjectFromCN (const CCommonName &cn) const |
|
const std::string & | getObjectName () const |
|
CDataContainer * | getObjectParent () const |
|
const std::string & | getObjectType () const |
|
virtual const CObjectInterface::ObjectSet & | getPrerequisites () const override |
|
virtual const CValidity & | getValidity () const override |
|
bool | hasFlag (const Flag &flag) const |
|
virtual bool | isPrerequisiteForContext (const CObjectInterface *pObject, const CCore::SimulationContextFlag &context, const CObjectInterface::ObjectSet &changedObjects) const override |
|
bool | prerequisitsContains (const DataObjectSet &objects) const |
|
void | removeIssue (const CIssue &issue) |
|
void | removeReference (const CDataContainer *pReference) |
|
bool | setObjectName (const std::string &name) |
|
void | validityChanged (const CValidity &changedValidity) override |
|
void | validityRemoved (const CValidity &changedValidity) |
|
virtual | ~CDataObject () |
|
| CObjectInterface () |
|
| CObjectInterface (const CObjectInterface &src) |
|
virtual | ~CObjectInterface () |
|
| CUndoObjectInterface () |
|
| CUndoObjectInterface (const CUndoObjectInterface &src) |
|
bool | generateUuid () |
|
const xg::Guid & | getUuid () const |
|
bool | setUuid (const std::string &uuid) |
|
bool | setUuid (const xg::Guid &uuid) |
|
virtual | ~CUndoObjectInterface () |
|