svcore
1.9
|
#include <Clipboard.h>
Public Member Functions | |
Clipboard () | |
~Clipboard () | |
void | clear () |
bool | empty () const |
const EventVector & | getPoints () const |
void | setPoints (const EventVector &points) |
void | addPoint (const Event &point) |
bool | haveReferenceFrames () const |
bool | referenceFramesDiffer () const |
Protected Attributes | |
EventVector | m_points |
Detailed Description
Definition at line 23 of file Clipboard.h.
Constructor & Destructor Documentation
Clipboard::Clipboard | ( | ) |
Definition at line 18 of file Clipboard.cpp.
Clipboard::~Clipboard | ( | ) |
Definition at line 19 of file Clipboard.cpp.
Member Function Documentation
void Clipboard::clear | ( | ) |
Definition at line 22 of file Clipboard.cpp.
References m_points.
bool Clipboard::empty | ( | ) | const |
Definition at line 28 of file Clipboard.cpp.
References m_points.
const EventVector & Clipboard::getPoints | ( | ) | const |
Definition at line 34 of file Clipboard.cpp.
References m_points.
void Clipboard::setPoints | ( | const EventVector & | points | ) |
Definition at line 40 of file Clipboard.cpp.
References m_points.
void Clipboard::addPoint | ( | const Event & | point | ) |
Definition at line 46 of file Clipboard.cpp.
References m_points.
bool Clipboard::haveReferenceFrames | ( | ) | const |
Definition at line 52 of file Clipboard.cpp.
References m_points.
bool Clipboard::referenceFramesDiffer | ( | ) | const |
Definition at line 62 of file Clipboard.cpp.
References m_points.
Member Data Documentation
|
protected |
Definition at line 39 of file Clipboard.h.
Referenced by addPoint(), clear(), empty(), getPoints(), haveReferenceFrames(), referenceFramesDiffer(), and setPoints().
The documentation for this class was generated from the following files:
Generated by
![doxygen](doxygen.png)