![]() |
VR-Forces 4.10 Class Documentation
|
Creates a series/span line in the CV tool. More...
Public Member Functions | |
| DtCVMarkerSeries () | |
| default marker series More... | |
| DtCVMarkerSeries (const char *name, bool add_thread_id=true) | |
| named marker series More... | |
| void | write_flag (const char *flag,...) |
| adds a flag to the series line More... | |
| void | write_message (const char *message,...) |
| adds a message to the series line More... | |
| void | write_alert (const char *alert,...) |
| adds an alert to the series line More... | |
| ~DtCVMarkerSeries () | |
Static Public Attributes | |
| static bool | theMarkersActive |
Private Member Functions | |
| DtCVMarkerSeries (const DtCVMarkerSeries &other) | |
| Copy Constructor not implemented – Copy Not Allowed. More... | |
| DtCVMarkerSeries & | operator= (const DtCVMarkerSeries &other) |
| Assignment Operator Not implemented – Assignment Not Allowed. More... | |
Private Attributes | |
| marker_series * | myMarkerSeries |
Friends | |
| class | DtCVSpan |
Creates a series/span line in the CV tool.
| DtCVMarkerSeries::DtCVMarkerSeries | ( | ) |
default marker series
named marker series
| DtCVMarkerSeries::~DtCVMarkerSeries | ( | ) |
|
inlineprivate |
Copy Constructor not implemented – Copy Not Allowed.
| void DtCVMarkerSeries::write_flag | ( | const char * | flag, |
| ... | |||
| ) |
adds a flag to the series line
| void DtCVMarkerSeries::write_message | ( | const char * | message, |
| ... | |||
| ) |
adds a message to the series line
| void DtCVMarkerSeries::write_alert | ( | const char * | alert, |
| ... | |||
| ) |
adds an alert to the series line
|
inlineprivate |
Assignment Operator Not implemented – Assignment Not Allowed.
|
friend |
|
static |
|
private |