CAVAPA-GUI  30.5.2014
 All Classes Namespaces Functions Variables Typedefs Enumerations Pages
Public Member Functions | Public Attributes | List of all members
cavapa_gui::Marker Struct Reference

The structure holds the properties of a single marker on the graph. More...

#include <common.h>

Public Member Functions

bool operator< (const Marker &str) const
 Operator for sorting by time with std::sort. More...
 

Public Attributes

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.
 

Detailed Description

The structure holds the properties of a single marker on the graph.

Author
Joel Kivelä

Member Function Documentation

bool cavapa_gui::Marker::operator< ( const Marker str) const
inline

Operator for sorting by time with std::sort.

Parameters
strThe 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: