MNE-CPP
beta 1.0
|
The RealTimeMultiSampleArrayDelegate class represents a RTMSA delegate which creates the plot paths. More...
#include <realtimemultisamplearraydelegate.h>
Public Member Functions | |
RealTimeMultiSampleArrayDelegate (QObject *parent=0) | |
virtual void | paint (QPainter *painter, const QStyleOptionViewItem &option, const QModelIndex &index) const |
virtual QSize | sizeHint (const QStyleOptionViewItem &option, const QModelIndex &index) const |
The RealTimeMultiSampleArrayDelegate class represents a RTMSA delegate which creates the plot paths.
DECLARE CLASS RealTimeMultiSampleArrayDelegate
Definition at line 64 of file realtimemultisamplearraydelegate.h.
RealTimeMultiSampleArrayDelegate::RealTimeMultiSampleArrayDelegate | ( | QObject * | parent = 0 | ) |
Creates a new abstract item delegate with the given parent.
[in] | parent | Parent of the delegate |
Definition at line 70 of file realtimemultisamplearraydelegate.cpp.
|
virtual |
Use the painter and style option to render the item specified by the item index.
(sizeHint() must be implemented also)
[in] | painter | Low-level painting on widgets and other paint devices |
[in] | option | Describes the parameters used to draw an item in a view widget |
[in] | index | Used to locate data in a data model. |
Definition at line 79 of file realtimemultisamplearraydelegate.cpp.
|
virtual |
Item size
[in] | option | Describes the parameters used to draw an item in a view widget |
[in] | index | Used to locate data in a data model. |
Definition at line 175 of file realtimemultisamplearraydelegate.cpp.