Class ExplorerWidget

Inheritance Relationships

Base Type

Class Documentation

class SmartPeak::ExplorerWidget : public SmartPeak::GenericTableWidget

Base class for all tables.

TODO: features

  • row highlighting on focus

  • searching

  • color coding of rows by status

Public Functions

inline ExplorerWidget(const std::string &table_id, const std::string title = "")
virtual void draw() override

Interface to show the widget

NOTE: free to override in inherited implmementations

Public Members

Eigen::Tensor<std::string, 1> checkbox_headers_
Eigen::Tensor<bool, 2> *checkbox_columns_ = nullptr