|
Motiv
Marvelous OTF2 Traces Interactive Visualizer
|
A InformationDockElementStrategy to display information about a Trace. More...
#include <InformationDockTraceStrategy.hpp>


Public Member Functions | |
| std::string | title () override |
| Returns the title the information dock should show. More... | |
Public Member Functions inherited from InformationDockElementBaseStrategy< Trace > | |
| virtual Trace * | applicable (TimedElement *t) |
| Checks if the strategy is applicable for an element and returns the casted element if so. More... | |
| void | setup (QFormLayout *layout) override |
| Sets up the QFormLayout. More... | |
| virtual void | updateView (QFormLayout *layout, Trace *element) |
| Updates the view. More... | |
| bool | update (QFormLayout *layout, TimedElement *element) override |
| Sets up the QFormLayout. More... | |
| std::string | title () override |
| Returns the title the information dock should show. More... | |
| virtual void | setup (QFormLayout *) |
| Sets up the QFormLayout. More... | |
| virtual bool | update (QFormLayout *, TimedElement *) |
| Updates the view to show details about a newly selected element. More... | |
| virtual std::string | title () |
| Returns the title the information dock should show. More... | |
Additional Inherited Members | |
Static Public Member Functions inherited from InformationDockElementBaseStrategy< Trace > | |
| static QString | tr (const char *s, const char *c=nullptr, int n=-1) |
Protected Attributes inherited from InformationDockElementBaseStrategy< Trace > | |
| TimeUnitLabel * | startField |
| TimeUnitLabel * | endField |
| TimeUnitLabel * | runtimeField |
A InformationDockElementStrategy to display information about a Trace.
Definition at line 28 of file InformationDockTraceStrategy.hpp.
|
overridevirtual |
Returns the title the information dock should show.
Reimplemented from InformationDockElementStrategy.
Definition at line 20 of file InformationDockTraceStrategy.cpp.