mirror of
https://github.com/AxioDL/PrimeWorldEditor.git
synced 2025-12-09 05:27:41 +00:00
Directory tree view now updates to reflect changes when moving/renaming folders
This commit is contained in:
@@ -112,11 +112,18 @@ public slots:
|
||||
|
||||
signals:
|
||||
void SelectedResourceChanged(CResourceEntry *pNewRes);
|
||||
|
||||
void ResourceAboutToBeMoved(CResourceEntry *pRes, QString NewPath);
|
||||
void ResourceMoved(CResourceEntry *pRes, CVirtualDirectory *pOldDir, TString OldName);
|
||||
|
||||
void DirectoryAboutToBeMoved(CVirtualDirectory *pDir, QString NewPath);
|
||||
void DirectoryMoved(CVirtualDirectory *pDir, CVirtualDirectory *pOldDir, TString OldName);
|
||||
|
||||
void DirectoryAboutToBeCreated(QString DirPath);
|
||||
void DirectoryCreated(CVirtualDirectory *pDir);
|
||||
|
||||
void DirectoryAboutToBeDeleted(CVirtualDirectory *pDir);
|
||||
void DirectoryDeleted();
|
||||
void ResourceMoved(CResourceEntry *pRes, CVirtualDirectory *pOldDir, TString OldName);
|
||||
void DirectoryMoved(CVirtualDirectory *pDir, CVirtualDirectory *pOldDir, TString OldName);
|
||||
};
|
||||
|
||||
#endif // CRESOURCEBROWSER_H
|
||||
|
||||
Reference in New Issue
Block a user