Labels templated.

Six more to go.
This commit is contained in:
Jason Felds
2011-05-31 11:22:21 -04:00
parent 860f6c76f0
commit da73396895
6 changed files with 96 additions and 111 deletions
+17
View File
@@ -89,6 +89,23 @@ bool TickcountSegment::operator<( const TickcountSegment &other ) const
return false;
}
RString LabelSegment::GetLabel() const
{
return this->label;
}
void LabelSegment::SetLabel(const RString l)
{
this->label = l;
}
bool LabelSegment::operator<( const LabelSegment &other ) const
{
LTCOMPARE(GetRow());
LTCOMPARE(GetLabel());
return false;
}
/**
* @file
* @author Jason Felds (c) 2011