protected:
/**
- * Paints the background layer of the signal with a QPainter
- * @param p the QPainter to paint into.
- * @param pp the painting parameters object to paint with..
+ * Paints the background layer of the signal with a QPainter.
+ * @param p The QPainter to paint into.
+ * @param pp The painting parameters object to paint with.
*/
virtual void paint_back(QPainter &p, const ViewItemPaintParams &pp);
QPoint point(const QRect &rect) const;
/**
- * Sets the new background colour state: false means dark, true means bright.
+ * Sets the new background colour state: false = dark, true = bright.
* This is to allow for alternating backgrounds but has no effect
* when coloured background colours are used.
* @param state New bg color state to use.
/*
* Reassigns background color states to all its children, thereby
* providing them with alternating backgrounds.
- * @param next_brightness_state First brightness state to use.
+ * @param next_bgcolour_state First brightness state to use.
* @return The next brightness state to use.
*/
bool reassign_bgcolour_states(bool next_bgcolour_state);