17template<
typename T> 
class QList;
 
   21  class AbstractTableModel;
 
   22  class AbstractTreeItem;
 
   24  class TableViewContent;
 
   25  class TableViewHeader;
 
   26  class TableColumnList;
 
   48          QString pathForSettigs, QString objName);
 
   95      QString *m_settingsPath;        
 
   96      QLabel *m_warningLabel;         
 
Translates the tree model into a table model.
Definition: AbstractTableModel.h:48
 
Warning
Definition: AbstractTableModel.h:54
 
A single control point.
Definition: ControlPoint.h:356
 
Definition: TableColumnList.h:30
 
Definition: TableViewContent.h:60
 
Definition: TableView.h:43
 
TableViewHeader * getHorizontalHeader()
Returns the horizontal header.
Definition: TableView.cpp:161
 
void filterCountsChanged(int visibleRows, int totalRows)
 
void editControlPoint(ControlPoint *, QString)
 
AbstractTableModel * getModel()
Returns the model.
Definition: TableView.cpp:186
 
virtual ~TableView()
Destructor.
Definition: TableView.cpp:125
 
void setTitles(QStringList someTitle)
 
void handleModelSelectionChanged()
Handles refreshing the content when the model selection is changed.
Definition: TableView.cpp:278
 
void rebuildModels(QList< AbstractTreeItem * >)
 
void displayWarning(AbstractTableModel::Warning)
Displays warnings for a table.
Definition: TableView.cpp:252
 
QStringList getTitles() const
 
TableViewContent * content()
Returns the content of the table.
Definition: TableView.cpp:196
 
void setColumnVisible(QString, bool)
Sets the specified column visible or invisible.
Definition: TableView.cpp:172
 
void tableSelectionChanged(QList< AbstractTreeItem * >)
 
QFont getContentFont() const
 
This is free and unencumbered software released into the public domain.
Definition: BoxcarCachingAlgorithm.h:13
 
This is free and unencumbered software released into the public domain.
Definition: Apollo.h:16