16 #include <sbml/packages/render/sbml/LocalStyle.h>
36 mKeyList(source.mKeyList)
45 CLStyle(source,
"LocalStyle", pParent)
104 LocalStyle* pLS =
new LocalStyle(level, version);
106 std::set<std::string> s;
void addKey(const std::string &key)
LocalStyle * toSBML(unsigned int level, unsigned int version) const
static void readIntoSet(const std::string &s, std::set< std::string > &set)
void removeKey(const std::string &key)
const std::set< std::string > & getKeyList() const
size_t getNumKeys() const
void addSBMLAttributes(Style *pStyle) const
bool isKeyInSet(const std::string &key) const
std::string add(const std::string &prefix, CCopasiObject *pObject)
std::set< std::string > mKeyList
static CKeyFactory * getKeyFactory()
static std::string createStringFromSet(const std::set< std::string > &set)
void setKeyList(const std::set< std::string > &keyList)
CLLocalStyle(CCopasiContainer *pParent=NULL)