MCPcopy Create free account
hub / github.com/LUX-Core/lux / append

Method append

src/qt/qcustomplot.cpp:23245–23257  ·  view source on GitHub ↗

! Adds the specified \a bars plottable to this group. Alternatively, you can also use \ref QCPBars::setBarsGroup on the \a bars instance. \see insert, remove */

Source from the content-addressed store, hash-verified

23243 \see insert, remove
23244*/
23245void QCPBarsGroup::append(QCPBars *bars)
23246{
23247 if (!bars)
23248 {
23249 qDebug() << Q_FUNC_INFO << "bars is 0";
23250 return;
23251 }
23252
23253 if (!mBars.contains(bars))
23254 bars->setBarsGroup(this);
23255 else
23256 qDebug() << Q_FUNC_INFO << "bars plottable is already in this bars group:" << reinterpret_cast<quintptr>(bars);
23257}
23258
23259/*!
23260 Inserts the specified \a bars plottable into this group at the specified index position \a i.

Callers 15

get_block_hashesFunction · 0.45
bufreverseFunction · 0.45
wordreverseFunction · 0.45
get_block_hashesFunction · 0.45
list_availableFunction · 0.45
select_coinsFunction · 0.45
name_to_ipv6Function · 0.45
filtermultiportFunction · 0.45
filterbyasnFunction · 0.45
read_symbolsFunction · 0.45
read_librariesFunction · 0.45
find_format_specifiersFunction · 0.45

Calls 2

setBarsGroupMethod · 0.80
containsMethod · 0.45

Tested by 7

setup_networkMethod · 0.36
bctesterFunction · 0.36
_zmq_testMethod · 0.36
run_testMethod · 0.36
add_nodesMethod · 0.36
_initialize_chainMethod · 0.36
startMethod · 0.36