|
Fawkes API
Fawkes Development Version
|
#include <zauberstab.h>
Public Member Functions | |
| ZRegion () | |
| Constructor. | |
| virtual | ~ZRegion () |
| Constructor. | |
| void | clear () |
| Clears all slices. | |
Public Attributes | |
| std::vector< ZSlice * > * | slices |
| slices | |
| int | topSliceY |
| top slice Y | |
a region is a stack of slices, together with the y-position of the slice at the top
| firevision::ZRegion::ZRegion | ( | ) |
Constructor.
Definition at line 48 of file zauberstab.cpp.
| firevision::ZRegion::~ZRegion | ( | ) | [virtual] |
Constructor.
Definition at line 56 of file zauberstab.cpp.
| void firevision::ZRegion::clear | ( | ) |
Clears all slices.
Definition at line 69 of file zauberstab.cpp.
slices
Definition at line 60 of file zauberstab.h.
Referenced by firevision::Zauberstab::deleteRegion(), firevision::Zauberstab::addRegion(), and ColorTrainWidget::click().
top slice Y
Definition at line 61 of file zauberstab.h.