Qyoto  4.0.5
Qyoto is a C# language binding for Qt
 All Classes Namespaces Functions Variables Typedefs Enumerations Properties
QtGui.QInputMethodEvent.Attribute Class Reference

The QInputMethodEvent::Attribute class stores an input method attribute. More...

Inheritance diagram for QtGui.QInputMethodEvent.Attribute:
Collaboration diagram for QtGui.QInputMethodEvent.Attribute:

Public Member Functions

 Attribute (QInputMethodEvent.Attribute copy)
 
 
 Attribute (QInputMethodEvent.AttributeType t, int s, int l, object val)
 
 
virtual void CreateProxy ()
 
new void Dispose ()
 

Protected Member Functions

 Attribute (System.Type dummy)
 

Protected Attributes

SmokeInvocation interceptor
 

Properties

virtual System.IntPtr SmokeObject [get, set]
 
new int Length [get, set]
 
new int Start [get, set]
 
new QInputMethodEvent.AttributeType Type [get, set]
 
new object Value [get, set]
 

Detailed Description

The QInputMethodEvent::Attribute class stores an input method attribute.

Constructor & Destructor Documentation

QtGui.QInputMethodEvent.Attribute.Attribute ( System.Type  dummy)
protected
QtGui.QInputMethodEvent.Attribute.Attribute ( QInputMethodEvent.Attribute  copy)

Constructs an input method attribute. type specifies the type of attribute, start and length the position of the attribute, and value the value of the attribute.

QtGui.QInputMethodEvent.Attribute.Attribute ( QInputMethodEvent.AttributeType  t,
int  s,
int  l,
object  val 
)

Constructs an input method attribute. type specifies the type of attribute, start and length the position of the attribute, and value the value of the attribute.

Member Function Documentation

virtual void QtGui.QInputMethodEvent.Attribute.CreateProxy ( )
virtual
new void QtGui.QInputMethodEvent.Attribute.Dispose ( )

Member Data Documentation

SmokeInvocation QtGui.QInputMethodEvent.Attribute.interceptor
protected

Property Documentation

new int QtGui.QInputMethodEvent.Attribute.Length
getset
virtual System.IntPtr QtGui.QInputMethodEvent.Attribute.SmokeObject
getset
new int QtGui.QInputMethodEvent.Attribute.Start
getset
new QInputMethodEvent.AttributeType QtGui.QInputMethodEvent.Attribute.Type
getset
new object QtGui.QInputMethodEvent.Attribute.Value
getset