|
enum | StatusTextType { StatusTextNormal,
StatusTextSelectedFiles,
StatusTextFSInfo,
StatusTextNum
} |
|
|
void | statusChanged (int type, QString statusText) |
|
void | titleChanged (QString title) |
|
void | openDirRequested (FmPath *path, int target) |
|
void | sortFilterChanged () |
|
void | forwardRequested () |
|
void | backwardRequested () |
|
|
| TabPage (FmPath *path, QWidget *parent=0) |
|
void | chdir (FmPath *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 | sortCaseSensitive () |
|
void | setSortCaseSensitive (bool value) |
|
bool | showHidden () |
|
void | setShowHidden (bool showHidden) |
|
FmPath * | path () |
|
QString | pathName () |
|
FmFolder * | folder () |
|
Fm::FolderModel * | folderModel () |
|
View * | folderView () |
|
Fm::BrowseHistory & | browseHistory () |
|
FmFileInfoList * | selectedFiles () |
|
FmPathList * | 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 () |
|
|
void | onOpenDirRequested (FmPath *path, int target) |
|
void | onModelSortFilterChanged () |
|
void | onSelChanged (int numSel) |
|
void | restoreScrollPos () |
|
The documentation for this class was generated from the following files: