COPASI API
4.16.103
|
#include <CLGlobalStyle.h>
Public Member Functions | |
CLGlobalStyle (CCopasiContainer *pParent=NULL) | |
CLGlobalStyle (const CLGlobalStyle &source, CCopasiContainer *pParent=NULL) | |
CLGlobalStyle (const GlobalStyle &source, CCopasiContainer *pParent=NULL) | |
GlobalStyle * | toSBML (unsigned int level, unsigned int version) const |
![]() | |
void | addRole (const std::string &role) |
void | addSBMLAttributes (Style *pStyle) const |
void | addType (const std::string &type) |
CLStyle (const std::string &name, CCopasiContainer *pParent=NULL) | |
CLStyle (const CLStyle &source, CCopasiContainer *pParent=NULL) | |
CLStyle (const Style &source, const std::string &name, CCopasiContainer *pParent=NULL) | |
const CLGroup * | getGroup () const |
CLGroup * | getGroup () |
const std::string & | getKey () const |
size_t | getNumRoles () const |
size_t | getNumTypes () const |
const std::set< std::string > & | getRoleList () const |
const std::set< std::string > & | getTypeList () const |
bool | isInRoleList (const std::string &role) const |
bool | isInTypeList (const std::string &type) const |
void | removeRole (const std::string &role) |
void | removeType (const std::string &type) |
void | setGroup (const CLGroup *pGroup) |
void | setRoleList (const std::set< std::string > &roleList) |
void | setTypeList (const std::set< std::string > &typeList) |
~CLStyle () | |
![]() | |
CLBase () | |
CLBase (const CLBase &b) | |
CLBase (const SBase &) | |
const std::string & | getTag () const |
bool | hasTag () const |
virtual void | moveBy (const CLPoint &) |
void | setTag (const std::string &tag) |
virtual | ~CLBase () |
![]() | |
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 CObjectInterface * | getObject (const CCopasiObjectName &cn) const |
virtual const objectMap & | getObjects () const |
virtual std::string | getUnits () const |
virtual const CCopasiObject * | getValueObject () const |
virtual bool | remove (CCopasiObject *pObject) |
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 () |
Additional Inherited Members | |
![]() | |
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::string | createStringFromSet (const std::set< std::string > &set) |
static void | readIntoSet (const std::string &s, std::set< std::string > &set) |
![]() | |
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) | |
![]() | |
std::string | mKey |
CLGroup * | mpGroup |
std::set< std::string > | mRoleList |
std::set< std::string > | mTypeList |
![]() | |
std::string | mTag |
![]() | |
objectMap | mObjects |
![]() | |
static CRenameHandler * | smpRenameHandler = NULL |
Definition at line 22 of file CLGlobalStyle.h.
CLGlobalStyle::CLGlobalStyle | ( | CCopasiContainer * | pParent = NULL | ) |
Ctor.
Definition at line 23 of file CLGlobalStyle.cpp.
References CKeyFactory::add(), CCopasiRootContainer::getKeyFactory(), and CLStyle::mKey.
CLGlobalStyle::CLGlobalStyle | ( | const CLGlobalStyle & | source, |
CCopasiContainer * | pParent = NULL |
||
) |
Copy Constructor.
Definition at line 31 of file CLGlobalStyle.cpp.
References CKeyFactory::add(), CCopasiRootContainer::getKeyFactory(), and CLStyle::mKey.
CLGlobalStyle::CLGlobalStyle | ( | const GlobalStyle & | source, |
CCopasiContainer * | pParent = NULL |
||
) |
Constructor to generate object from the corresponding SBML object.
Definition at line 40 of file CLGlobalStyle.cpp.
References CKeyFactory::add(), CCopasiRootContainer::getKeyFactory(), and CLStyle::mKey.
GlobalStyle * CLGlobalStyle::toSBML | ( | unsigned int | level, |
unsigned int | version | ||
) | const |
Converts this object to the corresponding SBML object.
Definition at line 49 of file CLGlobalStyle.cpp.
References CLStyle::addSBMLAttributes().