Class ExplorerWidget¶
Defined in File ExplorerWidget.h
Inheritance Relationships¶
Base Types¶
public SmartPeak::GenericTableWidget(Class GenericTableWidget)public SmartPeak::ISequenceObserver(Struct ISequenceObserver)public SmartPeak::IFeaturesObserver(Struct IFeaturesObserver)
Class Documentation¶
-
class SmartPeak::ExplorerWidget : public SmartPeak::GenericTableWidget, public SmartPeak::ISequenceObserver, public SmartPeak::IFeaturesObserver¶
ExplorerWidget is a table widgets that also exposes a set of checkboxes (possibly one column for each functionality) associated with each lines.
Public Functions
-
inline ExplorerWidget(const std::string &table_id, const std::string title =
"", SequenceObservable *sequence_observable = nullptr)¶
-
virtual void draw() override¶
Interface to show the widget
NOTE: free to override in inherited implmementations
-
virtual void onSequenceUpdated() override¶
-
virtual void onFeaturesUpdated() override¶
-
inline ExplorerWidget(const std::string &table_id, const std::string title =