23#ifndef WORKSPACEDOCKWIDGET_H
24#define WORKSPACEDOCKWIDGET_H
26#include "abstractDockWidget.h"
27#include "workspaceWidget.h"
45 const QString& objName,
47 QWidget* parent = NULL,
49 bool isDockAvailable =
true,
56 void dragEnterEvent(QDragEnterEvent* event);
57 void dropEvent(QDropEvent* event);
62 void createStatusBar()
66 void updatePythonActions()
72 bool m_globalNotLocal;
83 QAction* m_separatorSpecialActionsToolBar;
84 QAction* m_separatorSpecialActionsContextMenu;
85 QAction* m_separatorDisplayItemDetailsActionsToolBar;
86 QAction* m_separatorDisplayItemDetailsActionsContextMenu;
92 QToolBar* m_pMainToolBar;
93 QMenu* m_pContextMenu;
94 QTreeWidgetItem* m_firstCurrentItem;
95 QString m_firstCurrentItemKey;
97 void mnuPlotGeneric(
const QString& plotClass);
110 void treeWidgetItemSelectionChanged()
115 void treeViewContextMenuRequested(
const QPoint& pos);
118 void checkToggleUnpack();
119 void propertiesChanged();
122 void setStatusInformation(QString text,
int timeout = 0);
Definition shortcutAction.h:41
Definition apiFunctionsGraph.cpp:40