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