Public Member Functions | Static Public Member Functions | Protected Member Functions | Protected Attributes | Static Protected Attributes | List of all members
FilteringPanel Class Reference

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 FilteringPanelInstance ()
 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 FilteringPanelfgInstance
 Protect against multiple instances.
 

Detailed Description

The Filtering panel.

Set the FilterStrategy in MagicDisplay w/o the command line

Definition at line 56 of file FilteringPanel.h.

Inheritance diagram for FilteringPanel:
Inheritance graph
[legend]
Collaboration diagram for FilteringPanel:
Collaboration graph
[legend]

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