#include <FWNumberEntry.h>
|
| ClassDef (FWNumberEntryField, 0) |
|
| FWNumberEntryField (const TGWindow *p, Int_t id, Double_t val, GContext_t norm, FontStruct_t font=GetDefaultFontStruct(), UInt_t option=kSunkenFrame|kDoubleBorder, Pixel_t back=GetWhitePixel()) |
|
| FWNumberEntryField (const TGWindow *parent=0, Int_t id=-1, Double_t val=0, EStyle style=kNESReal, EAttribute attr=kNEAAnyNumber, ELimit limits=kNELNoLimits, Double_t min=0, Double_t max=1) |
|
virtual UInt_t | GetUIntNumber () |
|
virtual Bool_t | HandleFocusChange (Event_t *event) |
|
virtual void | ReturnPressed () |
|
virtual void | SetUIntNumber (UInt_t n) |
|
virtual | ~FWNumberEntryField () |
|
Definition at line 8 of file FWNumberEntry.h.
FWNumberEntryField::FWNumberEntryField |
( |
const TGWindow * |
p, |
|
|
Int_t |
id, |
|
|
Double_t |
val, |
|
|
GContext_t |
norm, |
|
|
FontStruct_t |
font = GetDefaultFontStruct() , |
|
|
UInt_t |
option = kSunkenFrame|kDoubleBorder , |
|
|
Pixel_t |
back = GetWhitePixel() |
|
) |
| |
FWNumberEntryField::FWNumberEntryField |
( |
const TGWindow * |
parent = 0 , |
|
|
Int_t |
id = -1 , |
|
|
Double_t |
val = 0 , |
|
|
EStyle |
style = kNESReal , |
|
|
EAttribute |
attr = kNEAAnyNumber , |
|
|
ELimit |
limits = kNELNoLimits , |
|
|
Double_t |
min = 0 , |
|
|
Double_t |
max = 1 |
|
) |
| |
virtual FWNumberEntryField::~FWNumberEntryField |
( |
| ) |
|
|
inlinevirtual |
UInt_t FWNumberEntryField::GetUIntNumber |
( |
| ) |
|
|
virtual |
Bool_t FWNumberEntryField::HandleFocusChange |
( |
Event_t * |
event | ) |
|
|
virtual |
Definition at line 29 of file FWNumberEntry.cc.
34 return TGTextEntry::HandleFocusChange(
event);
How EventSelector::AcceptEvent() decides whether to accept an event for output otherwise it is excluding the probing of A single or multiple positive and the trigger will pass if any such matching triggers are PASS or EXCEPTION[A criterion thatmatches no triggers at all is detected and causes a throw.] A single negative with an expectation of appropriate bit checking in the decision and the trigger will pass if any such matching triggers are FAIL or EXCEPTION A wildcarded negative criterion that matches more than one trigger in the trigger but the state exists so we define the behavior If all triggers are the negative crieriion will lead to accepting the event(this again matches the behavior of"!*"before the partial wildcard feature was incorporated).The per-event"cost"of each negative criterion with multiple relevant triggers is about the same as!*was in the past
void FWNumberEntryField::ReturnPressed |
( |
| ) |
|
|
virtual |
void FWNumberEntryField::SetUIntNumber |
( |
UInt_t |
n | ) |
|
|
virtual |