1 #ifndef Fireworks_Core_FWGeometryTableManagerBase_h 2 #define Fireworks_Core_FWGeometryTableManagerBase_h 21 #include <sigc++/sigc++.h> 65 const char*
name()
const;
81 m_node->GetVolume()->SetLineColor(
x.m_color);
82 m_node->GetVolume()->SetTransparency(
x.m_transparency);
102 void draw(Drawable_t iID,
int iX,
int iY,
unsigned int iWidth,
unsigned int iHeight)
override;
125 std::vector<std::string>
getTitles()
const override;
156 void getNodeMatrix(
const NodeInfo& nodeInfo, TGeoHMatrix& mat)
const;
205 int nD = geoNode->GetNdaughters();
207 for (
int i = 0;
i < nD; ++
i) {
~FWGeometryTableManagerBase() override
bool firstColumnClicked(int row, int xPos)
bool cellDataIsSortable() const override
std::vector< int > m_row_to_index
int unsortedRowNumber(int unsorted) const override
when passed the index to the sorted order of the rows it returns the original row number from the und...
virtual void recalculateVisibility()=0
virtual void applyColorTranspToDaughters(int selectedIdx, bool recurse)
virtual void setVisibilityChld(NodeInfo &, bool)
virtual const std::string title() const
std::vector< int > rowToIndex()
TGGC * m_highlightContext
void switchBit(UChar_t f)
void setData(Color_t c, bool)
UInt_t height() const override
returns the minimum height of the cell to which the renderer is representing
void getNodePath(int, std::string &) const
void setLevelOffset(int x)
UInt_t width() const override
returns the minimum width of the cell to which the renderer is representing
std::vector< NodeInfo > Entries_v
int getLevelOffset() const
const FWGeometryTableManagerBase & operator=(const FWGeometryTableManagerBase &)
FWGeometryTableManagerBase()
void setBackgroundToWhite(bool)
virtual bool nodeIsParent(const NodeInfo &) const
void applyTransparencyFromEditor()
void loadGeometry(TGeoNode *, TObjArray *)
bool isNodeRendered(int idx, int top_node_idx) const
bool testBitAny(UChar_t f) const
void implSort(int, bool) override
Called by 'sort' method to actually handle the sorting of the rows. Arguments are the same as 'sort'...
void setDaughtersSelfVisibility(bool)
int m_editTransparencyIdx
virtual void setVisibility(NodeInfo &, bool)
void copyColorTransparency(const NodeInfo &x)
static void getNNodesTotal(TGeoNode *geoNode, int &off)
void draw(Drawable_t iID, int iX, int iY, unsigned int iWidth, unsigned int iHeight) override
bool testBit(UChar_t f) const
NodeInfo(TGeoNode *n, Int_t p, Color_t col, Char_t l, UChar_t f=kVisNodeSelf|kVisNodeChld)
int numberOfRows() const override
Number of rows in the table.
virtual const char * cellName(const NodeInfo &) const
NodeInfo & refEntry(int i)
void setCellValueEditor(TGTextEntry *editor)
virtual bool getVisibilityChld(const NodeInfo &nodeInfo) const
bool nodeImported(int idx) const
~ColorBoxRenderer() override
void setBitVal(UChar_t f, bool x)
virtual bool getVisibility(const NodeInfo &nodeInfo) const
void getNodeMatrix(const NodeInfo &nodeInfo, TGeoHMatrix &mat) const
Entries_v::iterator Entries_i
const char * name() const
FWTextTreeCellRenderer m_renderer
void redrawTable(bool setExpand=false)
std::vector< std::string > getTitles() const override
returns the title names for each column
ColorBoxRenderer m_colorBoxRenderer