Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
REveSecondarySelectable.hxx
Go to the documentation of this file.
1// @(#)root/eve7:$Id$
2// Author: Matevz Tadel 2007
3
4/*************************************************************************
5 * Copyright (C) 1995-2019, Rene Brun and Fons Rademakers. *
6 * All rights reserved. *
7 * *
8 * For the licensing terms see $ROOTSYS/LICENSE. *
9 * For the list of contributors see $ROOTSYS/README/CREDITS. *
10 *************************************************************************/
11
12#ifndef ROOT7_REveSecondarySelectable
13#define ROOT7_REveSecondarySelectable
14
15#include "Rtypes.h"
16
17#include <set>
18
19// XXXX class TGLSelectRecord;
20
21namespace ROOT {
22namespace Experimental {
23
25{
26private:
29
30public:
31 typedef std::set<Int_t> SelectionSet_t;
32
33protected:
34 Bool_t fAlwaysSecSelect{kFALSE}; // Always do secondary-selection in GL.
35
36 SelectionSet_t fSelectedSet; // Selected indices.
37 SelectionSet_t fHighlightedSet; // Highlighted indices.
38
39 // XXXX
40 // void ProcessGLSelectionInternal(TGLSelectRecord& rec, SelectionSet_t& sset);
41
42public:
45
48
51
52 // XXXX
53 // void ProcessGLSelection(TGLSelectRecord& rec);
54};
55
56} // namespace Experimental
57} // namespace ROOT
58
59#endif
#define f(i)
Definition RSha256.hxx:104
constexpr Bool_t kFALSE
Definition RtypesCore.h:101
REveSecondarySelectable(const REveSecondarySelectable &)=delete
REveSecondarySelectable & operator=(const REveSecondarySelectable &)=delete
tbb::task_arena is an alias of tbb::interface7::task_arena, which doesn't allow to forward declare tb...