20 #ifndef LIBREPCB_EDITOR_DIRECTORYLOCKHANDLERDIALOG_H 21 #define LIBREPCB_EDITOR_DIRECTORYLOCKHANDLERDIALOG_H 38 class DirectoryLockHandlerDialog;
56 bool allowOverrideLock,
57 QWidget* parent =
nullptr) noexcept;
65 QWidget* parent =
nullptr) noexcept;
68 QScopedPointer<Ui::DirectoryLockHandlerDialog>
mUi;
Definition: occmodel.cpp:76
std::function< bool(const FilePath &dir, LockStatus status, const QString &user)> LockHandlerCallback
Callback type used to determine whether a lock should be overridden or not.
Definition: directorylock.h:193
QScopedPointer< Ui::DirectoryLockHandlerDialog > mUi
Definition: directorylockhandlerdialog.h:68
This class represents absolute, well-formatted paths to files or directories.
Definition: filepath.h:127
The DirectoryLockHandlerDialog class.
Definition: directorylockhandlerdialog.h:48