Qyoto
4.0.7
Qyoto is a C# language binding for Qt
|
Public Member Functions | |
iterator () | |
More... | |
iterator (QTextFrame.iterator o) | |
More... | |
virtual void | CreateProxy () |
new void | Dispose () |
Protected Member Functions | |
iterator (System.Type dummy) | |
Protected Attributes | |
SmokeInvocation | interceptor |
Properties | |
bool | AtEnd [get] |
More... | |
QTextBlock | CurrentBlock [get] |
More... | |
QTextFrame | CurrentFrame [get] |
More... | |
QTextFrame | ParentFrame [get] |
More... | |
virtual System.IntPtr | SmokeObject [get, set] |
|
protected |
QtGui.QTextFrame.iterator.iterator | ( | ) |
Constructs an invalid iterator.
QtGui.QTextFrame.iterator.iterator | ( | QTextFrame.iterator | o | ) |
Copy constructor. Constructs a copy of the other iterator.
|
virtual |
new void QtGui.QTextFrame.iterator.Dispose | ( | ) |
|
protected |
|
get |
Returns true if the current item is the last item in the text frame.
|
get |
Returns the current block the iterator points to. If the iterator points to a child frame, the returned block is invalid.
See also currentFrame().
|
get |
Returns the current frame pointed to by the iterator, or 0 if the iterator currently points to a block.
See also currentBlock().
|
get |
Returns the parent frame of the current frame.
See also currentFrame() and QTextFrame::parentFrame().
|
getset |