mirror of
https://github.com/AxioDL/amuse.git
synced 2025-12-08 21:17:49 +00:00
Bug fixes, xref search, more context menus
This commit is contained in:
@@ -79,6 +79,8 @@ public:
|
||||
const QStyleOptionViewItem &option,
|
||||
const QModelIndex &index);
|
||||
public slots:
|
||||
void doExportGroup();
|
||||
void doFindUsages();
|
||||
void doCut();
|
||||
void doCopy();
|
||||
void doPaste();
|
||||
@@ -104,7 +106,6 @@ class MainWindow : public QMainWindow
|
||||
TreeDelegate m_treeDelegate;
|
||||
UIMessenger m_mainMessenger;
|
||||
ProjectModel* m_projectModel = nullptr;
|
||||
QSortFilterProxyModel m_filterProjectModel;
|
||||
QWidget* m_faceSvg;
|
||||
SongGroupEditor* m_songGroupEditor = nullptr;
|
||||
SoundGroupEditor* m_soundGroupEditor = nullptr;
|
||||
@@ -201,6 +202,7 @@ public:
|
||||
void setItemNewEnabled(bool enabled);
|
||||
AmuseItemEditFlags outlineEditFlags();
|
||||
bool isUiDisabled() const { return m_uiDisabled; }
|
||||
void findUsages(ProjectModel::INode* node);
|
||||
|
||||
public slots:
|
||||
void newAction();
|
||||
|
||||
Reference in New Issue
Block a user