|
COPASI API
4.40.278
|
#include <utility_classes.h>
Public Member Functions | |
| CLGroupAttributes () | |
| CLGroupAttributes (const CLGroupAttributes &src) | |
| CLGroupAttributes & | operator= (const CLGroupAttributes &src) |
| ~CLGroupAttributes () | |
Public Attributes | |
| std::string | mEndHead |
| std::string | mFill |
| CLGraphicalPrimitive2D::FILL_RULE | mFillRule |
| std::string | mFontFamily |
| CLRelAbsVector | mFontSize |
| CLText::FONT_STYLE | mFontStyle |
| CLText::FONT_WEIGHT | mFontWeight |
| double | mHeight |
| double * | mpTransform |
| std::string | mStartHead |
| std::string | mStroke |
| std::vector< unsigned int > | mStrokeDasharray |
| double | mStrokeWidth |
| CLText::TEXT_ANCHOR | mTextAnchor |
| CLText::TEXT_ANCHOR | mVTextAnchor |
| double | mWidth |
| double | mX |
| double | mY |
| double | mZ |
| CLGroupAttributes::CLGroupAttributes | ( | ) |
Constructor that fills all values with default attributes.
References CLTransformation::getIdentityMatrix(), and mpTransform.
| CLGroupAttributes::~CLGroupAttributes | ( | ) |
Destructor that deletes the memory used for the transformation array.
References mpTransform.
| CLGroupAttributes::CLGroupAttributes | ( | const CLGroupAttributes & | src | ) |
Copy constructor.
References mpTransform.
| CLGroupAttributes & CLGroupAttributes::operator= | ( | const CLGroupAttributes & | src | ) |
Assignment operator.
References mEndHead, mFill, mFillRule, mFontFamily, mFontSize, mFontStyle, mFontWeight, mHeight, mpTransform, mStartHead, mStroke, mStrokeDasharray, mStrokeWidth, mTextAnchor, mVTextAnchor, mWidth, mX, mY, and mZ.
| std::string CLGroupAttributes::mEndHead |
| std::string CLGroupAttributes::mFill |
Referenced by CLLayoutRenderer::draw_datapoints(), CLLayoutRenderer::extract_2d_attributes(), and operator=().
| CLGraphicalPrimitive2D::FILL_RULE CLGroupAttributes::mFillRule |
Referenced by CLLayoutRenderer::draw_datapoints(), CLLayoutRenderer::extract_2d_attributes(), and operator=().
| std::string CLGroupAttributes::mFontFamily |
Referenced by CLLayoutRenderer::extract_text_attributes(), and operator=().
| CLRelAbsVector CLGroupAttributes::mFontSize |
Referenced by CLLayoutRenderer::extract_text_attributes(), and operator=().
| CLText::FONT_STYLE CLGroupAttributes::mFontStyle |
Referenced by CLLayoutRenderer::extract_text_attributes(), and operator=().
| CLText::FONT_WEIGHT CLGroupAttributes::mFontWeight |
Referenced by CLLayoutRenderer::extract_text_attributes(), and operator=().
| double CLGroupAttributes::mHeight |
| double* CLGroupAttributes::mpTransform |
Referenced by CLGroupAttributes(), CLLayoutRenderer::draw_curve(), CLLayoutRenderer::draw_datapoints(), CLLayoutRenderer::draw_group(), CLLayoutRenderer::draw_image(), CLLayoutRenderer::draw_text(), CLLayoutRenderer::extract_transformation_attributes(), CLLayoutRenderer::map_arrow_head(), operator=(), and ~CLGroupAttributes().
| std::string CLGroupAttributes::mStartHead |
| std::string CLGroupAttributes::mStroke |
| std::vector<unsigned int> CLGroupAttributes::mStrokeDasharray |
Referenced by CLLayoutRenderer::draw_line(), CLLayoutRenderer::extract_1d_attributes(), and operator=().
| double CLGroupAttributes::mStrokeWidth |
| CLText::TEXT_ANCHOR CLGroupAttributes::mTextAnchor |
Referenced by CLLayoutRenderer::draw_text(), CLLayoutRenderer::extract_text_attributes(), and operator=().
| CLText::TEXT_ANCHOR CLGroupAttributes::mVTextAnchor |
Referenced by CLLayoutRenderer::draw_text(), CLLayoutRenderer::extract_text_attributes(), and operator=().
| double CLGroupAttributes::mWidth |
| double CLGroupAttributes::mX |
| double CLGroupAttributes::mY |
| double CLGroupAttributes::mZ |