C++ API Reference
MSequencerDrawPrimitive Class Reference

Introduced in 2027.1 More...

#include <MSequencerCustomDrawManager.h>

Public Types

enum  MPrimitiveType {
  kFilledRect, kUpperOutline, kFullOutline, kVerticalLine,
  kBracket, kText
}
 

Detailed Description

Introduced in 2027.1

2027.1:
Introduced in this version.
Examples:
demoSequencerDrawManagerPlugin/sequencerDrawObject.cpp.

Member Enumeration Documentation

Enumerator
kFilledRect 

Draws a filled rectangle with no border.

kUpperOutline 

Draws an outline with no bottom side.

kFullOutline 

Draws an outline on all sides.

kVerticalLine 

Draws a vertical line at startTime.

kBracket 

Draws a bracket from start to end time.

kText 

Draws text at start time.


The documentation for this class was generated from the following file: