Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
REveSecondarySelectable Class Reference

Semi-abstract interface for classes supporting secondary-selection.

Element class that inherits from this, should also implement the following virtual methods from REveElement:

virtual void UnSelected();
virtual void UnHighlighted();

and clear corresponding selection-set from there.

To support tooltips for sub-elements, implement:

virtual std::string REveElement::GetHighlightTooltip() const;

and return tooltip for the entry in the fHighlightedSet. There should always be a single entry there. See EveDigitSet for an example.


The documentation for this class was generated from the following file: