|
Motiv
Marvelous OTF2 Traces Interactive Visualizer
|
Class containing options to filter the view. More...
#include <Filter.hpp>
Public Member Functions | |
| SlotKind | getSlotKinds () const |
| Returns the kinds of slots that should be rendered. More... | |
| void | setSlotKinds (SlotKind slotKinds) |
| Sets the slots that should be rendered. More... | |
Class containing options to filter the view.
Definition at line 28 of file Filter.hpp.
| SlotKind Filter::getSlotKinds | ( | ) | const |
Returns the kinds of slots that should be rendered.
Definition at line 20 of file Filter.cpp.
| void Filter::setSlotKinds | ( | SlotKind | slotKinds | ) |
Sets the slots that should be rendered.
Note that SlotKind values can be used as a flag and be combined with a bitwise or.
| slotKinds | The kind of slots that should be rendered. |
Definition at line 24 of file Filter.cpp.