![]() |
LibrePCB Developers Documentation
|
The DirectoryLockHandlerDialog class. More...
#include <directorylockhandlerdialog.h>
Inherits QDialog.
Collaboration diagram for DirectoryLockHandlerDialog:Public Member Functions | |
| DirectoryLockHandlerDialog ()=delete | |
| DirectoryLockHandlerDialog (const DirectoryLockHandlerDialog &other)=delete | |
| DirectoryLockHandlerDialog (const FilePath &directory, const QString &user, bool allowOverrideLock, QWidget *parent=nullptr) noexcept | |
| ~DirectoryLockHandlerDialog () noexcept | |
| DirectoryLockHandlerDialog & | operator= (const DirectoryLockHandlerDialog &rhs)=delete |
Static Public Member Functions | |
| static DirectoryLock::LockHandlerCallback | createDirectoryLockCallback (QWidget *parent=nullptr) noexcept |
Private Attributes | |
| QScopedPointer< Ui::DirectoryLockHandlerDialog > | mUi |
The DirectoryLockHandlerDialog class.
|
delete |
|
delete |
|
noexcept |
|
noexcept |
|
delete |
|
staticnoexcept |
Here is the caller graph for this function:
|
private |