#include <CH_Bookmark.h>
Definition at line 22 of file CH_Bookmark.h.
| CH_Bookmark::~CH_Bookmark |
( |
| ) |
|
| void CH_Bookmark::disable |
( |
| ) |
|
|
inline |
| void CH_Bookmark::enable |
( |
| ) |
|
|
inline |
| UT_Color CH_Bookmark::getColor |
( |
| ) |
const |
|
inline |
| exint CH_Bookmark::getEndFrame |
( |
| ) |
const |
Getter for the rounded end frame of the range.
NOTE: Bookmark frame ranges include right up to the end of the integer frame. This means that the end time to end frame conversion does NOT add a frame.
| fpreal CH_Bookmark::getEndTime |
( |
| ) |
const |
|
inline |
Accessors for the end time. When working with frames, get/setEndFrame should be used instead.
Definition at line 53 of file CH_Bookmark.h.
| int CH_Bookmark::getIndex |
( |
| ) |
const |
| exint CH_Bookmark::getStartFrame |
( |
| ) |
const |
Getter for the rounded start frame of the range.
| fpreal CH_Bookmark::getStartTime |
( |
| ) |
const |
|
inline |
Accessors for the start time. When working with frames, get/setStartFrame should be used instead.
Definition at line 46 of file CH_Bookmark.h.
| bool CH_Bookmark::isEnabled |
( |
| ) |
const |
|
inline |
| bool CH_Bookmark::isTemporary |
( |
| ) |
const |
|
inline |
| bool CH_Bookmark::isVisible |
( |
| ) |
const |
|
inline |
| int64 CH_Bookmark::sessionId |
( |
| ) |
const |
|
inline |
Setter for the rounded end frame of the range.
NOTE: Bookmark frame ranges include right up to the end of the integer frame. This means that the end time to end frame conversion does NOT add a frame.
Accessors for the end time. When working with frames, get/setEndFrame should be used instead.
Definition at line 54 of file CH_Bookmark.h.
| void CH_Bookmark::setStartFrame |
( |
exint |
frame | ) |
|
Setter for the rounded start frame of the range.
Accessors for the start time. When working with frames, get/setStartFrame should be used instead.
Definition at line 47 of file CH_Bookmark.h.
| void CH_Bookmark::setTemporary |
( |
bool |
temporary | ) |
|
|
inline |
| void CH_Bookmark::setVisible |
( |
bool |
visible | ) |
|
|
inline |
The documentation for this class was generated from the following file: