svcore
1.9
|
#include <Clipboard.h>
Classes | |
class | Point |
Public Types | |
typedef std::vector< Point > | PointList |
Public Member Functions | |
Clipboard () | |
~Clipboard () | |
void | clear () |
bool | empty () const |
const PointList & | getPoints () const |
void | setPoints (const PointList &points) |
void | addPoint (const Point &point) |
bool | haveReferenceFrames () const |
bool | referenceFramesDiffer () const |
Protected Attributes | |
PointList | m_points |
Definition at line 22 of file Clipboard.h.
typedef std::vector<Point> Clipboard::PointList |
Definition at line 79 of file Clipboard.h.
Definition at line 247 of file Clipboard.cpp.
Definition at line 248 of file Clipboard.cpp.
void Clipboard::clear | ( | ) |
Definition at line 251 of file Clipboard.cpp.
References m_points.
bool Clipboard::empty | ( | ) | const |
Definition at line 257 of file Clipboard.cpp.
References m_points.
const Clipboard::PointList & Clipboard::getPoints | ( | ) | const |
Definition at line 263 of file Clipboard.cpp.
References m_points.
void Clipboard::setPoints | ( | const PointList & | points | ) |
Definition at line 269 of file Clipboard.cpp.
References m_points.
void Clipboard::addPoint | ( | const Point & | point | ) |
Definition at line 275 of file Clipboard.cpp.
References m_points.
bool Clipboard::haveReferenceFrames | ( | ) | const |
Definition at line 281 of file Clipboard.cpp.
References m_points.
bool Clipboard::referenceFramesDiffer | ( | ) | const |
Definition at line 291 of file Clipboard.cpp.
References m_points.
PointList Clipboard::m_points [protected] |
Definition at line 91 of file Clipboard.h.
Referenced by addPoint(), clear(), empty(), getPoints(), haveReferenceFrames(), referenceFramesDiffer(), and setPoints().