|
|
|
@ -31,6 +31,8 @@ protected: |
|
|
|
std::unique_ptr<Tooltips> tooltips; |
|
|
|
std::unique_ptr<Tooltips> tooltips; |
|
|
|
std::unordered_map<std::string, std::string> tooltip_texts; |
|
|
|
std::unordered_map<std::string, std::string> tooltip_texts; |
|
|
|
std::string last_row; |
|
|
|
std::string last_row; |
|
|
|
|
|
|
|
private: |
|
|
|
|
|
|
|
bool shown=false; |
|
|
|
}; |
|
|
|
}; |
|
|
|
|
|
|
|
|
|
|
|
class SelectionDialog : public SelectionDialogBase { |
|
|
|
class SelectionDialog : public SelectionDialogBase { |
|
|
|
|