class for feedback entry
More...
#include <EdbDecaySearch.h>
◆ EdbEDAFeedbackEntryV() [1/2]
EdbEDAFeedbackEntryV::EdbEDAFeedbackEntryV |
( |
EdbVertex * |
v, |
|
|
TGTab * |
parent |
|
) |
| |
1618 {
1619
1624
1625 TString
name = Form(
"Vertex%d", v->
ID());
1626
1627
1628 TGCompositeFrame *cf = parent->GetTabContainer(
name);
1630 printf(
"%s is already selected\n",
name.Data());
1631 delete this;
1632 return;
1633 }
1634
1638
1644
1645
1647 eCompositeFrame->AddFrame(fLabel,
new TGLayoutHints(kLHintsLeft | kLHintsTop,2,2,10,2));
1648 fLabel->MoveResize(20,20,80,20);
1649
1655
1660}
EdbEDA * gEDA
Definition: EdbEDA.C:3
TGCompositeFrame * eCompositeFrame
Definition: EdbDecaySearch.h:514
TGTabElement * eTabElement
Definition: EdbDecaySearch.h:513
EdbVertex * eVertex
Definition: EdbDecaySearch.h:512
TGTextEntry * eTextEntry
Definition: EdbDecaySearch.h:515
TEveElement * GetEveElement(TObject *t)
Definition: EdbEDA.h:606
Int_t ID() const
Definition: EdbVertex.h:126
const char * name
Definition: merge_Energy_SytematicSources_Electron.C:24
#define NULL
Definition: nidaqmx.h:84
◆ ~EdbEDAFeedbackEntryV() [1/2]
EdbEDAFeedbackEntryV::~EdbEDAFeedbackEntryV |
( |
| ) |
|
|
inline |
◆ EdbEDAFeedbackEntryV() [2/2]
EdbEDAFeedbackEntryV::EdbEDAFeedbackEntryV |
( |
EdbVertex * |
v, |
|
|
TGTab * |
parent |
|
) |
| |
◆ ~EdbEDAFeedbackEntryV() [2/2]
EdbEDAFeedbackEntryV::~EdbEDAFeedbackEntryV |
( |
| ) |
|
|
inline |
◆ HilightElement() [1/2]
void EdbEDAFeedbackEntryV::HilightElement |
( |
| ) |
|
1611 {
1612 gEve->GetHighlight()->RemoveElements();
1614 gEve->GetHighlight()->AddElement(el);
1615 gEve->Redraw3D();
1616}
◆ HilightElement() [2/2]
void EdbEDAFeedbackEntryV::HilightElement |
( |
| ) |
|
◆ eCompositeFrame
TGCompositeFrame * EdbEDAFeedbackEntryV::eCompositeFrame |
|
private |
◆ eTabElement
TGTabElement * EdbEDAFeedbackEntryV::eTabElement |
|
private |
◆ eTextEntry
TGTextEntry * EdbEDAFeedbackEntryV::eTextEntry |
|
private |
◆ eVertex
The documentation for this class was generated from the following files: