CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
List of all members | Public Member Functions | Protected Member Functions | Private Member Functions | Private Attributes
FWCollectionSummaryTableManager Class Reference

#include <Fireworks/Core/interface/FWCollectionSummaryTableManager.h>

Inheritance diagram for FWCollectionSummaryTableManager:
FWTableManagerBase

Public Member Functions

virtual void buttonReleasedInRowHeader (Int_t row, Event_t *event, Int_t relX, Int_t relY)
 
virtual FWTableCellRendererBasecellRenderer (int iSortedRowNumber, int iCol) const
 
 FWCollectionSummaryTableManager (FWEventItem *iCollection, const TGGC *iContext, const TGGC *iHighlightContext, FWCollectionSummaryWidget *)
 
virtual std::vector< std::string > getTitles () const
 returns the title names for each column More...
 
virtual bool hasRowHeaders () const
 Returns 'true' if this table has row headers. Defaults return value is false. More...
 
void modelIdChanges ()
 
virtual int numberOfColumns () const
 Number of columns in the table. More...
 
virtual int numberOfRows () const
 Number of rows in the table. More...
 
virtual FWTableCellRendererBaserowHeader (int iSortedRowNumber) const
 Returns the renderer for the row header for the sorted row number iSortedRowNumber. More...
 
virtual int unsortedRowNumber (int iSortedRowNumber) const
 when passed the index to the sorted order of the rows it returns the original row number from the underlying data More...
 
virtual ~FWCollectionSummaryTableManager ()
 
- Public Member Functions inherited from FWTableManagerBase
virtual void buttonPressedInRowHeader (Int_t row, Event_t *event, Int_t relX, Int_t relY)
 Called if mouse button pressed in Row Header, defaults is to do nothing. More...
 
virtual bool cellDataIsSortable () const
 
virtual unsigned int cellHeight () const
 require all cells to be the same height More...
 
 ClassDef (FWTableManagerBase, 0)
 
void dataChanged ()
 Classes which inherit from FWTableManagerBase must call this when their underlying data changes. More...
 
 FWTableManagerBase ()
 
virtual bool hasLabelHeaders () const
 
virtual std::vector< unsigned int > maxWidthForColumns () const
 for each column in the table this returns the present maximum width for that column More...
 
void sort (int iCol, bool iSortOrder)
 Call to have table sorted on values in column iCol with the sort order being descending if iSortOrder is 'true'. More...
 
int sortColumn (void)
 The current sort column. More...
 
bool sortOrder (void)
 The current sort order for the table. More...
 
void visualPropertiesChanged ()
 Classes which inherit from FWTableManagerBase must call this when how the data is shown (e.g. color) changes. More...
 
virtual ~FWTableManagerBase ()
 

Protected Member Functions

virtual void implSort (int iCol, bool iSortOrder)
 Called by 'sort' method to actually handle the sorting of the rows. Arguments are the same as 'sort'. More...
 

Private Member Functions

void dataChanged ()
 
 FWCollectionSummaryTableManager (const FWCollectionSummaryTableManager &)
 
const
FWCollectionSummaryTableManager
operator= (const FWCollectionSummaryTableManager &)
 

Private Attributes

FWTextTableCellRenderer m_bodyRenderer
 
FWEventItemm_collection
 
FWCollectionSummaryModelCellRenderer m_renderer
 
std::vector< int > m_sortedToUnsortedIndicies
 
FWCollectionSummaryWidgetm_widget
 

Detailed Description

Description: <one line="" class="" summary>="">

Usage: <usage>

Definition at line 35 of file FWCollectionSummaryTableManager.h.

Constructor & Destructor Documentation

FWCollectionSummaryTableManager::FWCollectionSummaryTableManager ( FWEventItem iCollection,
const TGGC *  iContext,
const TGGC *  iHighlightContext,
FWCollectionSummaryWidget iWidget 
)

Definition at line 35 of file FWCollectionSummaryTableManager.cc.

References FWEventItem::changed_, dataChanged(), FWEventItem::itemChanged_, m_collection, modelIdChanges(), and FWEventItem::modelType().

36  :
37  m_collection(iItem),
38  m_renderer(iContext,iHighlightContext),
39  m_bodyRenderer(iContext, iHighlightContext, FWTextTableCellRenderer::kJustifyRight),
40  m_widget(iWidget)
41 {
44 
45  //try to find the default columns
46  std::vector<std::pair<std::string,std::string> > s_names;
47  edm::TypeWithDict type(*(m_collection->modelType()->GetTypeInfo()));
48 
49 
50  dataChanged();
51 }
type
Definition: HCALResponse.h:21
FWCollectionSummaryModelCellRenderer m_renderer
FWItemChangeSignal itemChanged_
Definition: FWEventItem.h:203
FWModelChangeSignal changed_
Definition: FWEventItem.h:200
const TClass * modelType() const
Definition: FWEventItem.cc:575
FWCollectionSummaryTableManager::~FWCollectionSummaryTableManager ( )
virtual

Definition at line 67 of file FWCollectionSummaryTableManager.cc.

68 {
69 }
FWCollectionSummaryTableManager::FWCollectionSummaryTableManager ( const FWCollectionSummaryTableManager )
private

Member Function Documentation

void FWCollectionSummaryTableManager::buttonReleasedInRowHeader ( Int_t  row,
Event_t *  event,
Int_t  relX,
Int_t  relY 
)
virtual

Reimplemented from FWTableManagerBase.

Definition at line 121 of file FWCollectionSummaryTableManager.cc.

References FWCollectionSummaryModelCellRenderer::clickHit(), FWEventItem::ModelInfo::displayProperties(), FWDisplayProperties::isVisible(), FWCollectionSummaryWidget::itemColorClicked(), FWCollectionSummaryModelCellRenderer::kHitCheck, FWCollectionSummaryModelCellRenderer::kHitColor, FWCollectionSummaryModelCellRenderer::kMiss, m_collection, m_renderer, m_widget, FWEventItem::modelInfo(), FWEventItem::setDisplayProperties(), FWDisplayProperties::setIsVisible(), and unsortedRowNumber().

122 {
123  Int_t realRow = unsortedRowNumber(row);
124  int hit = m_renderer.clickHit(relX,relY);
126  return;
127  }
129  m_widget->itemColorClicked(realRow,event->fXRoot, event->fYRoot+12-relY);
130  return;
131  }
135  dp.setIsVisible(!dp.isVisible());
136  }
137  m_collection->setDisplayProperties(realRow,dp);
138 }
FWCollectionSummaryModelCellRenderer m_renderer
const FWDisplayProperties & displayProperties() const
Definition: FWEventItem.h:67
void setDisplayProperties(int iIndex, const FWDisplayProperties &) const
Definition: FWEventItem.cc:287
void itemColorClicked(int iIndex, Int_t iRootX, Int_t iRootY)
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
virtual int unsortedRowNumber(int iSortedRowNumber) const
when passed the index to the sorted order of the rows it returns the original row number from the und...
ModelInfo modelInfo(int iIndex) const
Definition: FWEventItem.cc:548
void setIsVisible(bool iSet)
FWTableCellRendererBase * FWCollectionSummaryTableManager::cellRenderer ( int  iSortedRowNumber,
int  iCol 
) const
virtual
Returns the particular renderer used to handle the requested cell.  Arguments:

iSortedRowNumber: the row number from the present sort (i.e. the cell number of the view) iCol: the column number of the cell. The returned value must be used immediately and not held onto since the same Renderer can be used for subsequent calls

Implements FWTableManagerBase.

Definition at line 183 of file FWCollectionSummaryTableManager.cc.

References cmsHarvester::index, FWEventItem::ModelInfo::isSelected(), m_bodyRenderer, m_collection, m_sortedToUnsortedIndicies, FWEventItem::modelData(), FWEventItem::modelInfo(), FWItemValueGetter::numValues(), FWItemValueGetter::precision(), alignCSCRings::s, FWTextTableCellRenderer::setData(), FWEventItem::size(), findQualityFiles::v, FWItemValueGetter::valueFor(), and FWEventItem::valueGetter().

184 {
186  return 0;
187  }
188  if(iSortedRowNumber >= static_cast<int>(m_collection->size())) {
189  m_bodyRenderer.setData("",false);
190  return &m_bodyRenderer;
191  }
192  int index = m_sortedToUnsortedIndicies[iSortedRowNumber];
193  std::stringstream s;
194  s.setf(std::ios_base::fixed,std::ios_base::floatfield);
195  s.precision( m_collection->valueGetter().precision(iCol));
196  double v = m_collection->valueGetter().valueFor(m_collection->modelData(index), iCol);
197  s <<v;
199  return &m_bodyRenderer;
200 }
const FWItemValueGetter & valueGetter() const
one value from the model which is normally used for the popup
Definition: FWEventItem.h:121
bool isSelected() const
Definition: FWEventItem.h:70
void setData(const std::string &, bool isSelected)
size_t size() const
Definition: FWEventItem.cc:562
double valueFor(const void *, int idx) const
const void * modelData(int iIndex) const
Definition: FWEventItem.cc:581
ModelInfo modelInfo(int iIndex) const
Definition: FWEventItem.cc:548
UInt_t precision(int idx) const
void FWCollectionSummaryTableManager::dataChanged ( void  )
private

Definition at line 221 of file FWCollectionSummaryTableManager.cc.

References FWTableManagerBase::dataChanged(), FWEventItem::ModelInfo::displayProperties(), FWEventItem::filterExpression(), FWDisplayProperties::filterPassed(), i, m_collection, m_sortedToUnsortedIndicies, FWEventItem::modelInfo(), gen::n, numberOfRows(), FWEventItem::showFilteredEntries(), and FWEventItem::size().

Referenced by FWCollectionSummaryTableManager(), and modelIdChanges().

222 {
224  size_t n = numberOfRows();
225  m_sortedToUnsortedIndicies.reserve(n);
226  for(int i=0; i< static_cast<int>(m_collection->size());++i) {
228  m_sortedToUnsortedIndicies.push_back(i);
229  }
230  }
232 }
int i
Definition: DBlmapReader.cc:9
const FWDisplayProperties & displayProperties() const
Definition: FWEventItem.h:67
const std::string & filterExpression() const
Definition: FWEventItem.cc:616
bool filterPassed() const
void dataChanged()
Classes which inherit from FWTableManagerBase must call this when their underlying data changes...
virtual int numberOfRows() const
Number of rows in the table.
bool showFilteredEntries() const
Definition: FWEventItem.h:100
size_t size() const
Definition: FWEventItem.cc:562
ModelInfo modelInfo(int iIndex) const
Definition: FWEventItem.cc:548
std::vector< std::string > FWCollectionSummaryTableManager::getTitles ( ) const
virtual

returns the title names for each column

Implements FWTableManagerBase.

Definition at line 168 of file FWCollectionSummaryTableManager.cc.

References FWItemValueGetter::getTitles(), m_collection, and FWEventItem::valueGetter().

168  {
169 
170 
171 
172  //return titles;
173  return m_collection->valueGetter().getTitles();
174 }
const FWItemValueGetter & valueGetter() const
one value from the model which is normally used for the popup
Definition: FWEventItem.h:121
std::vector< std::string > getTitles() const
bool FWCollectionSummaryTableManager::hasRowHeaders ( ) const
virtual

Returns 'true' if this table has row headers. Defaults return value is false.

Reimplemented from FWTableManagerBase.

Definition at line 203 of file FWCollectionSummaryTableManager.cc.

204 {
205  return true;
206 }
void FWCollectionSummaryTableManager::implSort ( int  iCol,
bool  iSortOrder 
)
protectedvirtual

Called by 'sort' method to actually handle the sorting of the rows. Arguments are the same as 'sort'.

Implements FWTableManagerBase.

Definition at line 109 of file FWCollectionSummaryTableManager.cc.

References m_collection, m_sortedToUnsortedIndicies, alignCSCRings::s, and FWEventItem::valueGetter().

110 {
111  if(iSortOrder) {
112  std::multimap<double,int, std::greater<double> > s;
114  } else {
115  std::multimap<double,int, std::less<double> > s;
117  }
118 }
const FWItemValueGetter & valueGetter() const
one value from the model which is normally used for the popup
Definition: FWEventItem.h:121
void FWCollectionSummaryTableManager::modelIdChanges ( )

Definition at line 53 of file FWCollectionSummaryTableManager.cc.

References dataChanged(), FWTableManagerBase::dataChanged(), FWEventItem::filterExpression(), m_collection, and FWEventItem::showFilteredEntries().

Referenced by FWCollectionSummaryTableManager().

54 {
56  dataChanged();
57  else
59 }
const std::string & filterExpression() const
Definition: FWEventItem.cc:616
void dataChanged()
Classes which inherit from FWTableManagerBase must call this when their underlying data changes...
bool showFilteredEntries() const
Definition: FWEventItem.h:100
int FWCollectionSummaryTableManager::numberOfColumns ( ) const
virtual

Number of columns in the table.

Implements FWTableManagerBase.

Definition at line 163 of file FWCollectionSummaryTableManager.cc.

References m_collection, FWItemValueGetter::numValues(), and FWEventItem::valueGetter().

163  {
164  return m_collection->valueGetter().numValues();
165 }
const FWItemValueGetter & valueGetter() const
one value from the model which is normally used for the popup
Definition: FWEventItem.h:121
int FWCollectionSummaryTableManager::numberOfRows ( ) const
virtual

Number of rows in the table.

Implements FWTableManagerBase.

Definition at line 144 of file FWCollectionSummaryTableManager.cc.

References fwrapper::cs, FWEventItem::ModelInfo::displayProperties(), FWEventItem::filterExpression(), FWDisplayProperties::filterPassed(), cmsHarvester::index, m_collection, FWEventItem::modelInfo(), gen::n, FWEventItem::showFilteredEntries(), and FWEventItem::size().

Referenced by dataChanged(), and rowHeader().

145 {
146  int cs= m_collection->size();
148  {
149  return cs;
150  }
151  else
152  {
153 
154  int n = 0;
155  for(int index = 0; index < cs; ++index) {
157  }
158  return n;
159  }
160 }
const FWDisplayProperties & displayProperties() const
Definition: FWEventItem.h:67
auto_ptr< ClusterSequence > cs
const std::string & filterExpression() const
Definition: FWEventItem.cc:616
bool filterPassed() const
bool showFilteredEntries() const
Definition: FWEventItem.h:100
size_t size() const
Definition: FWEventItem.cc:562
ModelInfo modelInfo(int iIndex) const
Definition: FWEventItem.cc:548
const FWCollectionSummaryTableManager& FWCollectionSummaryTableManager::operator= ( const FWCollectionSummaryTableManager )
private
FWTableCellRendererBase * FWCollectionSummaryTableManager::rowHeader ( int  iSortedRowNumber) const
virtual

Returns the renderer for the row header for the sorted row number iSortedRowNumber.

Reimplemented from FWTableManagerBase.

Definition at line 209 of file FWCollectionSummaryTableManager.cc.

References cmsHarvester::index, m_collection, m_renderer, m_sortedToUnsortedIndicies, numberOfRows(), and FWCollectionSummaryModelCellRenderer::setData().

210 {
211  if(iSortedRowNumber >= static_cast<int>(numberOfRows())) {
212  return 0;
213  }
214  int index = m_sortedToUnsortedIndicies[iSortedRowNumber];
216  index);
217  return &m_renderer;
218 }
FWCollectionSummaryModelCellRenderer m_renderer
virtual int numberOfRows() const
Number of rows in the table.
void setData(const FWEventItem *iItem, int iIndex)
int FWCollectionSummaryTableManager::unsortedRowNumber ( int  iSortedRowNumber) const
virtual

when passed the index to the sorted order of the rows it returns the original row number from the underlying data

Implements FWTableManagerBase.

Definition at line 177 of file FWCollectionSummaryTableManager.cc.

References m_sortedToUnsortedIndicies.

Referenced by buttonReleasedInRowHeader().

178 {
179  return m_sortedToUnsortedIndicies[iSortedRowNumber];
180 }

Member Data Documentation

FWTextTableCellRenderer FWCollectionSummaryTableManager::m_bodyRenderer
mutableprivate

Definition at line 70 of file FWCollectionSummaryTableManager.h.

Referenced by cellRenderer().

FWEventItem* FWCollectionSummaryTableManager::m_collection
private
FWCollectionSummaryModelCellRenderer FWCollectionSummaryTableManager::m_renderer
mutableprivate

Definition at line 69 of file FWCollectionSummaryTableManager.h.

Referenced by buttonReleasedInRowHeader(), and rowHeader().

std::vector<int> FWCollectionSummaryTableManager::m_sortedToUnsortedIndicies
private
FWCollectionSummaryWidget* FWCollectionSummaryTableManager::m_widget
private

Definition at line 71 of file FWCollectionSummaryTableManager.h.

Referenced by buttonReleasedInRowHeader().