Home
last modified time | relevance | path

Searched refs:updateLabels (Results 1 – 25 of 377) sorted by relevance

12345678910>>...16

/dports/graphics/tiled/tiled-1.7.2/src/tiled/
H A Dissuescounter.cpp57 updateLabels(); in IssuesCounter()
60 connect(&issuesModel, &IssuesModel::rowsInserted, this, &IssuesCounter::updateLabels); in IssuesCounter()
61 connect(&issuesModel, &IssuesModel::rowsRemoved, this, &IssuesCounter::updateLabels); in IssuesCounter()
62 connect(&issuesModel, &IssuesModel::modelReset, this, &IssuesCounter::updateLabels); in IssuesCounter()
83 void IssuesCounter::updateLabels() in updateLabels() function in Tiled::IssuesCounter
/dports/audio/audacity/audacity-Audacity-3.1.3/src/widgets/
H A DGrid.h200 bool InsertRows(int pos = 0, int numRows = 1, bool updateLabels = true);
201 bool AppendRows(int numRows = 1, bool updateLabels = true);
202 bool DeleteRows(int pos = 0, int numRows = 1, bool updateLabels = true);
203 bool InsertCols(int pos = 0, int numCols = 1, bool updateLabels = true);
204 bool AppendCols(int numCols = 1, bool updateLabels = true);
205 bool DeleteCols(int pos = 0, int numCols = 1, bool updateLabels = true);
H A DGrid.cpp757 bool Grid::InsertRows(int pos, int numRows, bool updateLabels) in InsertRows() argument
759 bool res = wxGrid::InsertRows(pos, numRows, updateLabels); in InsertRows()
766 bool Grid::AppendRows(int numRows, bool updateLabels) in AppendRows() argument
768 bool res = wxGrid::AppendRows(numRows, updateLabels); in AppendRows()
775 bool Grid::DeleteRows(int pos, int numRows, bool updateLabels) in DeleteRows() argument
777 bool res = wxGrid::DeleteRows(pos, numRows, updateLabels); in DeleteRows()
784 bool Grid::InsertCols(int pos, int numCols, bool updateLabels) in InsertCols() argument
786 bool res = wxGrid::InsertCols(pos, numCols, updateLabels); in InsertCols()
793 bool Grid::AppendCols(int numCols, bool updateLabels) in AppendCols() argument
795 bool res = wxGrid::AppendCols(numCols, updateLabels); in AppendCols()
[all …]
/dports/science/py-avogadrolibs/avogadrolibs-1.94.0/avogadro/qtplugins/molecularproperties/
H A Dmolecularpropertiesdialog.cpp56 connect(m_molecule, SIGNAL(changed(unsigned int)), SLOT(updateLabels())); in setMolecule()
58 updateLabels(); in setMolecule()
61 void MolecularPropertiesDialog::updateLabels() in updateLabels() function in Avogadro::QtPlugins::MolecularPropertiesDialog
102 updateLabels(); in moleculeDestroyed()
/dports/science/avogadrolibs/avogadrolibs-1.94.0/avogadro/qtplugins/molecularproperties/
H A Dmolecularpropertiesdialog.cpp56 connect(m_molecule, SIGNAL(changed(unsigned int)), SLOT(updateLabels())); in setMolecule()
58 updateLabels(); in setMolecule()
61 void MolecularPropertiesDialog::updateLabels() in updateLabels() function in Avogadro::QtPlugins::MolecularPropertiesDialog
102 updateLabels(); in moleculeDestroyed()
/dports/science/avogadrolibs/avogadrolibs-1.94.0/avogadro/qtplugins/3dmol/
H A D3dmoldialog.cpp59 connect(m_molecule, SIGNAL(changed(unsigned int)), SLOT(updateLabels())); in setMolecule()
64 updateLabels(); in setMolecule()
67 void ThreeDMolDialog::updateLabels() in updateLabels() function in Avogadro::QtPlugins::ThreeDMolDialog
119 updateLabels(); in moleculeDestroyed()
/dports/science/py-avogadrolibs/avogadrolibs-1.94.0/avogadro/qtplugins/3dmol/
H A D3dmoldialog.cpp59 connect(m_molecule, SIGNAL(changed(unsigned int)), SLOT(updateLabels())); in setMolecule()
64 updateLabels(); in setMolecule()
67 void ThreeDMolDialog::updateLabels() in updateLabels() function in Avogadro::QtPlugins::ThreeDMolDialog
119 updateLabels(); in moleculeDestroyed()
/dports/games/openmw/openmw-openmw-0.47.0/apps/openmw/mwgui/
H A Denchantingdialog.cpp108 void EnchantingDialog::updateLabels() in updateLabels() function in MWGui::EnchantingDialog
167 updateLabels(); in setPtr()
205 updateLabels(); in onSelectItem()
216 updateLabels(); in onItemSelected()
237 updateLabels(); in onSoulSelected()
263 updateLabels(); in onSelectSoul()
272 updateLabels(); in notifyEffectsChanged()
278 updateLabels(); in onTypeButtonClicked()
370 updateLabels(); in onBuyButtonClicked()
H A Dtradewindow.cpp121 updateLabels(); in setPtr()
370 updateLabels(); in onMaxSaleButtonClicked()
410 updateLabels(); in onBalanceValueChanged()
423 updateLabels(); in onIncreaseButtonTriggered()
430 updateLabels(); in onDecreaseButtonTriggered()
433 void TradeWindow::updateLabels() in updateLabels() function in MWGui::TradeWindow
485 updateLabels(); in updateOffer()
/dports/multimedia/handbrake/HandBrake-1.4.2/macosx/
H A DHBQueueMultiSelectionViewController.m20 [self updateLabels];
23 - (void)updateLabels
38 [self updateLabels];
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/bundles/org.eclipse.ui.navigator/src/org/eclipse/ui/navigator/
H A DPipelinedViewerUpdate.java63 private boolean updateLabels = false; field in PipelinedViewerUpdate
127 return updateLabels; in isUpdateLabels()
137 updateLabels = toUpdateLabels; in setUpdateLabels()
H A DCommonViewer.java330 public void refresh(Object element, boolean updateLabels) { in refresh() argument
340 update.setUpdateLabels(updateLabels); in refresh()
349 super.refresh(element, updateLabels); in refresh()
352 super.refresh(element, updateLabels); in refresh()
528 protected void internalRefresh(Object element, boolean updateLabels) { in internalRefresh() argument
532 super.internalRefresh(element, updateLabels); in internalRefresh()
/dports/biology/ugene/ugene-40.1/src/corelibs/U2View/src/ov_msa/
H A DMsaEditorStatusBar.cpp39 updateLabels(); in MsaEditorStatusBar()
52 void MsaEditorStatusBar::updateLabels() { in updateLabels() function in U2::MsaEditorStatusBar
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/tests/org.eclipse.ui.tests/Eclipse UI Tests/org/eclipse/ui/tests/api/workbenchpart/
H A DTitleTestView.java81 updateLabels(); in createPartControl()
83 addPropertyListener((source, propId) -> updateLabels()); in createPartControl()
86 private void updateLabels() { in updateLabels() method in TitleTestView
H A DTitleTestEditor.java127 updateLabels(); in createPartControl()
129 addPropertyListener((source, propId) -> updateLabels()); in createPartControl()
132 private void updateLabels() { in updateLabels() method in TitleTestEditor
/dports/graphics/xournalpp/xournalpp-1.1.0/src/gui/toolbarMenubar/
H A DToolPageSpinner.cpp31 updateLabels(); in setPageInfo()
35 void ToolPageSpinner::updateLabels() { in updateLabels() function in ToolPageSpinner
112 updateLabels(); in newItem()
/dports/games/euchre/euchre-0.8/src/gui/
H A DGuiGame.cpp180 updateLabels(); in resetForDeal()
212 updateLabels(); in processEvent()
249 updateLabels(); in processEvent()
363 updateLabels(); in roundEnd()
398 updateLabels(); in updateTrickCounts()
401 void GuiGame::updateLabels() { in updateLabels() function in GuiGame
570 updateLabels(); in updateTakeEnufPoints()
582 updateLabels(); in updateSetPoints()
592 updateLabels(); in allPass()
618 updateLabels(); in cardPlayed()
/dports/science/py-pymol/pymol-open-source-2.4.0/modules/pmg_tk/
H A DSetEditor.py54 self.scale = Scale( f1, to=len(self.list)-nItem, showvalue=0, command=self.updateLabels )
90 def updateLabels(self, *event): member in SetEditor
141 self.updateLabels()
149 self.updateLabels()
/dports/graphics/kf5-kquickcharts/kquickcharts-5.89.0/src/decorations/
H A DAxisLabels.cpp89 updateLabels(); in setDelegate()
112 updateLabels(); in setSource()
116 updateLabels(); in setSource()
178 void AxisLabels::updateLabels() in updateLabels() function in AxisLabels
/dports/audio/rosegarden/rosegarden-21.06.1/src/gui/studio/
H A DNameSetEditor.cpp180 updateLabels();
187 updateLabels();
191 NameSetEditor::updateLabels()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/
H A DTableViewer.java363 public void refresh(final Object element, final boolean updateLabels, in refresh() argument
372 preservingSelection(() -> internalRefresh(element, updateLabels), reveal); in refresh()
398 public void refresh(boolean updateLabels, boolean reveal) { in refresh() argument
399 refresh(getRoot(), updateLabels, reveal); in refresh() local
/dports/www/tikiwiki/tiki-21.2/installer/
H A DProgressBar.php28 $label_id && $this->updateLabels($label_id, $table_name);
52 public function updateLabels($targetElement, $content) function in ProgressBar
/dports/multimedia/subtitlecomposer/subtitlecomposer-0.7.1/src/gui/
H A Dcurrentlinewidget.cpp214 CurrentLineWidget::updateLabels() in updateLabels() function in CurrentLineWidget
247 connect(m_currentLine, &SubtitleLine::primaryTextChanged, this, &CurrentLineWidget::updateLabels); in setCurrentLine()
254 …onnect(m_currentLine, &SubtitleLine::secondaryTextChanged, this, &CurrentLineWidget::updateLabels); in setCurrentLine()
256 updateLabels(); in setCurrentLine()
368 updateLabels(); in onLineShowTimeChanged()
377 updateLabels(); in onLineHideTimeChanged()
/dports/games/scourge/scourge/src/
H A Duncursedialog.cpp73 updateLabels(); in updateUI()
76 void UncurseDialog::updateLabels() { in updateLabels() function in UncurseDialog
103 updateLabels(); in handleEvent()
/dports/sysutils/calamares/calamares-3.2.44.2/src/modules/packagechooser/
H A DPackageChooserPage.cpp31 CALAMARES_RETRANSLATE( updateLabels(); ); in PackageChooserPage()
109 PackageChooserPage::updateLabels() in updateLabels() function in PackageChooserPage
130 &PackageChooserPage::updateLabels ); in setModel()

12345678910>>...16