| ActivityType enum name | FileExplorerTab | private |
| AddDirectoryToTree(const wxString &path, wxTreeItemId parentItem) | FileExplorerTab | private |
| AddGridItem(const wxString &name, const wxString &fullPath, bool isDirectory) | FileExplorerTab | private |
| AddToNavigationHistory(const wxString &path) | FileExplorerTab | private |
| CanClose() const override | FileExplorerTab | virtual |
| CanMove() const override | FileExplorerTab | virtual |
| ClearGrid() | FileExplorerTab | private |
| ContextMenuID enum name | FileExplorerTab | private |
| CopyFile(const wxString &sourcePath, const wxString &destPath) | FileExplorerTab | private |
| CopyFolder(const wxString &sourcePath, const wxString &destPath) | FileExplorerTab | private |
| CountFilesInDirectory(const wxString &path, bool recursive=true) const | FileExplorerTab | private |
| CreateBreadcrumb(wxPanel *rightPanel, wxBoxSizer *rightSizer) | FileExplorerTab | private |
| CreateFavoritesBar(wxBoxSizer *parentSizer) | FileExplorerTab | private |
| CreateHistoryPanel(wxPanel *rightPanel, wxBoxSizer *rightSizer) | FileExplorerTab | private |
| CreateIconGrid(wxPanel *rightPanel, wxBoxSizer *rightSizer) | FileExplorerTab | private |
| CreateLayout() | FileExplorerTab | private |
| CreateNewFolder(const wxString &parentPath, const wxString &folderName) | FileExplorerTab | private |
| CreateSplitLayout(wxBoxSizer *parentSizer) | FileExplorerTab | private |
| DeleteFile(const wxString &filePath) | FileExplorerTab | private |
| DeleteFolder(const wxString &folderPath) | FileExplorerTab | private |
| DeserializeState(const wxString &state) | ITab | inlinevirtual |
| DirectoryContainsFilteredFiles(const wxString &path) const | FileExplorerTab | private |
| DirectoryContainsMatchingFiles(const wxString &dirPath) const | FileExplorerTab | private |
| ExecuteOperation(const wxString &operation, const wxString ¶meter="") | ITab | inlinevirtual |
| ExpandAllMatching(wxTreeItemId item, const wxString &searchText, bool &foundAny) | FileExplorerTab | private |
| FileExplorerTab(wxWindow *parent) | FileExplorerTab | explicit |
| FileExplorerTab(const FileExplorerTab &)=delete | FileExplorerTab | |
| FilterGrid(const wxString &searchText) | FileExplorerTab | private |
| FilterTree(const wxString &searchText) | FileExplorerTab | private |
| FindTreeItemByPath(const wxString &path, wxTreeItemId parent=wxTreeItemId()) | FileExplorerTab | private |
| GetDirectorySize(const wxString &path) const | FileExplorerTab | private |
| GetDisplayName(const wxString &filename, bool isDirectory, bool isTreeView) const | FileExplorerTab | private |
| GetExecutableDirectory() const | FileExplorerTab | private |
| GetIcon() const override | FileExplorerTab | virtual |
| GetSelectedFile() const | FileExplorerTab | |
| GetTabType() const override | FileExplorerTab | virtual |
| GetTitle() const override | FileExplorerTab | virtual |
| GetWidget() override | FileExplorerTab | virtual |
| HasUnsavedChanges() const | ITab | inlinevirtual |
| ID_CONTEXT_COPY enum value | FileExplorerTab | private |
| ID_CONTEXT_CUT enum value | FileExplorerTab | private |
| ID_CONTEXT_DELETE enum value | FileExplorerTab | private |
| ID_CONTEXT_NEW_FOLDER enum value | FileExplorerTab | private |
| ID_CONTEXT_OPEN enum value | FileExplorerTab | private |
| ID_CONTEXT_PASTE enum value | FileExplorerTab | private |
| ID_CONTEXT_PROPERTIES enum value | FileExplorerTab | private |
| ID_CONTEXT_REFRESH enum value | FileExplorerTab | private |
| ID_CONTEXT_RENAME enum value | FileExplorerTab | private |
| Initialize() override | FileExplorerTab | virtual |
| IsValid() const override | FileExplorerTab | virtual |
| ItemMatchesSearch(wxTreeItemId item, const wxString &searchText) const | FileExplorerTab | private |
| LoadGridIcon(const wxString &iconType, const wxSize &size) | FileExplorerTab | private |
| LoadSettings() | FileExplorerTab | private |
| LoadTreeIcon(const wxString &iconType) | FileExplorerTab | private |
| LogActivity(ActivityType type, const wxString &path, const wxString &details="") | FileExplorerTab | private |
| m_activeFilter | FileExplorerTab | private |
| m_activityHistory | FileExplorerTab | private |
| m_backStack | FileExplorerTab | private |
| m_breadcrumbContainerPanel | FileExplorerTab | private |
| m_breadcrumbPanel | FileExplorerTab | private |
| m_breadcrumbSizer | FileExplorerTab | private |
| m_clipboardIsCut | FileExplorerTab | private |
| m_clipboardPath | FileExplorerTab | private |
| m_contentSizer | FileExplorerTab | private |
| m_contextMenuPath | FileExplorerTab | private |
| m_currentGridPath | FileExplorerTab | private |
| m_dragStartPos | FileExplorerTab | private |
| m_dragWindow | FileExplorerTab | private |
| m_fileIcon | FileExplorerTab | private |
| m_folderIcon | FileExplorerTab | private |
| m_forwardStack | FileExplorerTab | private |
| m_functionalPanel | FileExplorerTab | private |
| m_gridBackButton | FileExplorerTab | private |
| m_gridCtrl | FileExplorerTab | private |
| m_gridForwardButton | FileExplorerTab | private |
| m_gridIcons | FileExplorerTab | private |
| m_gridIconSize | FileExplorerTab | private |
| m_gridItems | FileExplorerTab | private |
| m_gridSearchCtrl | FileExplorerTab | private |
| m_gridShowFileExtensions | FileExplorerTab | private |
| m_gridShowHiddenFiles | FileExplorerTab | private |
| m_gridSizer | FileExplorerTab | private |
| m_gridSortFilesBy | FileExplorerTab | private |
| m_gridToggleBtn | FileExplorerTab | private |
| m_gridVisible | FileExplorerTab | private |
| m_historyButton | FileExplorerTab | private |
| m_historyPanel | FileExplorerTab | private |
| m_imageList | FileExplorerTab | private |
| m_isDragging | FileExplorerTab | private |
| m_isHistoryVisible | FileExplorerTab | private |
| m_isInitialized | FileExplorerTab | private |
| m_isNavigatingHistory | FileExplorerTab | private |
| m_jsonFilterBtn | FileExplorerTab | private |
| m_leftPanel | FileExplorerTab | private |
| m_navigationPanel | FileExplorerTab | private |
| m_panel | FileExplorerTab | private |
| m_pngFilterBtn | FileExplorerTab | private |
| m_rightPanel | FileExplorerTab | private |
| m_rootPath | FileExplorerTab | private |
| m_selectedGridItem | FileExplorerTab | private |
| m_showBreadcrumb | FileExplorerTab | private |
| m_showHistory | FileExplorerTab | private |
| m_splitter | FileExplorerTab | private |
| m_syncInProgress | FileExplorerTab | private |
| m_treeCtrl | FileExplorerTab | private |
| m_treeItemSize | FileExplorerTab | private |
| m_treeSearchCtrl | FileExplorerTab | private |
| m_treeShowFileExtensions | FileExplorerTab | private |
| m_treeShowHiddenFiles | FileExplorerTab | private |
| m_treeSortFilesBy | FileExplorerTab | private |
| m_treeToggleBtn | FileExplorerTab | private |
| m_treeVisible | FileExplorerTab | private |
| m_xmlFilterBtn | FileExplorerTab | private |
| MAX_ACTIVITY_ENTRIES | FileExplorerTab | privatestatic |
| MoveFile(const wxString &sourcePath, const wxString &destPath) | FileExplorerTab | private |
| MoveFolder(const wxString &sourcePath, const wxString &destPath) | FileExplorerTab | private |
| NavigateToPath(const wxString &path, bool recordHistory=true) | FileExplorerTab | private |
| OnActivated() override | FileExplorerTab | virtual |
| OnBackButton(wxCommandEvent &event) | FileExplorerTab | private |
| OnBeginDrag(wxTreeEvent &event) | FileExplorerTab | private |
| OnBreadcrumbClick(wxCommandEvent &event) | FileExplorerTab | private |
| OnClosed() override | FileExplorerTab | virtual |
| OnContextMenuCopy(wxCommandEvent &event) | FileExplorerTab | private |
| OnContextMenuCut(wxCommandEvent &event) | FileExplorerTab | private |
| OnContextMenuDelete(wxCommandEvent &event) | FileExplorerTab | private |
| OnContextMenuNewFolder(wxCommandEvent &event) | FileExplorerTab | private |
| OnContextMenuOpen(wxCommandEvent &event) | FileExplorerTab | private |
| OnContextMenuPaste(wxCommandEvent &event) | FileExplorerTab | private |
| OnContextMenuProperties(wxCommandEvent &event) | FileExplorerTab | private |
| OnContextMenuRefresh(wxCommandEvent &event) | FileExplorerTab | private |
| OnContextMenuRename(wxCommandEvent &event) | FileExplorerTab | private |
| OnDeactivated() override | FileExplorerTab | virtual |
| OnFavoriteFilter(wxCommandEvent &event) | FileExplorerTab | private |
| OnForwardButton(wxCommandEvent &event) | FileExplorerTab | private |
| OnGridBackgroundContextMenu(wxMouseEvent &event) | FileExplorerTab | private |
| OnGridContextMenu(wxMouseEvent &event) | FileExplorerTab | private |
| OnGridItemDoubleClick(wxMouseEvent &event) | FileExplorerTab | private |
| OnGridItemMouseDown(wxMouseEvent &event) | FileExplorerTab | private |
| OnGridItemMouseMove(wxMouseEvent &event) | FileExplorerTab | private |
| OnGridItemMouseUp(wxMouseEvent &event) | FileExplorerTab | private |
| OnGridSearchCancel(wxCommandEvent &event) | FileExplorerTab | private |
| OnGridSearchTextChanged(wxCommandEvent &event) | FileExplorerTab | private |
| OnGridToggle(wxCommandEvent &event) | FileExplorerTab | private |
| OnHistoryButton(wxCommandEvent &event) | FileExplorerTab | private |
| OnItemActivated(wxTreeEvent &event) | FileExplorerTab | private |
| OnItemExpanding(wxTreeEvent &event) | FileExplorerTab | private |
| OnNavigationKeyDown(wxKeyEvent &event) | FileExplorerTab | private |
| OnSelectionChanged(wxTreeEvent &event) | FileExplorerTab | private |
| OnSplitterSashPosChanged(wxSplitterEvent &event) | FileExplorerTab | private |
| OnSplitterSashPosChanging(wxSplitterEvent &event) | FileExplorerTab | private |
| OnTreeContextMenu(wxTreeEvent &event) | FileExplorerTab | private |
| OnTreeSearchCancel(wxCommandEvent &event) | FileExplorerTab | private |
| OnTreeSearchTextChanged(wxCommandEvent &event) | FileExplorerTab | private |
| OnTreeToggle(wxCommandEvent &event) | FileExplorerTab | private |
| OpenFile(const wxString &filePath) | FileExplorerTab | private |
| operator=(const FileExplorerTab &)=delete | FileExplorerTab | |
| PassesFilter(const wxString &filename) const | FileExplorerTab | private |
| PopulateGrid(const wxString &path) | FileExplorerTab | private |
| PopulateHistoryPanel() | FileExplorerTab | private |
| PopulateTree() | FileExplorerTab | private |
| Refresh() override | FileExplorerTab | virtual |
| RenameFile(const wxString &oldPath, const wxString &newName) | FileExplorerTab | private |
| RenameFolder(const wxString &oldPath, const wxString &newName) | FileExplorerTab | private |
| Save() | ITab | inlinevirtual |
| SerializeState() const | ITab | inlinevirtual |
| SetRootDirectory(const wxString &path) | FileExplorerTab | |
| ShowFileProperties(const wxString &filePath) | FileExplorerTab | private |
| ShowFolderProperties(const wxString &folderPath) | FileExplorerTab | private |
| SupportsOperation(const wxString &operation) const | ITab | inlinevirtual |
| SyncToolbarWithSplitter() | FileExplorerTab | private |
| ToggleHistoryView() | FileExplorerTab | private |
| UpdateBreadcrumb() | FileExplorerTab | private |
| UpdateBreadcrumbVisibility() | FileExplorerTab | private |
| UpdateHistoryVisibility() | FileExplorerTab | private |
| UpdateNavigationButtons() | FileExplorerTab | private |
| UpdateToggleButtonAppearance() | FileExplorerTab | private |
| UpdateTreeImageList() | FileExplorerTab | private |
| UpdateViewVisibility() | FileExplorerTab | private |
| ~FileExplorerTab() | FileExplorerTab | virtual |
| ~ITab()=default | ITab | virtual |