MCPcopy Create free account
hub / github.com/CieNTi/serial_port_plotter / elements

Method elements

qcustomplot/qcustomplot.cpp:3483–3487  ·  view source on GitHub ↗

! Returns a list of all child elements in this layout element. If \a recursive is true, all sub-child elements are included in the list, too. \warning There may be entries with value 0 in the returned list. (For example, QCPLayoutGrid may have empty cells which yield 0 at the respective index.) */

Source from the content-addressed store, hash-verified

3481 empty cells which yield 0 at the respective index.)
3482*/
3483QList<QCPLayoutElement*> QCPLayoutElement::elements(bool recursive) const
3484{
3485 Q_UNUSED(recursive)
3486 return QList<QCPLayoutElement*>();
3487}
3488
3489/*!
3490 Layout elements are sensitive to events inside their outer rect. If \a pos is within the outer

Callers 4

axisRectsMethod · 0.80
layoutElementAtMethod · 0.80
axisRectAtMethod · 0.80
selectedLegendsMethod · 0.80

Calls 3

elementCountFunction · 0.85
appendMethod · 0.80
atMethod · 0.80

Tested by

no test coverage detected