SciDAVis  1.D4
Public Member Functions | Friends
TableCommentsHeaderView Class Reference

Slave header for TableDoubleHeaderView. More...

#include <TableDoubleHeaderView.h>

List of all members.

Public Member Functions

virtual void setModel (QAbstractItemModel *model)
 TableCommentsHeaderView (QWidget *parent=0)
virtual ~TableCommentsHeaderView ()

Friends

class TableDoubleHeaderView

Detailed Description

Slave header for TableDoubleHeaderView.

This class is only to be used by TableDoubleHeaderView. It allows for displaying two horizontal headers in a TableView. A TableCommentsHeaderView displays the column comments in a second header below the normal header. It is completely controlled by a TableDoubleHeaderView object and thus has a master-slave relationship to it. This would be an inner class of TableDoubleHeaderView if Qt allowed this.


Constructor & Destructor Documentation

TableCommentsHeaderView::TableCommentsHeaderView ( QWidget *  parent = 0)
TableCommentsHeaderView::~TableCommentsHeaderView ( )
virtual

Member Function Documentation

void TableCommentsHeaderView::setModel ( QAbstractItemModel *  model)
virtual

Friends And Related Function Documentation

friend class TableDoubleHeaderView
friend

The documentation for this class was generated from the following files: