Home
last modified time | relevance | path

Searched refs:canGotoRoot (Results 1 – 8 of 8) sorted by relevance

/dports/audio/milkytracker/MilkyTracker-1.03.00/src/ppui/osinterface/posix/
H A DPPPath_POSIX.h74 virtual bool canGotoRoot() const;
H A DPPPath_POSIX.cpp180 bool PPPath_POSIX::canGotoRoot() const in canGotoRoot() function in PPPath_POSIX
/dports/audio/milkytracker/MilkyTracker-1.03.00/src/ppui/osinterface/win32/
H A DPPPath_WIN32.h90 virtual bool canGotoRoot() const;
H A DPPPath_WIN32.cpp395 bool PPPath_WIN32::canGotoRoot() const in canGotoRoot() function in PPPath_WIN32
/dports/audio/milkytracker/MilkyTracker-1.03.00/src/ppui/
H A DListBoxFileBrowser.h103 bool canGotoRoot() const;
H A DListBoxFileBrowser.cpp129 bool PPListBoxFileBrowser::canGotoRoot() const in canGotoRoot() function in PPListBoxFileBrowser
131 return currentPath->canGotoRoot(); in canGotoRoot()
H A DPPPath.h298 virtual bool canGotoRoot() const = 0;
/dports/audio/milkytracker/MilkyTracker-1.03.00/src/tracker/
H A DSectionDiskMenu.cpp1658 listBoxFiles->canGotoRoot(), in updateButtonStates()