27 #ifndef FRAMEEXPLORER_H
28 #define FRAMEEXPLORER_H
36 #include <QTreeWidget>
37 #include <QTreeWidgetItem>
77 void refresh(Viewer* whoIsAsking =
nullptr)
override;
85 void frameSelectionChanged();
107 QTreeWidget* explorerTree;
#define FRAMEEXPLORER_API
Definition: FrameExplorerAPI.h:54
Frame Explorer window, display the hierachy of the frames of all the data currently opened in the app...
Definition: FrameExplorer.h:60
~FrameExplorer() override=default
Destructor.
A Component represents something that could be included in the explorer view, the interactive 3D view...
Definition: sdk/libraries/core/component/Component.h:303
Viewer is an abstract class that is the base class for all viewers.
Definition: Viewer.h:181
virtual QWidget * getWidget()=0
get the viewer widget.
virtual void refresh(Viewer *whoIsAsking=nullptr)=0
refresh the view (can be interesting to know which other viewer is calling this)
Definition: Action.cpp:36