@@ -48,7 +48,7 QTCOMMERCIALCHART_BEGIN_NAMESPACE | |||||
48 |
|
48 | |||
49 | /*! |
|
49 | /*! | |
50 | \class QLegend |
|
50 | \class QLegend | |
51 | \brief part of QtCommercial chart API. |
|
51 | \brief Legend object | |
52 | \mainclass |
|
52 | \mainclass | |
53 |
|
53 | |||
54 | QLegend is a graphical object, whics displays legend of the chart. Legend state is updated by QChart, when |
|
54 | QLegend is a graphical object, whics displays legend of the chart. Legend state is updated by QChart, when | |
@@ -167,9 +167,8 QLegend::~QLegend() | |||||
167 | } |
|
167 | } | |
168 |
|
168 | |||
169 | /*! |
|
169 | /*! | |
170 | Paints the legend to given \a painter. Paremeters \a option and \a widget arent used. |
|
170 | \internal | |
171 | */ |
|
171 | */ | |
172 |
|
||||
173 | void QLegend::paint(QPainter *painter, const QStyleOptionGraphicsItem *option, QWidget *widget) |
|
172 | void QLegend::paint(QPainter *painter, const QStyleOptionGraphicsItem *option, QWidget *widget) | |
174 | { |
|
173 | { | |
175 | Q_UNUSED(option) |
|
174 | Q_UNUSED(option) | |
@@ -183,9 +182,8 void QLegend::paint(QPainter *painter, const QStyleOptionGraphicsItem *option, Q | |||||
183 | } |
|
182 | } | |
184 |
|
183 | |||
185 | /*! |
|
184 | /*! | |
186 | Bounding rect of legend. |
|
185 | \internal | |
187 | */ |
|
186 | */ | |
188 |
|
||||
189 | QRectF QLegend::boundingRect() const |
|
187 | QRectF QLegend::boundingRect() const | |
190 | { |
|
188 | { | |
191 | return d_ptr->m_rect; |
|
189 | return d_ptr->m_rect; |
General Comments 0
You need to be logged in to leave comments.
Login now