Class SampleTypeEditorWidget

Inheritance Relationships

Base Type

Class Documentation

class SmartPeak::SampleTypeEditorWidget : public SmartPeak::Widget

Public Functions

inline SampleTypeEditorWidget()
virtual void draw() override

Interface to show the widget

NOTE: free to override in inherited implmementations

void open(const std::string &current_choice, std::function<void(const std::string&)> ok_callback)

Protected Attributes

std::set<std::string> groups_
std::function<void(const std::string&)> ok_callback_
std::string current_choice_