Home
last modified time | relevance | path

Searched refs:switchToLeftDocument (Results 1 – 3 of 3) sorted by relevance

/dports/graphics/tiled/tiled-1.7.2/src/tiled/
H A Ddocumentmanager.h184 void switchToLeftDocument();
H A Dmainwindow.cpp841 QShortcut *switchToLeftDocument = new QShortcut(Qt::ALT + Qt::Key_Left, this); in MainWindow() local
842 connect(switchToLeftDocument, &QShortcut::activated, in MainWindow()
843 mDocumentManager, &DocumentManager::switchToLeftDocument); in MainWindow()
846 mDocumentManager, &DocumentManager::switchToLeftDocument); in MainWindow()
H A Ddocumentmanager.cpp505 void DocumentManager::switchToLeftDocument() in switchToLeftDocument() function in DocumentManager