27#ifndef FRAMEEXPLORER_H
28#define FRAMEEXPLORER_H
37#include <QTreeWidgetItem>
77 void refresh(Viewer* whoIsAsking =
nullptr)
override;
85 void frameSelectionChanged();
#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
QTreeWidget * explorerTree
the list view
Definition: FrameExplorer.h:107
~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:302
Viewer is an abstract class that is the base class for all viewers.
Definition: Viewer.h:180
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:35