Home
last modified time | relevance | path

Searched refs:historyChanged (Results 1 – 25 of 159) sorted by relevance

1234567

/dports/misc/bibletime/bibletime-2.11.2/src/mobile/ui/
H A Dbtwindowinterface.h51 Q_PROPERTY(bool historyBackwardVisible READ getHistoryBackwardVisible NOTIFY historyChanged)
52 Q_PROPERTY(bool historyForwardVisible READ getHistoryForwardVisible NOTIFY historyChanged)
89 void historyChanged();
H A Dbtwindowinterface.cpp445 emit historyChanged(); in setHistoryPoint()
464 emit historyChanged(); in moveHistoryBackward()
475 emit historyChanged(); in moveHistoryForward()
/dports/games/gogui/gogui-1.4.10/src/net/sf/gogui/gui/
H A DHelp.java145 historyChanged(); in appendHistory()
154 historyChanged(); in back()
190 historyChanged();
198 private void historyChanged()
/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/common/tcore/
H A Dtundo.cpp230 emit historyChanged(); in endBlock()
246 emit historyChanged(); in undo()
265 emit historyChanged(); in redo()
306 Q_EMIT historyChanged(); in add()
321 Q_EMIT historyChanged(); in reset()
/dports/x11/plasma5-plasma-workspace/plasma-workspace-5.23.5/krunner/
H A Dview.h43 Q_PROPERTY(QStringList history READ history NOTIFY historyChanged)
63 Q_SIGNAL void historyChanged();
/dports/net-im/spectral/spectral-817/src/
H A Demojimodel.h38 Q_PROPERTY(QVariantList history READ history NOTIFY historyChanged) in Q_DECLARE_METATYPE()
57 void historyChanged(); in Q_DECLARE_METATYPE()
/dports/net-im/neochat/neochat-1.2.0/src/
H A Demojimodel.h48 Q_PROPERTY(QVariantList history READ history NOTIFY historyChanged) in Q_DECLARE_METATYPE()
69 void historyChanged(); in Q_DECLARE_METATYPE()
/dports/graphics/peruse/peruse-8d1de5f4a7c4a6ca7444b0c55cb9aaa44a982a78/src/acbf/
H A DAcbfDocumentinfo.h49 Q_PROPERTY(QStringList history READ history WRITE setHistory NOTIFY historyChanged)
207 Q_SIGNAL void historyChanged();
H A DAcbfDocumentinfo.cpp287 emit historyChanged(); in setHistory()
293 emit historyChanged(); in addHistoryLine()
299 emit historyChanged(); in removeHistoryLine()
/dports/deskutils/nextcloudclient/desktop-3.4.1/src/gui/
H A Demojimodel.h91 Q_PROPERTY(QVariantList history READ history NOTIFY historyChanged) in Q_PROPERTY()
116 void historyChanged();
/dports/java/javahelp/javahelp-3ca862d/jhMaster/JavaHelp/src/new/javax/help/event/
H A DHelpHistoryModelListener.java42 public void historyChanged(HelpHistoryModelEvent e); in historyChanged() method
/dports/textproc/dikt/dikt-2s4/src/
H A Dbrowser.cpp74 emit historyChanged(entry.title); in moveTo() local
125 emit historyChanged(title); in setPage() local
292 connect(this, SIGNAL(historyChanged(const QString &)), in setHilite()
H A Dwindow.cpp290 connect(browser, SIGNAL(historyChanged(const QString &)), in setupActions()
299 connect(matchList, SIGNAL(historyChanged(const QString &)), in setupActions()
383 connect(browser, SIGNAL(historyChanged(const QString &)), in setupBrowser()
385 connect(browser, SIGNAL(historyChanged(const QString &)), in setupBrowser()
393 connect(browser, SIGNAL(historyChanged(const QString &)), in setupBrowser()
395 connect(browser, SIGNAL(historyChanged(const QString &)), in setupBrowser()
/dports/editors/lazarus/lazarus/lcl/interfaces/qt5/cbindings/src/
H A Dqtextbrowser_hook.h47 connect(handle, SIGNAL(historyChanged()), this, SLOT(historyChanged_hook())); in hook_historyChanged()
50 disconnect(handle, SIGNAL(historyChanged()), this, SLOT(historyChanged_hook())); in hook_historyChanged()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/tests/org.eclipse.ui.tests.browser/src/org/eclipse/ui/tests/browser/internal/
H A DToolbarBrowserTestCase.java191 public void historyChanged(String[] history2) { in test16Listeners()
197 listener.historyChanged(null); in test16Listeners()
/dports/audio/sayonara/sayonara-player-5bbf1399332d5d59362ad03bf625f9132be72206/src/Gui/History/
H A DHistoryEntryModel.cpp53 …connect(m->session, &Session::Manager::sigSessionChanged, this, &HistoryEntryModel::historyChanged in HistoryEntryModel()
118 void HistoryEntryModel::historyChanged(Session::Id id) in historyChanged() function in HistoryEntryModel
H A DHistoryEntryModel.h42 void historyChanged(Session::Id id);
/dports/editors/lazarus-qt5/lazarus/lcl/interfaces/qt5/cbindings/src/
H A Dqtextbrowser_hook.h47 connect(handle, SIGNAL(historyChanged()), this, SLOT(historyChanged_hook())); in hook_historyChanged()
50 disconnect(handle, SIGNAL(historyChanged()), this, SLOT(historyChanged_hook())); in hook_historyChanged()
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/lcl/interfaces/qt5/cbindings/src/
H A Dqtextbrowser_hook.h47 connect(handle, SIGNAL(historyChanged()), this, SLOT(historyChanged_hook())); in hook_historyChanged()
50 disconnect(handle, SIGNAL(historyChanged()), this, SLOT(historyChanged_hook())); in hook_historyChanged()
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/lcl/interfaces/qt5/cbindings/src/
H A Dqtextbrowser_hook.h47 connect(handle, SIGNAL(historyChanged()), this, SLOT(historyChanged_hook())); in hook_historyChanged()
50 disconnect(handle, SIGNAL(historyChanged()), this, SLOT(historyChanged_hook())); in hook_historyChanged()
/dports/misc/bibletime/bibletime-2.11.2/src/frontend/keychooser/
H A Dbthistory.h61 void historyChanged(bool backEnabled, bool fwEnabled);
/dports/finance/qtbitcointrader/QtBitcoinTrader-1.40.55/src/
H A Dhistorymodel.h52 void historyChanged(QList<HistoryItem>* histList);
/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/toonz/
H A Dhistorypane.cpp236 connect(TUndoManager::manager(), SIGNAL(historyChanged()), this, in showEvent()
244 disconnect(TUndoManager::manager(), SIGNAL(historyChanged()), this, in hideEvent()
/dports/textproc/goldendict/goldendict-73ec1b5/
H A Dhistorypanewidget.cc233 this, SLOT( historyChanged() ) ); in HistoryModel()
261 void HistoryModel::historyChanged() in historyChanged() function in HistoryModel
H A Dhistorypanewidget.hh83 void historyChanged();

1234567