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