#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
Definition at line 58 of file zauberstab.h.
| firevision::ZRegion::ZRegion | ( | ) |
| firevision::ZRegion::~ZRegion | ( | ) | [virtual] |
| void firevision::ZRegion::clear | ( | ) |
Clears all slices.
Definition at line 69 of file zauberstab.cpp.
References slices.
Referenced by firevision::Zauberstab::deleteRegion().
| std::vector<ZSlice*>* firevision::ZRegion::slices |
slices
Definition at line 60 of file zauberstab.h.
Referenced by firevision::Zauberstab::addRegion(), clear(), ColorTrainWidget::click(), firevision::Zauberstab::deleteRegion(), firevision::Zauberstab::getSelection(), firevision::Zauberstab::isEmptyRegion(), ZRegion(), and ~ZRegion().
1.7.1