#include <Clipboard.h>
Definition at line 25 of file Clipboard.h.
Public Member Functions | |
| Point (long frame, QString label) | |
| Point (long frame, float value, QString label) | |
| Point (long frame, float value, size_t duration, QString label) | |
| Point (long frame, float value, size_t duration, float level, QString label) | |
| Point (const Point &point) | |
| Point & | operator= (const Point &point) |
| bool | haveFrame () const |
| long | getFrame () const |
| bool | haveValue () const |
| float | getValue () const |
| bool | haveDuration () const |
| size_t | getDuration () const |
| bool | haveLabel () const |
| QString | getLabel () const |
| bool | haveLevel () const |
| float | getLevel () const |
| bool | haveReferenceFrame () const |
| bool | referenceFrameDiffers () const |
| long | getReferenceFrame () const |
| void | setReferenceFrame (long) |
Private Attributes | |
| bool | m_haveFrame |
| long | m_frame |
| bool | m_haveValue |
| float | m_value |
| bool | m_haveDuration |
| size_t | m_duration |
| bool | m_haveLabel |
| QString | m_label |
| bool | m_haveLevel |
| float | m_level |
| bool | m_haveReferenceFrame |
| long | m_referenceFrame |
| Clipboard::Point::Point | ( | long | frame, | |
| QString | label | |||
| ) |
Definition at line 18 of file Clipboard.cpp.
| Clipboard::Point::Point | ( | long | frame, | |
| float | value, | |||
| QString | label | |||
| ) |
Definition at line 32 of file Clipboard.cpp.
| Clipboard::Point::Point | ( | long | frame, | |
| float | value, | |||
| size_t | duration, | |||
| QString | label | |||
| ) |
Definition at line 47 of file Clipboard.cpp.
| Clipboard::Point::Point | ( | long | frame, | |
| float | value, | |||
| size_t | duration, | |||
| float | level, | |||
| QString | label | |||
| ) |
Definition at line 63 of file Clipboard.cpp.
| Clipboard::Point::Point | ( | const Point & | point | ) |
Definition at line 79 of file Clipboard.cpp.
| Clipboard::Point & Clipboard::Point::operator= | ( | const Point & | point | ) |
Definition at line 96 of file Clipboard.cpp.
References m_duration, m_frame, m_haveDuration, m_haveFrame, m_haveLabel, m_haveLevel, m_haveReferenceFrame, m_haveValue, m_label, m_level, m_referenceFrame, and m_value.
| bool Clipboard::Point::haveFrame | ( | ) | const |
| long Clipboard::Point::getFrame | ( | ) | const |
| bool Clipboard::Point::haveValue | ( | ) | const |
| float Clipboard::Point::getValue | ( | ) | const |
| bool Clipboard::Point::haveDuration | ( | ) | const |
| size_t Clipboard::Point::getDuration | ( | ) | const |
| bool Clipboard::Point::haveLabel | ( | ) | const |
| QString Clipboard::Point::getLabel | ( | ) | const |
| bool Clipboard::Point::haveLevel | ( | ) | const |
| float Clipboard::Point::getLevel | ( | ) | const |
| bool Clipboard::Point::haveReferenceFrame | ( | ) | const |
| bool Clipboard::Point::referenceFrameDiffers | ( | ) | const |
Definition at line 181 of file Clipboard.cpp.
References m_frame, m_haveReferenceFrame, and m_referenceFrame.
| long Clipboard::Point::getReferenceFrame | ( | ) | const |
| void Clipboard::Point::setReferenceFrame | ( | long | ) |
Definition at line 193 of file Clipboard.cpp.
References m_haveReferenceFrame, and m_referenceFrame.
bool Clipboard::Point::m_haveFrame [private] |
long Clipboard::Point::m_frame [private] |
Definition at line 58 of file Clipboard.h.
Referenced by getFrame(), operator=(), and referenceFrameDiffers().
bool Clipboard::Point::m_haveValue [private] |
float Clipboard::Point::m_value [private] |
bool Clipboard::Point::m_haveDuration [private] |
size_t Clipboard::Point::m_duration [private] |
bool Clipboard::Point::m_haveLabel [private] |
QString Clipboard::Point::m_label [private] |
bool Clipboard::Point::m_haveLevel [private] |
float Clipboard::Point::m_level [private] |
bool Clipboard::Point::m_haveReferenceFrame [private] |
Definition at line 67 of file Clipboard.h.
Referenced by haveReferenceFrame(), operator=(), referenceFrameDiffers(), and setReferenceFrame().
long Clipboard::Point::m_referenceFrame [private] |
Definition at line 68 of file Clipboard.h.
Referenced by getReferenceFrame(), operator=(), referenceFrameDiffers(), and setReferenceFrame().
1.5.1