35 bool hasMainWindow()
const {
36 return mainWindow_ !=
nullptr;
43 bool openWithDefaultFileManager()
const {
44 return openWithDefaultFileManager_;
46 void setOpenWithDefaultFileManager(
bool open) {
47 openWithDefaultFileManager_ = open;
51 bool openFolder(GAppLaunchContext* ctx,
const Fm::FileInfoList& folderInfos, Fm::GErrorPtr& err)
override;
52 void launchedFiles(
const Fm::FileInfoList& files)
const override;
53 void launchedPaths(
const Fm::FilePathList& paths)
const override;
58 bool openWithDefaultFileManager_;
Definition mainwindow.h:76