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