Public Member Functions

TimestampBuiderView Class Reference

Specific implementation of BuilderViewComponent for timestamps. More...

#include <builderview.h>

Inheritance diagram for TimestampBuiderView:
Inheritance graph
[legend]
Collaboration diagram for TimestampBuiderView:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 TimestampBuiderView (QWidget *parent=0)
TimestampViewPortviewPort ()
TimestampHeaderSectionheader ()

Detailed Description

Specific implementation of BuilderViewComponent for timestamps.


Constructor & Destructor Documentation

TimestampBuiderView::TimestampBuiderView ( QWidget parent = 0  ) 

                                                                  : BuilderViewComponent(parent)
{
    tView = new TimestampViewPort(this);
    ths = new TimestampHeaderSection(this);

    Q_ASSERT(layout());
    layout()->addWidget(ths);
    layout()->addWidget(tView);
}


Member Function Documentation

TimestampHeaderSection * TimestampBuiderView::header (  )  [virtual]

Implements BuilderViewComponent.

Referenced by BuilderView::BuilderView(), and BuilderView::timestampHeader().

{
    Q_ASSERT(ths);
    return ths;
}

TimestampViewPort * TimestampBuiderView::viewPort (  )  [virtual]

Implements BuilderViewComponent.

Referenced by BuilderView::timestampView().

{
    Q_ASSERT(tView);
    return tView;
}


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