38 class SettingsItemCheckbox;
39 class SettingsItemSpinbox;
201 void handleFileChanged(
const QString& path);
202 void handleDirectoryChanged(
const QString& path);
217 void fileSuccessfullyLoaded(
QString file);
225 void projectSuccessfullyLoaded(
QString& projectDir,
QString& file);
233 void updateRecentFiles(
const QString& file)
const;
240 void displayErrorMessage(
QString error_message);
245 void removeShadowDirectory();
251 void moveShadowToProject(
const QDir& shDir)
const;
257 bool mAutosaveEnabled;
258 int mAutosaveInterval;
Stores information about the currently opened netlist.
void importFile(QString filename)
void fileDirectoryChanged(const QString &path)
bool deprecatedOpenFile(QString filename, QString gatelibraryPath)
void openProject(QString projPath)
static FileManager * get_instance()
static DirectoryStatus directoryStatus(const QString &pathname)
void emitProjectSaved(QString &projectDir, QString &file)
void watchFile(const QString &fileName)
void fileChanged(const QString &path)
void projectSaved(QString projectDir, QString fileName)
void fileAboutToClose(const QString &fileName)
void projectOpened(QString projectDir, QString fileName)
void fileOpened(const QString &fileName)
static QString directoryStatusText(DirectoryStatus stat)
A SettingsItem representing a Checkbox.
A SettingsItem that represents a spinbox.
QObject * parent() const const