1 \section{\class{wxUpdateIterator
}}\label{wxupdateiterator
}
3 This class is used to iterate through all damaged regions of a window, within an OnPaint call.
5 To use it, construct an iterator object on the stack and loop through the
6 regions, testing the object and incrementing the iterator at the end of the loop.
8 See
\helpref{wxScrolledWindow::OnPaint
}{wxscrolledwindowonpaint
} for an example of use.
10 \wxheading{Derived from
}
12 \helpref{wxObject
}{wxobject
}
16 \helpref{wxScrolledWindow::OnPaint
}{wxscrolledwindowonpaint
}
18 \latexignore{\rtfignore{\wxheading{Members
}}}
20 \membersection{wxUpdateIterator::wxUpdateIterator
}
22 \func{}{wxUpdateIterator
}{\param{wxWindow*
}{window
}}
24 Creates an iterator object.
26 \membersection{wxUpdateIterator::GetX
}
28 \func{int
}{GetX
}{\void}
30 Returns the x value for the current region.
32 \membersection{wxUpdateIterator::GetY
}
34 \func{int
}{GetY
}{\void}
36 Returns the y value for the current region.
38 \membersection{wxUpdateIterator::GetWidth
}
40 \func{int
}{GetWidth
}{\void}
42 Returns the width value for the current region.
44 \membersection{wxUpdateIterator::GetHeight
}
46 \func{int
}{GetWidth
}{\void}
48 Returns the width value for the current region.
50 \membersection{wxUpdateIterator::operator $++$
}
52 \func{void
}{operator $++$
}{\void}
54 Increments the iterator to the next region.