Qyoto  4.0.6
Qyoto is a C# language binding for Qt
 All Classes Namespaces Functions Variables Typedefs Enumerations Properties
QtGui.QTextFrame.iterator Class Reference
Inheritance diagram for QtGui.QTextFrame.iterator:
Collaboration diagram for QtGui.QTextFrame.iterator:

Public Member Functions

 iterator ()
 
 
 iterator (QTextFrame.iterator o)
 
 
virtual void CreateProxy ()
 
new void Dispose ()
 

Protected Member Functions

 iterator (System.Type dummy)
 

Protected Attributes

SmokeInvocation interceptor
 

Properties

bool AtEnd [get]
 
 
QTextBlock CurrentBlock [get]
 
 
QTextFrame CurrentFrame [get]
 
 
QTextFrame ParentFrame [get]
 
 
virtual System.IntPtr SmokeObject [get, set]
 

Constructor & Destructor Documentation

QtGui.QTextFrame.iterator.iterator ( System.Type  dummy)
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.

Member Function Documentation

virtual void QtGui.QTextFrame.iterator.CreateProxy ( )
virtual
new void QtGui.QTextFrame.iterator.Dispose ( )

Member Data Documentation

SmokeInvocation QtGui.QTextFrame.iterator.interceptor
protected

Property Documentation

bool QtGui.QTextFrame.iterator.AtEnd
get

Returns true if the current item is the last item in the text frame.

QTextBlock QtGui.QTextFrame.iterator.CurrentBlock
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().

QTextFrame QtGui.QTextFrame.iterator.CurrentFrame
get

Returns the current frame pointed to by the iterator, or 0 if the iterator currently points to a block.

See also currentBlock().

QTextFrame QtGui.QTextFrame.iterator.ParentFrame
get

Returns the parent frame of the current frame.

See also currentFrame() and QTextFrame::parentFrame().

virtual System.IntPtr QtGui.QTextFrame.iterator.SmokeObject
getset