Individual item in line legend. More...
#include <gre/legend.h>

Public Member Functions | |
| ITEM (LEGEND_LINE &legend, const RVC::ELEMENT &element, const MISTRING &label) | |
| ITEM (LEGEND_LINE &legend, const LINESTYLE &style, const MISTRING &label) | |
| virtual | ~ITEM () |
| const LINESTYLE & | GetStyle () const |
| bool | HasSameStyle (const LINESTYLE &style) const |
Individual item in line legend.
| GRE::LEGEND_LINE::ITEM::ITEM | ( | LEGEND_LINE & | legend, | |
| const LINESTYLE & | style, | |||
| const MISTRING & | label | |||
| ) |
Constructor.
| GRE::LEGEND_LINE::ITEM::ITEM | ( | LEGEND_LINE & | legend, | |
| const RVC::ELEMENT & | element, | |||
| const MISTRING & | label | |||
| ) |
Constructor using element number and label.
| element | Element | |
| label | Label |
| virtual GRE::LEGEND_LINE::ITEM::~ITEM | ( | ) | [virtual] |
Destructor.
| const LINESTYLE& GRE::LEGEND_LINE::ITEM::GetStyle | ( | ) | const [inline] |
Get style for item.
| bool GRE::LEGEND_LINE::ITEM::HasSameStyle | ( | const LINESTYLE & | style | ) | const |
Determine if this item has same style.
| style | Style to compare |
1.6.1