|
enum | WallpaperMode {
WallpaperNone,
WallpaperStretch,
WallpaperFit,
WallpaperCenter,
WallpaperTile,
WallpaperZoom
} |
|
|
| 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 | updateWallpaper () |
|
void | updateFromSettings (Settings &settings) |
|
void | queueRelayout (int delay=0) |
|
int | screenNum () const |
|
void | setScreenNum (int num) |
|
| View (Fm::FolderView::ViewMode _mode=IconMode, QWidget *parent=0) |
|
void | updateFromSettings (Settings &settings) |
|
QSize | getMargins () const |
|
void | setMargins (QSize size) |
|
|
void | onOpenDirRequested (FmPath *path, int target) |
|
void | onDesktopPreferences () |
|
void | onRowsAboutToBeRemoved (const QModelIndex &parent, int start, int end) |
|
void | onRowsInserted (const QModelIndex &parent, int start, int end) |
|
void | onLayoutChanged () |
|
void | onModelSortFilterChanged () |
|
void | onIndexesMoved (const QModelIndexList &indexes) |
|
void | onDataChanged (const QModelIndex &topLeft, const QModelIndex &bottomRight) |
|
void | relayoutItems () |
|
void | onStickToCurrentPos (bool toggled) |
|
void | onCutActivated () |
|
void | onCopyActivated () |
|
void | onPasteActivated () |
|
void | onRenameActivated () |
|
void | onDeleteActivated () |
|
void | onFilePropertiesActivated () |
|
void | onNewWindow () |
|
void | onNewTab () |
|
void | onOpenInTerminal () |
|
void | onSearch () |
|
|
virtual void | prepareFolderMenu (Fm::FolderMenu *menu) |
|
virtual void | prepareFileMenu (Fm::FileMenu *menu) |
|
virtual void | resizeEvent (QResizeEvent *event) |
|
virtual void | onFileClicked (int type, FmFileInfo *fileInfo) |
|
void | loadItemPositions () |
|
void | saveItemPositions () |
|
QImage | loadWallpaperFile (QSize requiredSize) |
|
virtual bool | event (QEvent *event) |
|
virtual bool | eventFilter (QObject *watched, QEvent *event) |
|
virtual void | childDropEvent (QDropEvent *e) |
|
virtual void | closeEvent (QCloseEvent *event) |
|
|
void | openDirRequested (FmPath *path, int target) |
|
The documentation for this class was generated from the following files: