Home
last modified time | relevance | path

Searched refs:m_commandLocator (Results 1 – 6 of 6) sorted by relevance

/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/mercurial/
H A Dmercurialplugin.cpp317 m_commandLocator->appendCommand(command); in createFileActions()
325 m_commandLocator->appendCommand(command); in createFileActions()
333 m_commandLocator->appendCommand(command); in createFileActions()
341 m_commandLocator->appendCommand(command); in createFileActions()
350 m_commandLocator->appendCommand(command); in createFileActions()
357 m_commandLocator->appendCommand(command); in createFileActions()
364 m_commandLocator->appendCommand(command); in createFileActions()
424 m_commandLocator->appendCommand(command); in createDirectoryActions()
431 m_commandLocator->appendCommand(command); in createDirectoryActions()
438 m_commandLocator->appendCommand(command); in createDirectoryActions()
[all …]
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/bazaar/
H A Dbazaarplugin.cpp350 m_commandLocator->appendCommand(command); in createFileActions()
358 m_commandLocator->appendCommand(command); in createFileActions()
366 m_commandLocator->appendCommand(command); in createFileActions()
374 m_commandLocator->appendCommand(command); in createFileActions()
383 m_commandLocator->appendCommand(command); in createFileActions()
390 m_commandLocator->appendCommand(command); in createFileActions()
397 m_commandLocator->appendCommand(command); in createFileActions()
458 m_commandLocator->appendCommand(command); in createDirectoryActions()
465 m_commandLocator->appendCommand(command); in createDirectoryActions()
472 m_commandLocator->appendCommand(command); in createDirectoryActions()
[all …]
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/subversion/
H A Dsubversionplugin.cpp423 m_commandLocator->appendCommand(command); in SubversionPluginPrivate()
431 m_commandLocator->appendCommand(command); in SubversionPluginPrivate()
439 m_commandLocator->appendCommand(command); in SubversionPluginPrivate()
450 m_commandLocator->appendCommand(command); in SubversionPluginPrivate()
459 m_commandLocator->appendCommand(command); in SubversionPluginPrivate()
467 m_commandLocator->appendCommand(command); in SubversionPluginPrivate()
475 m_commandLocator->appendCommand(command); in SubversionPluginPrivate()
485 m_commandLocator->appendCommand(command); in SubversionPluginPrivate()
493 m_commandLocator->appendCommand(command); in SubversionPluginPrivate()
500 m_commandLocator->appendCommand(command); in SubversionPluginPrivate()
[all …]
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/perforce/
H A Dperforceplugin.cpp421 m_commandLocator->appendCommand(command); in PerforcePluginPrivate()
429 m_commandLocator->appendCommand(command); in PerforcePluginPrivate()
438 m_commandLocator->appendCommand(command); in PerforcePluginPrivate()
449 m_commandLocator->appendCommand(command); in PerforcePluginPrivate()
458 m_commandLocator->appendCommand(command); in PerforcePluginPrivate()
466 m_commandLocator->appendCommand(command); in PerforcePluginPrivate()
475 m_commandLocator->appendCommand(command); in PerforcePluginPrivate()
487 m_commandLocator->appendCommand(command); in PerforcePluginPrivate()
494 m_commandLocator->appendCommand(command); in PerforcePluginPrivate()
502 m_commandLocator->appendCommand(command); in PerforcePluginPrivate()
[all …]
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/clearcase/
H A Dclearcaseplugin.cpp681 m_commandLocator->appendCommand(command); in ClearCasePluginPrivate()
689 m_commandLocator->appendCommand(command); in ClearCasePluginPrivate()
697 m_commandLocator->appendCommand(command); in ClearCasePluginPrivate()
705 m_commandLocator->appendCommand(command); in ClearCasePluginPrivate()
716 m_commandLocator->appendCommand(command); in ClearCasePluginPrivate()
726 m_commandLocator->appendCommand(command); in ClearCasePluginPrivate()
736 m_commandLocator->appendCommand(command); in ClearCasePluginPrivate()
751 m_commandLocator->appendCommand(command); in ClearCasePluginPrivate()
759 m_commandLocator->appendCommand(command); in ClearCasePluginPrivate()
781 m_commandLocator->appendCommand(command); in ClearCasePluginPrivate()
[all …]
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/git/
H A Dgitplugin.cpp379 Core::CommandLocator *m_commandLocator = nullptr; member in Git::Internal::GitPluginPrivate
554 m_commandLocator->appendCommand(command); in createCommand()
664 m_commandLocator = new CommandLocator("Git", prefix, prefix, this); in GitPluginPrivate()
665 m_commandLocator->setDescription(tr("Triggers a Git version control operation.")); in GitPluginPrivate()
1023 m_gerritPlugin->addToLocator(m_commandLocator); in GitPluginPrivate()
1733 m_commandLocator->setEnabled(repositoryEnabled); in updateActions()