usdmanager.include_panel module

Left-hand side file browser.

class usdmanager.include_panel.IncludePanel(path='', filter='', selectedFilter='', parent=None)[source]

Bases: sphinx.ext.autodoc.importer._MockObject

File browsing panel for the left side of the main UI.

accept(*args)[source]
appendToPath(filename, isDirectory)[source]
Parameters:filename : str isDirectory : bool
autoCompleteFileName(text)[source]
enterDirectory(index)[source]
fileSelectionChanged(one, two)[source]
getPath()[source]
onHome(*args)[source]
onOriginal(*args)[source]
onPathComboChanged(index)[source]
onUp(*args)[source]
openFile

Used by autodoc_mock_imports.

pathChanged(path)[source]
select(index)[source]
selectNameFilter(filter)[source]
setDirectory(directory)[source]
setFileDisplay()[source]
setNameFilters(filters)[source]
setPath(path)[source]
showAll(checked)[source]

Show hidden files

Parameters:
checked : bool

If True, show hidden files