1 #ifndef Fireworks_Core_FWGeometryTableViewBase_h
2 #define Fireworks_Core_FWGeometryTableViewBase_h
5 #include <boost/shared_ptr.hpp>
31 class TEveWindowFrame;
58 TGTextButton(p,
"Select Views", -1, TGButton::GetDefaultGC()(), TGTextButton::GetDefaultFontStruct(), kRaisedFrame | kDoubleBorder ),
m_tableView(t),
m_el(0) {}
69 Int_t iButton, Int_t iKeyMod,
70 Int_t iGlobalX, Int_t iGlobalY);
93 virtual void setPath(
int, std::string&);
virtual void cellClicked(Int_t iRow, Int_t iColumn, Int_t iButton, Int_t iKeyMod, Int_t iGlobalX, Int_t iGlobalY)
FWTableWidget * m_tableWidget
FWGeoTopNode * m_eveTopNode
FWGeometryTableViewBase * m_tableView
virtual void addTo(FWConfiguration &) const
void setElement(TEveElement *x)
FWLongParameter m_parentTransparencyFactor
void setTopNodePathFromConfig(const FWConfiguration &iFrom)
const FWConfiguration * m_viewersConfig
FWLongParameter m_autoExpand
long getParentTransparencyFactor() const
void populate3DViewsFromConfig()
FWLongParameter m_leafTransparencyFactor
FWLongParameter m_minParentTransparency
ClassDef(FWGeometryTableViewBase, 0)
void nodeColorChangeRequested(Color_t)
void setBackgroundColor()
virtual void setPath(int, std::string &)
virtual void refreshTable3D()
int m_tableRowIndexForColorPopup
long getMinParentTransparency() const
FWGeometryTableViewBase(TEveWindowSlot *, FWViewType::EType, FWColorManager *)
FWColorPopup * m_colorPopup
virtual ~FWGeometryTableViewBase()
bool getEnableHighlight()
FWLongParameter m_topNodeIdx
void transparencyChanged()
long getMinLeafTransparency() const
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
const FWGeometryTableViewBase & operator=(const FWGeometryTableViewBase &)
TGCompositeFrame * m_frame
FWColorManager * m_colorManager
FWLongParameter m_minLeafTransparency
FWViewCombo(const TGWindow *p, FWGeometryTableViewBase *t)
int getTopNodeIdx() const
virtual void saveImageTo(const std::string &iName) const
virtual Bool_t HandleButton(Event_t *event)
long getLeafTransparencyFactor() const
TEveWindowFrame * m_eveWindow
virtual void chosenItem(int)
virtual void populateController(ViewerParameterGUI &) const
void setColumnSelected(int idx)
FWBoolParameter m_enableHighlight
virtual FWGeometryTableManagerBase * getTableManager()