COPASI API  4.40.278
CLBase Class Reference

#include <CLBase.h>

Inheritance diagram for CLBase:
[legend]

Public Member Functions

 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 ()
 

Protected Attributes

std::string mTag
 

Detailed Description

This class does nothing at all at the moment. Is is the base of all classes that have an equivalent in the libsbml layout extension

Constructor & Destructor Documentation

◆ CLBase() [1/3]

CLBase::CLBase ( )
inline

◆ CLBase() [2/3]

CLBase::CLBase ( const CLBase b)
inline

◆ CLBase() [3/3]

CLBase::CLBase ( const SBase &  )
inline

◆ ~CLBase()

virtual CLBase::~CLBase ( )
inlinevirtual

Member Function Documentation

◆ getTag()

const std::string& CLBase::getTag ( ) const
inline

References mTag.

◆ hasTag()

bool CLBase::hasTag ( ) const
inline

References mTag.

◆ moveBy()

virtual void CLBase::moveBy ( const CLPoint )
inlinevirtual

◆ setTag()

void CLBase::setTag ( const std::string &  tag)
inline

References mTag.

Referenced by tagKey().

Member Data Documentation

◆ mTag

std::string CLBase::mTag
protected

Referenced by getTag(), hasTag(), and setTag().


The documentation for this class was generated from the following file: