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

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