The Filtering panel. More...
#include <FilteringPanel.h>
Public Member Functions | |
FilteringPanel () | |
The default constructor. | |
virtual | ~FilteringPanel () |
The destructor. | |
void | closeWindow () |
void | updateText () |
void | setFilter () |
void | updateTextAndSetFilter () |
void | selectMagicDisplayFilterInComboBox () |
virtual Bool_t | HandleKey (Event_t *ev) |
Static Public Member Functions | |
static FilteringPanel * | Instance () |
The instance generator (there should only be one instance of the FilteringPanel at a time. | |
Protected Member Functions | |
ClassDef (FilteringPanel, 1) | |
One of the magic ROOT macros. | |
Protected Attributes | |
TGComboBox * | fCombo |
Combo box for the filter strategies. | |
TGTextView * | fSelectedTextView |
Bool_t | fAddedEntries |
!< For text describing filter strategy selected | |
Static Protected Attributes | |
static FilteringPanel * | fgInstance |
Protect against multiple instances. | |
The Filtering panel.
Set the FilterStrategy in MagicDisplay w/o the command line
Definition at line 56 of file FilteringPanel.h.