Searched refs:nameLabels (Results 1 – 13 of 13) sorted by relevance
46 highScoreForm.nameLabels = { }56 highScoreForm.nameLabels[j] = nameLabel66 highScoreForm.nameLabels[j]:setText(highScore.name)
41 …nameLabels[i] = addChild (std::make_unique<cLabel> (cBox<cPosition> (getPosition() + cPosition (35… in cUnitDetailsStored()89 nameLabels[i]->hide(); in reset()107 nameLabels[index]->show(); in drawRow()117 nameLabels[index]->setText (name); in drawRow()
43 …nameLabels[i] = addChild (std::make_unique<cLabel> (cBox<cPosition> (getPosition() + cPosition (40… in cUnitDetailsHud()98 nameLabels[i]->hide(); in reset()223 nameLabels[index]->show(); in drawRow()233 nameLabels[index]->setText (name); in drawRow()
55 std::array<cLabel*, maxRows> nameLabels; variable
61 std::array<cLabel*, maxRows> nameLabels; variable
50 highScoreForm.nameLabels = { }58 highScoreForm.nameLabels[i] = nameLabel69 … highScoreForm.nameLabels[i]:setText(highScore.name .. " (Level " .. highScore.level .. ")")
37 …nameLabels[i] = addChild (std::make_unique<cLabel> (cBox<cPosition> (position + cPosition (30, 3 +… in cUnitDetails()111 nameLabels[index]->show(); in drawRow()114 nameLabels[index]->setText (name); in drawRow()244 nameLabels[rowIndex]->hide(); in reset()
62 std::array<cLabel*, maxRows> nameLabels; variable
94 static QStringList nameLabels() { in nameLabels() function95 QStringList nameLabels; in nameLabels() local96 nameLabels << "Important" << "Work" << "Personal" in nameLabels()98 return nameLabels; in nameLabels()
5138 if (treeItems.count() && (nameLabels().at(idLabel-1) == nameLabel)) { in retranslateStrings()
409 q.bindValue(":name", MainWindow::nameLabels().at(i)); in createLabels()
534 if ((idLabel <= 6) && (MainWindow::nameLabels().at(idLabel-1) == nameLabel)) { in addAction()
2398 if ((idLabel <= 6) && (MainWindow::nameLabels().at(idLabel-1) == nameLabel)) { in loadLabels()2634 nameLabel = MainWindow::nameLabels().at(idLabel.toInt()-1); in applyLabels()