KSquare Utilities
KKB::Chart::XLabel Class Reference

Public Member Functions

 XLabel (double _xVal, KKStr _name)
 
const KKStrName ()
 
bool operator< (const XLabel &right) const
 
double XVal ()
 

Detailed Description

Definition at line 88 of file Chart.cpp.

Constructor & Destructor Documentation

KKB::Chart::XLabel::XLabel ( double  _xVal,
KKStr  _name 
)
inline

Definition at line 91 of file Chart.cpp.

References KKB::KKStr::KKStr().

93  :
94  name (_name),
95  xVal (_xVal)
96  {}

Member Function Documentation

const KKStr& KKB::Chart::XLabel::Name ( )
inline

Definition at line 99 of file Chart.cpp.

99 {return name;}
bool KKB::Chart::XLabel::operator< ( const XLabel right) const
inline

Definition at line 103 of file Chart.cpp.

104  {
105  return xVal < right.xVal;
106  }
double KKB::Chart::XLabel::XVal ( )
inline

Definition at line 101 of file Chart.cpp.

Referenced by KKB::Chart::Save().

101 {return xVal;}

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