#include <AxisTick.h>
Collaboration diagram for AxisTick:

Definition at line 25 of file AxisTick.h.
Public Member Functions | |
| AxisTick (double v, const std::string &s) | |
| The normal constructor. | |
| AxisTick (const AxisTick &) | |
| The copy constructor. | |
| AxisTick () | |
| The default constructor. | |
| const std::string & | content () const |
| Returns the content at the coordinate. | |
| void | setContent (const std::string &) |
| Sets the content at the coordinate. | |
| void | setValue (double) |
| Sets the value of the coordinate. | |
| double | value () const |
| Returns the value of the coordinate. | |
Protected Attributes | |
| std::string | m_c |
| The content at the coordinate. | |
| double | m_v |
| The value at the coordinate. | |
|
|
The default constructor. It is needed for initialization when it is included in the STL container. Definition at line 18 of file AxisTick.cxx. |
|
|
The copy constructor.
Definition at line 24 of file AxisTick.cxx. |
|
||||||||||||
|
The normal constructor.
Definition at line 30 of file AxisTick.cxx. |
|
|
Returns the content at the coordinate.
Definition at line 49 of file AxisTick.cxx. References m_c. Referenced by AxisRepBase::drawXTickLabels(), AxisRepColor::drawZTickLabels(), AxisTickXML::setAttributes(), and AxisRepBase::setYFontSize(). |
|
|
Sets the content at the coordinate.
Definition at line 55 of file AxisTick.cxx. References m_c. |
|
|
Sets the value of the coordinate.
Definition at line 43 of file AxisTick.cxx. References m_v. |
|
|
Returns the value of the coordinate.
Definition at line 37 of file AxisTick.cxx. References m_v. Referenced by AxisTickXML::setAttributes(). |
|
|
The content at the coordinate.
Definition at line 37 of file AxisTick.h. Referenced by content(), and setContent(). |
|
|
The value at the coordinate.
Definition at line 34 of file AxisTick.h. Referenced by setValue(), and value(). |
1.4.3