#include <SkView.h>
Public Member Functions | |
F2BIter (const SkView *parent) | |
SkView * | next () |
Iterator that will return each of this view's children, in front-to-back order (the order used for clicking). The first call to next() returns the front-most child view. When next() returns null, there are no more child views.
Definition at line 200 of file SkView.h.
SkView::F2BIter::F2BIter | ( | const SkView * | parent | ) |
SkView* SkView::F2BIter::next | ( | ) |