(#339) Added RicImportEclipseCaseFeature

This commit is contained in:
Pål Hagen
2015-08-20 13:44:45 +02:00
parent 4d1f98c138
commit cd1e04d6e8
6 changed files with 132 additions and 23 deletions

View File

@@ -108,6 +108,9 @@ public:
void setExpanded(const caf::PdmUiItem* uiItem, bool expanded);
void addRecentFiles(const QString& file);
void removeRecentFiles(const QString& file);
protected:
virtual void closeEvent(QCloseEvent* event);
@@ -121,9 +124,7 @@ private:
bool checkForDocumentModifications();
void updateRecentFileActions();
void addRecentFiles(const QString& file);
void removeRecentFiles(const QString& file);
QMdiSubWindow* findMdiSubWindow(RiuViewer* viewer);
void storeTreeViewState();