Added method type diagram filter (#145)

This commit is contained in:
Bartek Kryza
2023-06-02 01:05:37 +02:00
parent e7f738c6dc
commit e40dc3a60c
20 changed files with 433 additions and 9 deletions

View File

@@ -59,6 +59,7 @@ public:
std::string name() const;
void set_filter(std::unique_ptr<diagram_filter> filter);
const diagram_filter &filter() const { return *filter_; }
void set_complete(bool complete);
bool complete() const;