Public Member Functions

SensorChannelView Class Reference

View for sensor channels. More...

#include <projecteditor.h>

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

List of all members.

Public Member Functions

 SensorChannelView (QWidget *parent=0)
SensorChannelModelmodel ()

Detailed Description

View for sensor channels.


Constructor & Destructor Documentation

SensorChannelView::SensorChannelView ( QWidget parent = 0  )  [inline]

                                           : QListView(parent) {
        setModel(new SensorChannelModel(this));
    }


Member Function Documentation

SensorChannelModel* SensorChannelView::model (  )  [inline]

                               {
        Q_ASSERT(dynamic_cast<SensorChannelModel*>(QListView::model()));
        return dynamic_cast<SensorChannelModel*>(QListView::model());
    }


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