43 QHeaderView::paintSection(painter,
rect, logicalIndex);
46 if (logicalIndex == 0) {
48 model()->setHeaderData(0, Qt::Horizontal, tr(
""));
50 QStyleOptionButton option;
53 option.state |= QStyle::State_Enabled;
57 option.state |=
m_checked ? QStyle::State_On : QStyle::State_Off;
59 style()->drawControl(QStyle::CE_CheckBox, &option, painter);
MANTID_GEOMETRY_DLL PolygonEdge::Orientation orientation(const PolygonEdge &focusEdge, const PolygonEdge &refEdge, double &t)
Calculate the orientation type of one edge wrt to another.