COPASI API
4.16.103
|
#include <CSlider.h>
Public Types | |
enum | Scale { linear = 0, logarithmic, undefinedScale } |
enum | Type { Float = 0, UnsignedFloat, Integer, UnsignedInteger, Undefined } |
![]() | |
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 |
Public Member Functions | |
bool | compile (const std::vector< CCopasiContainer * > &listOfContainer=CCopasiContainer::EmptyList) |
Scale | convertScaleNameToScale (const char *scaleName) |
const char * | convertScaleToScaleName (Scale scale) |
CSlider (const std::string &name="Slider", const CCopasiContainer *pParent=NULL) | |
CSlider (const CSlider &src, const CCopasiContainer *pParent=NULL) | |
const std::string & | getAssociatedEntityKey () const |
const std::string & | getKey () const |
const C_FLOAT64 & | getMaxValue () const |
const C_FLOAT64 & | getMinValue () const |
const C_FLOAT64 & | getOriginalValue () const |
Scale | getScaling () const |
CCopasiObject * | getSliderObject () |
const std::string & | getSliderObjectCN () const |
CSlider::Type | getSliderType () const |
const C_FLOAT64 & | getSliderValue () const |
bool | getSynced () const |
unsigned C_INT32 | getTickFactor () const |
unsigned C_INT32 | getTickNumber () const |
bool | isValid () const |
void | resetRange () |
void | resetValue () |
bool | setAssociatedEntityKey (const std::string &associatedEntityKey) |
bool | setMaxValue (const C_FLOAT64 maxValue) |
bool | setMinValue (const C_FLOAT64 minValue) |
bool | setOriginalValue (const C_FLOAT64 value) |
bool | setScaling (Scale scaling) |
bool | setSliderObject (CCopasiObject *pObject) |
bool | setSliderObject (const CCopasiObjectName &objectCN) |
bool | setSliderType (const CSlider::Type type) |
bool | setSliderValue (const C_FLOAT64 value, const bool &writeToObject=true) |
void | setSynced (bool synced) |
bool | setTickFactor (const unsigned C_INT32 tickFactor) |
bool | setTickNumber (const unsigned C_INT32 tickNumber) |
void | sync () |
void | writeToObject () |
~CSlider () | |
![]() | |
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 () |
Static Public Attributes | |
static const char * | ScaleName [] |
static const char * | TypeName [] |
![]() | |
static const std::vector < CCopasiContainer * > | EmptyList |
Private Attributes | |
std::string | mAssociatedEntityKey |
CRegisteredObjectName | mCN |
std::vector< Refresh * > | mInitialRefreshes |
std::string | mKey |
C_FLOAT64 | mMaxValue |
C_FLOAT64 | mMinValue |
C_FLOAT64 | mOriginalValue |
CCopasiObject * | mpSliderObject |
Scale | mScaling |
Type | mSliderType |
bool | mSync |
unsigned C_INT32 | mTickFactor |
unsigned C_INT32 | mTickNumber |
C_FLOAT64 | mValue |
Additional Inherited Members | |
![]() | |
static std::vector< Refresh * > | buildUpdateSequence (const DataObjectSet &objects, const DataObjectSet &uptoDateObjects, const DataObjectSet &context=DataObjectSet()) |
static void | setRenameHandler (CRenameHandler *rh) |
![]() | |
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 |
enum CSlider::Scale |
Enum of valid scales
Enumerator | |
---|---|
linear | |
logarithmic | |
undefinedScale |
enum CSlider::Type |
Enum of valid quantitye units
Enumerator | |
---|---|
Float | |
UnsignedFloat | |
Integer | |
UnsignedInteger | |
Undefined |
Definition at line 35 of file CSlider.h.
CSlider::CSlider | ( | const std::string & | name = "Slider" , |
const CCopasiContainer * | pParent = NULL |
||
) |
Default constructor
const | std::string & name (default: "NoName") |
const | CCopasiContainer * pParent (default: NULL) |
Definition at line 30 of file CSlider.cpp.
CSlider::CSlider | ( | const CSlider & | src, |
const CCopasiContainer * | pParent = NULL |
||
) |
Copy constructor
const | CSlider & src |
const | CCopasiContainer * pParent (default: NULL) |
Definition at line 48 of file CSlider.cpp.
CSlider::~CSlider | ( | ) |
Destructor.
Definition at line 66 of file CSlider.cpp.
References CCopasiRootContainer::getKeyFactory(), mKey, and CKeyFactory::remove().
bool CSlider::compile | ( | const std::vector< CCopasiContainer * > & | listOfContainer = CCopasiContainer::EmptyList | ) |
Compile, i.e., find the objects pointed to by the CN.
const | std::vector< CCopasiContainer * > & listOfContainer (default: CCopasiContainer::EmptyList) |
Definition at line 69 of file CSlider.cpp.
References CCopasiObject::getObjectDataModel(), mCN, mpSliderObject, mSync, setSliderObject(), and sync().
Referenced by SliderDialog::addSlider(), CopasiSlider::CopasiSlider(), SliderDialog::createNewSlider(), SliderDialog::getCSlidersForObject(), and SliderDialog::sliderObjectChanged().
CSlider::Scale CSlider::convertScaleNameToScale | ( | const char * | scaleName | ) |
Converts the scaling name to the corresponding enum.
Definition at line 380 of file CSlider.cpp.
References linear, logarithmic, and undefinedScale.
Referenced by CCopasiXMLParser::SliderElement::start().
const char * CSlider::convertScaleToScaleName | ( | Scale | scale | ) |
Converts the scaling name to the corresponding enum.
Definition at line 396 of file CSlider.cpp.
References ScaleName, and undefinedScale.
Referenced by CCopasiXML::saveGUI().
const std::string & CSlider::getAssociatedEntityKey | ( | ) | const |
Retrieve the key of the associated entity.
Definition at line 101 of file CSlider.cpp.
References mAssociatedEntityKey.
Referenced by SliderDialog::equivalentSliderExists(), SliderDialog::getCSlidersForObject(), and CCopasiXML::saveGUI().
|
virtual |
Retrieve the key
Reimplemented from CCopasiObject.
Definition at line 91 of file CSlider.cpp.
References mKey.
Referenced by CCopasiXML::saveGUI().
const C_FLOAT64 & CSlider::getMaxValue | ( | ) | const |
Retrieve the slider maximum value.
Definition at line 348 of file CSlider.cpp.
References mMaxValue.
Referenced by CopasiSlider::calculatePositionFromValue(), CopasiSlider::calculateValueFromPosition(), CopasiSlider::maxValue(), CopasiSlider::minorTickInterval(), CCopasiXML::saveGUI(), SliderSettingsDialog::updateInputFieldsValues(), CopasiSlider::updateLabel(), and CopasiSlider::updateValue().
const C_FLOAT64 & CSlider::getMinValue | ( | ) | const |
Retrieve the slider minimum value.
Definition at line 320 of file CSlider.cpp.
References mMinValue.
Referenced by CopasiSlider::calculatePositionFromValue(), CopasiSlider::calculateValueFromPosition(), CopasiSlider::minorTickInterval(), CopasiSlider::minValue(), CCopasiXML::saveGUI(), SliderSettingsDialog::updateInputFieldsValues(), CopasiSlider::updateLabel(), and CopasiSlider::updateValue().
const C_FLOAT64 & CSlider::getOriginalValue | ( | ) | const |
Retrieve the original slider Value.
Definition at line 285 of file CSlider.cpp.
References mOriginalValue.
Referenced by CopasiSlider::originalValue(), and SliderSettingsDialog::updateInputFieldsValues().
CSlider::Scale CSlider::getScaling | ( | ) | const |
Retrieve the scaling of the slider.
Definition at line 369 of file CSlider.cpp.
References mScaling.
Referenced by CopasiSlider::calculatePositionFromValue(), CopasiSlider::calculateValueFromPosition(), CCopasiXML::saveGUI(), and SliderSettingsDialog::updateInputFieldsValues().
CCopasiObject * CSlider::getSliderObject | ( | ) |
Retrieve the slider object.
Definition at line 176 of file CSlider.cpp.
References mpSliderObject.
Referenced by SliderSettingsDialog::browseButtonPressed(), SliderDialog::equivalentSliderExists(), CopasiSlider::object(), SliderSettingsDialog::setSlider(), CopasiSlider::updateLabel(), and CopasiSlider::updateSliderData().
const std::string & CSlider::getSliderObjectCN | ( | ) | const |
Retrieve the slider object CN.
Definition at line 179 of file CSlider.cpp.
References mCN.
Referenced by CCopasiXML::saveGUI().
CSlider::Type CSlider::getSliderType | ( | ) | const |
Retrieve the slider type.
Definition at line 188 of file CSlider.cpp.
References mSliderType.
Referenced by CCopasiXML::saveGUI(), and CopasiSlider::type().
const C_FLOAT64 & CSlider::getSliderValue | ( | ) | const |
Retrieve the slider Value.
Definition at line 290 of file CSlider.cpp.
References mValue.
Referenced by resetRange(), CCopasiXML::saveGUI(), CopasiSlider::setMaxValue(), setMaxValue(), CopasiSlider::setMinValue(), setMinValue(), CopasiSlider::setNumMinorTicks(), setSliderObject(), CopasiSlider::setValue(), CopasiSlider::sliderValueChanged(), SliderSettingsDialog::updateInputFieldsValues(), CopasiSlider::updateLabel(), CopasiSlider::updateSliderData(), CopasiSlider::updateValue(), and CopasiSlider::value().
bool CSlider::getSynced | ( | ) | const |
Returns wether the value is to be kept in sync the the objects value.
Definition at line 86 of file CSlider.cpp.
References mSync.
unsigned C_INT32 CSlider::getTickFactor | ( | ) | const |
Retrieve the tick factor.
Definition at line 366 of file CSlider.cpp.
References mTickFactor.
Referenced by CopasiSlider::minorMajorFactor(), CCopasiXML::saveGUI(), SliderSettingsDialog::updateInputFieldsValues(), and CopasiSlider::updateSliderData().
unsigned C_INT32 CSlider::getTickNumber | ( | ) | const |
Retrieve the tick number.
Definition at line 357 of file CSlider.cpp.
References mTickNumber.
Referenced by CopasiSlider::calculatePositionFromValue(), CopasiSlider::calculateValueFromPosition(), CopasiSlider::minorTickInterval(), CopasiSlider::numMinorTicks(), CCopasiXML::saveGUI(), SliderSettingsDialog::updateInputFieldsValues(), and CopasiSlider::updateSliderData().
bool CSlider::isValid | ( | ) | const |
Checks whether the object the slider points to actually exists. Returns true if it does.
Definition at line 408 of file CSlider.cpp.
References CCopasiDataModel::getModel(), CCopasiObject::getObjectDataModel(), mCN, mpSliderObject, and CCopasiDataModel::ObjectFromName().
Referenced by CopasiSlider::isValid().
void CSlider::resetRange | ( | ) |
Reset the minimum and maximum value to defaults. For the minimum this is half the current value. For the maximum this is twice the current value.
Definition at line 159 of file CSlider.cpp.
References C_FLOAT64, getSliderValue(), mMaxValue, mMinValue, mSliderType, and Undefined.
Referenced by SliderSettingsDialog::browseButtonPressed(), SliderDialog::createNewSlider(), and CopasiSlider::updateValue().
void CSlider::resetValue | ( | ) |
Sets the value of the slider back to it's original value.
Definition at line 154 of file CSlider.cpp.
References mOriginalValue, and setSliderValue().
bool CSlider::setAssociatedEntityKey | ( | const std::string & | associatedEntityKey | ) |
Set the key of the associated entity
const | std::string & associatedEntityKey |
Definition at line 94 of file CSlider.cpp.
References CCopasiRootContainer::getKeyFactory(), and mAssociatedEntityKey.
Referenced by SliderSettingsDialog::browseButtonPressed(), SliderDialog::createNewSlider(), and CCopasiXMLParser::SliderElement::start().
bool CSlider::setMaxValue | ( | const C_FLOAT64 | maxValue | ) |
Set the slider maximum value.
const | C_FLOAT64 maxValue |
Definition at line 323 of file CSlider.cpp.
References getSliderValue(), mMaxValue, mMinValue, mpSliderObject, mSliderType, mValue, Undefined, and writeToObject().
Referenced by CopasiSlider::setMaxValue(), CCopasiXMLParser::SliderElement::start(), and SliderSettingsDialog::updateSlider().
bool CSlider::setMinValue | ( | const C_FLOAT64 | minValue | ) |
Set the slider minimum value.
const | C_FLOAT64 minValue |
Definition at line 295 of file CSlider.cpp.
References getSliderValue(), mMaxValue, mMinValue, mpSliderObject, mSliderType, mValue, Undefined, and writeToObject().
Referenced by CopasiSlider::setMinValue(), CCopasiXMLParser::SliderElement::start(), and SliderSettingsDialog::updateSlider().
bool CSlider::setOriginalValue | ( | const C_FLOAT64 | value | ) |
Set the sliders original value.
const | C_FLOAT64 Value |
const | bool & writeToObject (Default: true) |
Definition at line 191 of file CSlider.cpp.
References mMaxValue, mMinValue, mOriginalValue, mSliderType, and Undefined.
Referenced by CopasiSlider::setOriginalValue(), and SliderSettingsDialog::updateSlider().
bool CSlider::setScaling | ( | CSlider::Scale | scaling | ) |
Set the scaling for the CSlider.
Definition at line 374 of file CSlider.cpp.
References mScaling.
Referenced by CCopasiXMLParser::SliderElement::start(), and SliderSettingsDialog::updateSlider().
bool CSlider::setSliderObject | ( | CCopasiObject * | pObject | ) |
Set the slider object.
CCopasiObject | * pObject |
Definition at line 104 of file CSlider.cpp.
References CModel::buildInitialRefreshSequence(), C_FLOAT64, Float, CCopasiObject::getCN(), CCopasiDataModel::getModel(), CCopasiObject::getObjectDataModel(), getSliderValue(), Integer, CCopasiObject::isValueDbl(), CCopasiObject::isValueInt(), mCN, mInitialRefreshes, mMaxValue, mMinValue, mOriginalValue, mpSliderObject, mSync, setSliderType(), sync(), and Undefined.
Referenced by SliderSettingsDialog::browseButtonPressed(), compile(), SliderDialog::createNewSlider(), CopasiSlider::setObject(), and CCopasiXMLParser::SliderElement::start().
bool CSlider::setSliderObject | ( | const CCopasiObjectName & | objectCN | ) |
Set the slider object.
const | CCopasiObjectName & objectCN |
Definition at line 169 of file CSlider.cpp.
References mCN.
bool CSlider::setSliderType | ( | const CSlider::Type | type | ) |
Set the slider type.
const | CSlider::Type type |
Definition at line 182 of file CSlider.cpp.
References mSliderType.
Referenced by setSliderObject(), CopasiSlider::setType(), and CCopasiXMLParser::SliderElement::start().
bool CSlider::setSliderValue | ( | const C_FLOAT64 | value, |
const bool & | writeToObject = true |
||
) |
Set the slider value.
const | C_FLOAT64 Value |
const | bool & writeToObject (Default: true) |
Definition at line 215 of file CSlider.cpp.
References mMaxValue, mMinValue, mSliderType, mSync, mValue, Undefined, and writeToObject().
Referenced by resetValue(), CopasiSlider::setValue(), CopasiSlider::sliderValueChanged(), CCopasiXMLParser::SliderElement::start(), and SliderSettingsDialog::updateSlider().
void CSlider::setSynced | ( | bool | synced | ) |
Sets wether the value is to be kept in sync the the objects value.
Definition at line 81 of file CSlider.cpp.
References mSync.
bool CSlider::setTickFactor | ( | const unsigned C_INT32 | tickFactor | ) |
Set the tick factor.
const | unsigned C_INT32 & tickFactor |
Definition at line 360 of file CSlider.cpp.
References mTickFactor.
Referenced by CopasiSlider::setMinorMajorFactor(), CCopasiXMLParser::SliderElement::start(), and SliderSettingsDialog::updateSlider().
bool CSlider::setTickNumber | ( | const unsigned C_INT32 | tickNumber | ) |
Set the tick number.
const | unsigned C_INT32 & tickNumber |
Definition at line 351 of file CSlider.cpp.
References mTickNumber.
Referenced by CopasiSlider::setNumMinorTicks(), CCopasiXMLParser::SliderElement::start(), and SliderSettingsDialog::updateSlider().
void CSlider::sync | ( | ) |
Set the CSliders value to the value of the underlying object.
Definition at line 245 of file CSlider.cpp.
References C_FLOAT64, C_INT32, Float, CCopasiObject::getValuePointer(), Integer, mpSliderObject, mSliderType, mValue, UnsignedFloat, and UnsignedInteger.
Referenced by compile(), and setSliderObject().
void CSlider::writeToObject | ( | ) |
Set the objects value to the value stored in CSlider.
Definition at line 265 of file CSlider.cpp.
References C_INT32, CCopasiObject::isValueBool(), CCopasiObject::isValueDbl(), CCopasiObject::isValueInt(), mInitialRefreshes, mpSliderObject, mValue, and CCopasiObject::setObjectValue().
Referenced by setMaxValue(), setMinValue(), and setSliderValue().
|
private |
The key of the associated entity of the slider's object.
Definition at line 296 of file CSlider.h.
Referenced by getAssociatedEntityKey(), and setAssociatedEntityKey().
|
private |
The CN of the object that the slider modifies.
Definition at line 351 of file CSlider.h.
Referenced by compile(), getSliderObjectCN(), isValid(), and setSliderObject().
|
private |
The sequnece of methods to update initial values depending on this sliders object.
Definition at line 357 of file CSlider.h.
Referenced by setSliderObject(), and writeToObject().
|
private |
The key of the slider.
Definition at line 291 of file CSlider.h.
Referenced by getKey(), and ~CSlider().
|
private |
The maximum value of the slider
Definition at line 326 of file CSlider.h.
Referenced by getMaxValue(), resetRange(), setMaxValue(), setMinValue(), setOriginalValue(), setSliderObject(), and setSliderValue().
|
private |
The minimun value of the slider
Definition at line 321 of file CSlider.h.
Referenced by getMinValue(), resetRange(), setMaxValue(), setMinValue(), setOriginalValue(), setSliderObject(), and setSliderValue().
|
private |
The original value of the slider-
Definition at line 316 of file CSlider.h.
Referenced by getOriginalValue(), resetValue(), setOriginalValue(), and setSliderObject().
|
private |
The slider object pointing to the slider's object afteer compile.
Definition at line 301 of file CSlider.h.
Referenced by compile(), getSliderObject(), isValid(), setMaxValue(), setMinValue(), setSliderObject(), sync(), and writeToObject().
|
private |
The scaling of the slider.
Definition at line 346 of file CSlider.h.
Referenced by getScaling(), and setScaling().
|
private |
The value type of the slider's object.
Definition at line 306 of file CSlider.h.
Referenced by getSliderType(), resetRange(), setMaxValue(), setMinValue(), setOriginalValue(), setSliderType(), setSliderValue(), and sync().
|
private |
Wether the CSlider's value is always in sync with its object's value.
Definition at line 341 of file CSlider.h.
Referenced by compile(), getSynced(), setSliderObject(), setSliderValue(), and setSynced().
|
private |
The factor between minor and major ticks.
Definition at line 336 of file CSlider.h.
Referenced by getTickFactor(), and setTickFactor().
|
private |
The number of ticks the slider is divided into.
Definition at line 331 of file CSlider.h.
Referenced by getTickNumber(), and setTickNumber().
|
private |
The value of the slider-
Definition at line 311 of file CSlider.h.
Referenced by getSliderValue(), setMaxValue(), setMinValue(), setSliderValue(), sync(), and writeToObject().
|
static |
String representation of valid scalings
Definition at line 50 of file CSlider.h.
Referenced by convertScaleToScaleName().
|
static |
String representation of valid quantity units
Definition at line 45 of file CSlider.h.
Referenced by CCopasiXML::saveGUI(), and CCopasiXMLParser::SliderElement::start().