The structure holds the properties of a single marker on the graph.
More...
#include <common.h>
|
bool | active |
| Defines if the marker is active or not.
|
|
FrameTime | pos |
| The position of the marker.
|
|
std::string | text |
| The text of the marker.
|
|
The structure holds the properties of a single marker on the graph.
- Author
- Joel Kivelä
bool cavapa_gui::Marker::operator< |
( |
const Marker & |
str | ) |
const |
|
inline |
Operator for sorting by time with std::sort.
- Parameters
-
str | The marker to compare against. |
- Returns
- True if the current Marker is before the second operator or false otherwise.
The documentation for this struct was generated from the following file: