|
enum | StatusTextType { StatusTextNormal
, StatusTextSelectedFiles
, StatusTextFSInfo
, StatusTextNum
} |
|
|
void | statusChanged (int type, QString statusText) |
|
void | titleChanged () |
|
void | sortFilterChanged () |
|
void | forwardRequested () |
|
void | backwardRequested () |
|
void | folderUnmounted () |
|
|
| TabPage (QWidget *parent=nullptr) |
|
void | chdir (Fm::FilePath newPath, bool addHistory=true) |
|
Fm::FolderView::ViewMode | viewMode () |
|
void | setViewMode (Fm::FolderView::ViewMode mode) |
|
void | sort (int col, Qt::SortOrder order=Qt::AscendingOrder) |
|
int | sortColumn () |
|
Qt::SortOrder | sortOrder () |
|
bool | sortFolderFirst () |
|
void | setSortFolderFirst (bool value) |
|
bool | sortHiddenLast () |
|
void | setSortHiddenLast (bool value) |
|
bool | sortCaseSensitive () |
|
void | setSortCaseSensitive (bool value) |
|
bool | showHidden () |
|
void | setShowHidden (bool showHidden) |
|
void | setShowThumbnails (bool showThumbnails) |
|
void | saveFolderSorting () |
|
Fm::FilePath | path () |
|
QString | pathName () |
|
const std::shared_ptr< Fm::Folder > & | folder () |
|
Fm::FolderModel * | folderModel () |
|
View * | folderView () |
|
Fm::BrowseHistory & | browseHistory () |
|
Fm::FileInfoList | selectedFiles () |
|
Fm::FilePathList | selectedFilePaths () |
|
void | selectAll () |
|
void | invertSelection () |
|
void | reload () |
|
QString | title () const |
|
QString | statusText (StatusTextType type=StatusTextNormal) const |
|
bool | canBackward () |
|
void | backward () |
|
bool | canForward () |
|
void | forward () |
|
void | jumpToHistory (int index) |
|
bool | canUp () |
|
void | up () |
|
void | updateFromSettings (Settings &settings) |
|
void | setFileLauncher (Fm::FileLauncher *launcher) |
|
Fm::FileLauncher * | fileLauncher () |
|
QString | getFilterStr () |
|
void | setFilterStr (QString str) |
|
void | applyFilter () |
|
bool | hasCustomizedView () |
|
void | setCustomizedView (bool value) |
|
void | transientFilterBar (bool transient) |
|
void | showFilterBar () |
|
bool | isFilterBarVisible () const |
|
void | clearFilter () |
|
void | backspacePressed () |
|
void | ceateShortcut () |
|
|
void | onSelChanged () |
|
void | onUiUpdated () |
|
void | onFileSizeChanged (const QModelIndex &index) |
|
void | onFilesAdded (const Fm::FileInfoList files) |
|
void | onFilterStringChanged (QString str) |
|
void | onLosingFilterBarFocus () |
|
|
virtual bool | eventFilter (QObject *watched, QEvent *event) |
|
The documentation for this class was generated from the following files: