|
enum | WallpaperMode {
WallpaperNone,
WallpaperStretch,
WallpaperFit,
WallpaperCenter,
WallpaperTile,
WallpaperZoom
} |
|
enum | DirectoryView { IconView,
CompactView,
DetailedList,
ThumbnailView
} |
|
|
| DesktopWindow (int screenNum) |
|
void | setForeground (const QColor &color) |
|
void | setShadow (const QColor &color) |
|
void | setBackground (const QColor &color) |
|
void | setDesktopFolder () |
|
void | setWallpaperFile (QString filename) |
|
void | setWallpaperMode (WallpaperMode mode=WallpaperStretch) |
|
void | setLastSlide (QString filename) |
|
void | setWallpaperDir (QString dirname) |
|
void | setSlideShowInterval (int interval) |
|
void | setWallpaperRandomize (bool randomize) |
|
void | updateWallpaper () |
|
bool | pickWallpaper () |
|
void | nextWallpaper () |
|
void | updateFromSettings (Settings &settings, bool changeSlide=true) |
|
void | queueRelayout (int delay=100) |
|
int | screenNum () const |
|
void | setScreenNum (int num) |
|
QScreen * | getDesktopScreen () const |
|
bool | isPanelPositionChange () |
|
void | setPanelPositionChange (bool change) |
|
| View (Fm::FolderView::ViewMode _mode=IconMode, QWidget *parent=0) |
|
void | updateFromSettings (Settings &settings) |
|
QSize | getMargins () const |
|
void | setMargins (QSize size) |
|
void | setDesktopPrepare (bool type=false) |
|
void | setFolderViewMode (Fm::FolderView::ViewMode mode) |
|
bool | getFolderReload () |
|
void | setFolderReload (bool reload) |
|
|
void | onOpenDirRequested (const Fm::FilePath &path, int target) |
|
void | onDesktopPreferences () |
|
void | selectAll () |
|
void | onRowsAboutToBeRemoved (const QModelIndex &parent, int start, int end) |
|
void | onRowsInserted (const QModelIndex &parent, int start, int end) |
|
void | onLayoutChanged () |
|
void | onModelSortFilterChanged () |
|
void | onDataChanged (const QModelIndex &topLeft, const QModelIndex &bottomRight) |
|
void | onFolderStartLoading () |
|
void | onFolderFinishLoading () |
|
void | onFilesAdded (const Fm::FileInfoList files) |
|
void | relayoutItems () |
|
void | onStickToCurrentPos (bool toggled) |
|
void | onCutActivated () |
|
void | onCopyActivated () |
|
void | onCopyFullPathActivated () |
|
void | onPasteActivated () |
|
void | onRenameActivated () |
|
void | onBulkRenameActivated () |
|
void | onDeleteActivated () |
|
void | onFilePropertiesActivated () |
|
void | onDesktopReloadActivated () |
|
void | updateTrashIcon () |
|
void | onOpenSystemInfo () |
|
void | onCancelAllStickPos () |
|
void | onDisplaySettings () |
|
void | onPersonalise () |
|
void | onDesktopSortActionTriggered (bool checked) |
|
void | desktopResize () |
|
void | toggleAutoSort () |
|
void | appDirectoryChanged (const QString &path) |
|
bool | removeDesktopIcon (const QSet< QString > deletedFiles, const QString &path) |
|
void | onNewWindow () |
|
void | onNewTab () |
|
void | onOpenInTerminal () |
|
void | onSearch () |
|
void | onCreateShortcutWithTriggered () |
|
void | onOpenFolderTerminal () |
|
void | onOpenAsRootTriggered () |
|
void | onCopyToHomeTriggered () |
|
void | onCopyToDesktopTriggered () |
|
void | onFolderReload () |
|
void | DirectoryViewSlots (int mode) |
|
void | onDesktopShortcutTriggered () |
|
|
virtual void | prepareFolderMenu (Fm::FolderMenu *menu) override |
|
virtual void | prepareFileMenu (Fm::FileMenu *menu) override |
|
virtual void | resizeEvent (QResizeEvent *event) override |
|
virtual void | onFileClicked (int type, const std::shared_ptr< const Fm::FileInfo > &fileInfo) override |
|
void | loadItemPositions () |
|
void | saveItemPositions () |
|
QImage | loadWallpaperFile (QSize requiredSize) |
|
virtual bool | event (QEvent *event) override |
|
virtual bool | eventFilter (QObject *watched, QEvent *event) override |
|
virtual void | childDragMoveEvent (QDragMoveEvent *e) override |
|
virtual void | childDropEvent (QDropEvent *e) override |
|
virtual void | closeEvent (QCloseEvent *event) override |
|
virtual void | paintEvent (QPaintEvent *event) override |
|
|
void | openDirRequested (const Fm::FilePath &path, int target) |
|
void | folderViewMode (Fm::FolderView::ViewMode mode) |
|
The documentation for this class was generated from the following files: