MCPcopy Create free account
hub / github.com/OmixVisualization/qtjambi / append

Method append

src/cpp/QtJambiGenerator/cppimplgenerator.cpp:8803–8809  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8801 }
8802 struct Appender{
8803 static QVariantList append(const QString& variable, int number){
8804 QVariantList result;
8805 for(int i=0; i<number; ++i){
8806 result.append(QVariant::fromValue<QString>(variable+"["+QString::number(i)+"]"));
8807 }
8808 return result;
8809 }
8810
8811 static QVariantList append(const QVariantList& variable, int number){
8812 QVariantList result;

Callers 15

writeFieldAccessorsMethod · 0.45
writeEnumMethod · 0.45
writeFunctionMethod · 0.45
write_equals_partsMethod · 0.45
write_compareto_partsMethod · 0.45
writeMethod · 0.45
queryFunctionsByNameMethod · 0.45

Calls 5

toListMethod · 0.65
sizeMethod · 0.45
atMethod · 0.45
toStringMethod · 0.45
isEmptyMethod · 0.45

Tested by

no test coverage detected