MCPcopy Index your code
hub / github.com/Audio4Linux/JDSP4Linux / elements

Method elements

3rdparty/qcustomplot/qcustomplot.cpp:3508–3512  ·  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 \c nullptr entries in the returned list. For example, QCPLayoutGrid may have empty cells which yield \c nullptr at the respective index. */

Source from the content-addressed store, hash-verified

3506 have empty cells which yield \c nullptr at the respective index.
3507*/
3508QList<QCPLayoutElement*> QCPLayoutElement::elements(bool recursive) const
3509{
3510 Q_UNUSED(recursive)
3511 return QList<QCPLayoutElement*>();
3512}
3513
3514/*!
3515 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 4

elementCountFunction · 0.85
appendMethod · 0.80
reserveMethod · 0.45
atMethod · 0.45

Tested by

no test coverage detected